UNPKG

wavyjs

Version:

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

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