/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/table/public-api.ts
14 строк
376 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 './table'; export * from './table-module'; export * from './cell'; export * from './row'; export * from './table-data-source'; export * from './text-column';