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 GithubCardIconProps { size?: number; color?: string; classname?: string; } declare const GithubCardIcon: React.FC<GithubCardIconProps>; export default GithubCardIcon; //# sourceMappingURL=GithubCardIcon.d.ts.map