UNPKG

wavyjs

Version:

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

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