UNPKG

@snowball-tech/fractal

Version:

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

10 lines (8 loc) 319 B
declare const GROUP_NAME = "toolbar"; declare enum Orientations { Horizontal = "horizontal", Vertical = "vertical" } declare const DEFAULT_ORIENTATION = Orientations.Horizontal; declare const DEFAULT_ELEVATION = Elevations.Elevated; export { DEFAULT_ELEVATION, DEFAULT_ORIENTATION, GROUP_NAME, Orientations };