@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
10 lines (8 loc) • 324 B
TypeScript
declare const GROUP_NAME = "toolbar";
declare enum Orientations {
Horizontal = "horizontal",
Vertical = "vertical"
}
declare const DEFAULT_ORIENTATION = Orientations.Horizontal;
declare const DEFAULT_ELEVATION = PaperElevations.Elevated;
export { DEFAULT_ELEVATION, DEFAULT_ORIENTATION, GROUP_NAME, Orientations };