UNPKG

@snowball-tech/fractal

Version:

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

11 lines 471 B
//#region src/components/Menu/Menu.constants.d.ts declare enum Orientations { Horizontal = "horizontal", Vertical = "vertical" } declare const DEFAULT_ORIENTATION = Orientations.Vertical; declare const DEFAULT_ELEVATION = PaperElevations.Elevated; declare const DEFAULT_SUB_MENU_ELEVATION = PaperElevations.Bordered; //#endregion export { DEFAULT_ELEVATION, DEFAULT_ORIENTATION, DEFAULT_SUB_MENU_ELEVATION, Orientations }; //# sourceMappingURL=Menu.constants.d.ts.map