/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/aria/menu/public-api.ts
21 строка
701 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 {MenuTrigger} from './menu-trigger'; export {Menu} from './menu'; export {MenuBar} from './menu-bar'; export {MenuItem} from './menu-item'; export {MenuContent} from './menu-content'; export {MENU_COMPONENT} from './menu-tokens'; // This needs to be re-exported, because it's used by the menu components. // See: https://github.com/angular/components/issues/30663. export { DeferredContent as ɵɵDeferredContent, DeferredContentAware as ɵɵDeferredContentAware, } from '../private';