/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/aria/toolbar/testing/public-api.ts
12 строк
372 B
Kristiyan Kostadinov
feat(aria/toolbar): add test harnesses (#33068)
10 апр 2026, 13:34
Не верифицирован
10 апр 2026, 13:34
a49508b
Код
Авторство
О чём код?
/** * @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 './toolbar-widget-harness'; export * from './toolbar-widget-group-harness'; export * from './toolbar-harness'; export * from './toolbar-harness-filters';