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 291 B
import { type TabContent as Content } from "./TabContent"; export interface TabContainer { contents?: Content[]; style?: object; scroll?: boolean; } export default function TabContainer(props: TabContainer): import("react").JSX.Element; //# sourceMappingURL=TabContainer.d.ts.map