@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
9 lines • 303 B
TypeScript
//#region src/components/Slider/Slider.constants.d.ts
declare enum Orientations {
Horizontal = "horizontal",
Vertical = "vertical"
}
declare const DEFAULT_ORIENTATION = Orientations.Horizontal;
//#endregion
export { DEFAULT_ORIENTATION, Orientations };
//# sourceMappingURL=Slider.constants.d.ts.map