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

14 lines 393 B
export interface GridContent { format?: any; area: string; style?: object; children?: any; props?: any; responsive?: { device: "desktop" | "laptop" | "tablet" | "mobile"; area?: string; }[]; } declare const _default: import("react").MemoExoticComponent<(props: GridContent) => any>; export default _default; //# sourceMappingURL=GridContent.d.ts.map