UNPKG

wavyjs

Version:

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

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