/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/dialog/index.ts
22 строки
763 B
Kristiyan Kostadinov
docs: convert examples to standalone (#27137)
22 май 2023, 16:44
Не верифицирован
22 май 2023, 16:44
748f177
Код
Авторство
О чём код?
export { DialogContentExample, DialogContentExampleDialog, } from './dialog-content/dialog-content-example'; export {DialogDataExample, DialogDataExampleDialog} from './dialog-data/dialog-data-example'; export { DialogElementsExample, DialogElementsExampleDialog, } from './dialog-elements/dialog-elements-example'; export { DialogOverviewExample, DialogOverviewExampleDialog, } from './dialog-overview/dialog-overview-example'; export { DialogFromMenuExample, DialogFromMenuExampleDialog, } from './dialog-from-menu/dialog-from-menu-example'; export {DialogHarnessExample} from './dialog-harness/dialog-harness-example'; export { DialogAnimationsExample, DialogAnimationsExampleDialog, } from './dialog-animations/dialog-animations-example';