UNPKG

wavyjs

Version:

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

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