UNPKG

wavyjs

Version:

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

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