UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

27 lines (26 loc) 566 B
import { t as SliderProps } from "./Slider.types-pJmzqKM_.js"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/Slider/Slider.d.ts declare const Slider: { ({ defaultValue, disabled, id, inverted, label, max, min, minStepsBetweenThumbs, name, onValueChange, onValueCommit, orientation, step, value, ...props }: SliderProps): _$react_jsx_runtime0.JSX.Element; displayName: string; }; //#endregion export { Slider as t }; //# sourceMappingURL=Slider-Ta6QY8JH.d.ts.map