/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/bottom-sheet/public-api.ts
13 строк
392 B
Kristiyan Kostadinov
fix(material/bottom-sheet): remove deprecated animation definitions
29 авг 2025, 16:05
29 авг 2025, 16:05
e8d005c
Код
Авторство
О чём код?
/** * @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 './bottom-sheet-module'; export * from './bottom-sheet'; export * from './bottom-sheet-config'; export * from './bottom-sheet-container'; export * from './bottom-sheet-ref';