UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 175 B
import Tabs from './Tabs'; import Tab from './Tab'; export type { TabsProps } from './Tabs'; export type { TabProps } from './Tab'; export { Tabs, Tab }; export default Tabs;