/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/aria/tabs/public-api.ts
21 строка
680 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 {Tabs} from './tabs'; export {TabList} from './tab-list'; export {Tab} from './tab'; export {TabPanel} from './tab-panel'; export {TabContent} from './tab-content'; export {TABS, TAB_LIST} from './tab-tokens'; // This needs to be re-exported, because it's used by the tab components. // See: https://github.com/angular/components/issues/30663. export { DeferredContent as ɵɵDeferredContent, DeferredContentAware as ɵɵDeferredContentAware, } from '../private';