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 346 B
import { type BG as Background } from "../../../components/layouts/bg/BG"; export interface Cover { children?: any; height?: number; style?: object; fullsize?: boolean; background?: Background; reference?: any; } export default function Cover(props: Cover): import("react").JSX.Element; //# sourceMappingURL=Cover.d.ts.map