UNPKG

@snowball-tech/fractal

Version:

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

12 lines (10 loc) 258 B
declare const GROUP_NAME = "cute-icon"; declare enum Colors { Blue = "blue", Green = "green", Pink = "pink", Purple = "purple", Yellow = "yellow" } declare const DEFAULT_COLOR = Colors.Pink; export { Colors, DEFAULT_COLOR, GROUP_NAME };