@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
12 lines • 314 B
TypeScript
//#region src/components/CuteIcon/CuteIcon.constants.d.ts
declare enum Colors {
Blue = "blue",
Green = "green",
Pink = "pink",
Purple = "purple",
Yellow = "yellow"
}
declare const DEFAULT_COLOR = Colors.Pink;
//#endregion
export { Colors, DEFAULT_COLOR };
//# sourceMappingURL=CuteIcon.constants.d.ts.map