UNPKG

leo-design-ui

Version:

React Design Library

9 lines (8 loc) 229 B
import { TabsProps } from "./tabs"; import { TabItemProps } from "./tabItem"; import { FC } from "react"; type ITabs = FC<TabsProps> & { TabItem: FC<TabItemProps>; }; declare const TransTabs: ITabs; export default TransTabs;