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