UNPKG

@snowball-tech/fractal

Version:

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

11 lines (9 loc) 261 B
declare const GROUP_NAME = "button"; declare enum Variants { Display = "display", Primary = "primary", Secondary = "secondary", Text = "text" } declare const DEFAULT_VARIANT = Variants.Primary; export { DEFAULT_VARIANT, GROUP_NAME, Variants };