UNPKG

wavyjs

Version:

Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.

9 lines 240 B
import { default as React } from 'react'; interface CssIconProps { size?: number; color?: string; className?: string; } declare const CssIcon: React.FC<CssIconProps>; export default CssIcon; //# sourceMappingURL=CSSIcon.d.ts.map