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).

9 lines 295 B
import { type BG } from "../../components/layouts/bg/BG"; export interface Connect { background: BG; width?: number | string; message?: string; onConnect?: Function; } export default function Connect(props: any): import("react").JSX.Element; //# sourceMappingURL=Connect.d.ts.map