/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/aria/toolbar/public-api.ts
12 строк
401 B
Cheng-Hsuan Tsai
feat(multiple): export aria injection tokens to support custom subclasses (#33607)
01 авг 2026, 00:40
Не верифицирован
01 авг 2026, 00:40
8d3da9e
Код
Авторство
О чём код?
/** * @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 {Toolbar} from './toolbar'; export {ToolbarWidget} from './toolbar-widget'; export {ToolbarWidgetGroup} from './toolbar-widget-group'; export {TOOLBAR_WIDGET_GROUP} from './toolbar-tokens';