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