/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/chips/public-api.ts
20 строк
566 B
Kristiyan Kostadinov
build: update to TypeScript 5.9 (#31604)
01 авг 2025, 11:50
Не верифицирован
01 авг 2025, 11:50
d06d969
Код
Авторство
О чём код?
/** * @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 './chip'; export * from './chip-option'; export * from './chip-row'; export * from './chip-set'; export * from './chip-listbox'; export * from './chip-grid'; export * from './chips-module'; export * from './chip-input'; export * from './tokens'; export * from './chip-icons'; export * from './chip-text-control'; export * from './chip-edit-input';