@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
27 lines (26 loc) • 538 B
TypeScript
import { SliderProps } from "./Slider.types.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 };
//# sourceMappingURL=Slider.d.ts.map