/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/button/public-api.ts
13 строк
404 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 * from './button'; export * from './fab'; export * from './icon-button'; export * from './button-module'; export {MAT_BUTTON_CONFIG, MatButtonAppearance, MatButtonConfig} from './button-base';