UNPKG

@snowball-tech/fractal

Version:

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

11 lines (10 loc) 382 B
import { t as Colors } from "./CuteIcon.constants-CV2hQbg-.js"; import { AllHTMLAttributes, ReactNode } from "react"; //#region src/components/CuteIcon/CuteIcon.types.d.ts interface CuteIconProps extends AllHTMLAttributes<HTMLDivElement> { icon: ReactNode; color?: `${Colors}`; } //#endregion export { CuteIconProps as t }; //# sourceMappingURL=CuteIcon.types-BFn9SEFo.d.ts.map