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

7 lines 256 B
import type { BG as Background } from "../../../components/layouts/bg/BG"; export interface Blind { children: any; background: Background; } export default function Blind(props: any): import("react").JSX.Element; //# sourceMappingURL=Blind.d.ts.map