mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
16 lines
313 B
TypeScript
16 lines
313 B
TypeScript
export {
|
|
Buffer,
|
|
type BufferProps,
|
|
Fill,
|
|
type FillProps,
|
|
Preview,
|
|
type PreviewProps,
|
|
Thumb,
|
|
type ThumbProps,
|
|
Track,
|
|
type TrackProps,
|
|
Value,
|
|
type ValueProps,
|
|
} from '../slider/index.parts';
|
|
export { TimeSliderRoot as Root, type TimeSliderRootProps as RootProps } from './time-slider-root';
|