/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/list/public-api.ts
20 строк
587 B
Kristiyan Kostadinov
fix(material/list): breaking changes for v22
29 апр 2026, 20:36
29 апр 2026, 20:36
add8f16
Код
Авторство
О чём код?
/** * @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 * from './action-list'; export * from './list'; export * from './list-module'; export * from './nav-list'; export * from './selection-list'; export * from './list-option'; export * from './subheader'; export * from './list-item-sections'; export * from './tokens'; export {MatListOption} from './list-option'; export {MatListOptionTogglePosition} from './list-option-types';