/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/timepicker/testing/public-api.ts
12 строк
377 B
Kristiyan Kostadinov
feat(material/timepicker): add test harnesses
04 окт 2024, 10:08
04 окт 2024, 10:08
9546fe7
Код
Авторство
О чём код?
/** * @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 './timepicker-harness'; export * from './timepicker-harness-filters'; export * from './timepicker-input-harness'; export * from './timepicker-toggle-harness';