/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/slider/public-api.ts
13 строк
482 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 {MatSlider} from './slider'; export {MatSliderVisualThumb} from './slider-thumb'; export {MatSliderThumb, MatSliderRangeThumb} from './slider-input'; export {MatSliderDragEvent, MatSliderChange} from './slider-interface'; export {MatSliderModule} from './slider-module';