UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

10 lines (9 loc) 284 B
import Tabs from "./tabs"; import TabsItem from "./tabs-item"; export declare type TabsComponentType = typeof Tabs & { Item: typeof TabsItem; Tab: typeof TabsItem; }; export type { TabsProps } from "./tabs"; declare const _default: TabsComponentType; export default _default;