/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/expansion/public-api.ts
15 строк
483 B
Kristiyan Kostadinov
fix(material/expansion): remove deprecated animation definitions
29 авг 2025, 16:05
29 авг 2025, 16:05
aee4e92
Код
Авторство
О чём код?
/** * @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 * from './expansion-module'; export * from './accordion'; export * from './accordion-base'; export * from './expansion-panel'; export * from './expansion-panel-header'; export * from './expansion-panel-content'; export {MAT_EXPANSION_PANEL} from './expansion-panel-base';