@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
11 lines (10 loc) • 354 B
TypeScript
import { Colors } from "./CuteIcon.constants.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 };
//# sourceMappingURL=CuteIcon.types.d.ts.map