/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/input/public-api.ts
15 строк
566 B
Kristiyan Kostadinov
build: update to TypeScript 5.9 (#31604)
01 авг 2025, 11:50
Не верифицирован
01 авг 2025, 11:50
d06d969
Код
Авторство
О чём код?
/** * @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 {MatInput, MatInputConfig, MAT_INPUT_CONFIG} from './input'; export {MatInputModule} from './input-module'; export * from './input-value-accessor'; export * from './input-errors'; // Re-provide these for convenience since they used to be provided implicitly. export {MatFormField, MatLabel, MatHint, MatError, MatPrefix, MatSuffix} from '../form-field';