UNPKG

@snowball-tech/fractal

Version:

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

18 lines 506 B
//#region src/components/InputCheckbox/InputCheckbox.constants.d.ts declare enum Variants { Primary = "primary", Secondary = "secondary", Tertiary = "tertiary" } declare const DEFAULT_VARIANT = Variants.Primary; declare enum Colors { Blue = "blue", Green = "green", Pink = "pink", Purple = "purple", Yellow = "yellow" } declare const DEFAULT_COLOR = Colors.Pink; //#endregion export { Colors, DEFAULT_COLOR, DEFAULT_VARIANT, Variants }; //# sourceMappingURL=InputCheckbox.constants.d.ts.map