/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/aria/grid/public-api.ts
13 строк
415 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 {Grid} from './grid'; export {GridCell} from './grid-cell'; export {GridRow} from './grid-row'; export {GridCellWidget} from './grid-cell-widget'; export {GRID, GRID_ROW, GRID_CELL} from './grid-tokens';