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

8 lines 256 B
export interface InnerContent { children?: any; padding?: number | any[]; style?: object; scroll?: boolean; } export default function InnerContent(props: InnerContent): import("react").JSX.Element; //# sourceMappingURL=InnerContent.d.ts.map