/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/datepicker/testing/public-api.ts
15 строк
506 B
Kristiyan Kostadinov
fix(material/datepicker): add harness for datepicker actions (#32925)
13 мар 2026, 07:59
Не верифицирован
13 мар 2026, 07:59
46b67d1
Код
Авторство
О чём код?
/** * @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 './datepicker-harness-filters'; export * from './datepicker-input-harness'; export * from './datepicker-toggle-harness'; export * from './date-range-input-harness'; export * from './calendar-harness'; export * from './calendar-cell-harness'; export * from './datepicker-actions-harness';