@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 • 368 B
TypeScript
export * as Slider from "./index.parts.js";
export type * from "./root/SliderRoot.js";
export type * from "./label/SliderLabel.js";
export type * from "./value/SliderValue.js";
export type * from "./control/SliderControl.js";
export type * from "./track/SliderTrack.js";
export type * from "./thumb/SliderThumb.js";
export type * from "./indicator/SliderIndicator.js";