Files
v10/packages/react/src/ui/time-slider/index.parts.ts
T

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';