UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 125 B
import { FC } from 'react'; import { TabsProps } from './types'; declare const Tabs: FC<TabsProps>; export default Tabs;