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