/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/chips/testing/public-api.ts
20 строк
660 B
Andrey Dolgachev
feat(material/chips): add (optional) edit icon to input chips (#31041)
30 май 2025, 22:06
Не верифицирован
30 май 2025, 22:06
2438454
Код
Авторство
О чём код?
/** * @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-avatar-harness'; export * from './chip-edit-harness'; export * from './chip-harness'; export * from './chip-harness-filters'; export * from './chip-input-harness'; export * from './chip-remove-harness'; export * from './chip-option-harness'; export * from './chip-listbox-harness'; export * from './chip-grid-harness'; export * from './chip-row-harness'; export * from './chip-set-harness'; export * from './chip-edit-input-harness';