UNPKG

@snowball-tech/fractal

Version:

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

9 lines (7 loc) 244 B
declare const GROUP_NAME = "slider"; declare enum Orientations { Horizontal = "horizontal", Vertical = "vertical" } declare const DEFAULT_ORIENTATION = Orientations.Horizontal; export { DEFAULT_ORIENTATION, GROUP_NAME, Orientations };