UNPKG

@base-ui/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

8 lines 376 B
export * as Slider from "./index.parts.mjs"; export type * from "./root/SliderRoot.mjs"; export type * from "./label/SliderLabel.mjs"; export type * from "./value/SliderValue.mjs"; export type * from "./control/SliderControl.mjs"; export type * from "./track/SliderTrack.mjs"; export type * from "./thumb/SliderThumb.mjs"; export type * from "./indicator/SliderIndicator.mjs";