/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/stepper/public-api.ts
17 строк
524 B
Kristiyan Kostadinov
fix(material/stepper): remove deprecated animation definitions
29 авг 2025, 16:05
29 авг 2025, 16:05
bb7dbce
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export {StepperOrientation, StepState} from '@angular/cdk/stepper'; export * from './stepper-module'; export * from './step-label'; export * from './stepper'; export * from './stepper-button'; export * from './step-header'; export * from './stepper-intl'; export * from './stepper-icon'; export * from './step-content';