mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
3 lines
160 B
TypeScript
3 lines
160 B
TypeScript
export { TimeSlider, type TimeSliderState } from './components/time-slider';
|
|
export { VolumeSlider, type VolumeSliderState } from './components/volume-slider';
|