UNPKG

wavyjs

Version:

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

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