UNPKG

wavyjs

Version:

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

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