UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

11 lines 277 B
export interface Card { children?: any; scale?: number; gap?: number; padding?: number; style?: any; onHover?: Function; onClick?: Function; } export default function Card(props: Card): import("react").JSX.Element; //# sourceMappingURL=Card.d.ts.map