index.d.ts 172 Bytes Raw Blame History Permalink 1 2 3 4 import Tabs, { TabsProps } from './Tabs'; import TabPane, { TabPaneProps } from './TabPanelList/TabPane'; export { TabPane, TabsProps, TabPaneProps }; export default Tabs;