@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
15 lines (14 loc) • 379 B
TypeScript
import { CuteIconProps } from "./CuteIcon.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/CuteIcon/CuteIcon.d.ts
declare const CuteIcon: {
({
color,
icon,
...props
}: CuteIconProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { CuteIcon };
//# sourceMappingURL=CuteIcon.d.ts.map