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 354 B
export interface TabContent { name?: string; active?: boolean; children?: any; style?: object; fix?: boolean; } declare function TabContent(props: TabContent): import("react").JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof TabContent>; export default _default; //# sourceMappingURL=TabContent.d.ts.map