UNPKG

rockui

Version:
9 lines (8 loc) 265 B
import { FC } from 'react'; import { TabsProps } from './tabs'; import { TabsItemProps } from './tabsItem'; export declare type ITabsComponent = FC<TabsProps> & { TabItem: FC<TabsItemProps>; }; declare const TransTabs: ITabsComponent; export default TransTabs;