UNPKG

wavyjs

Version:

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

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