UNPKG

tdesign-mobile-vue

Version:
12 lines (11 loc) 450 B
import _Tabs from './tabs'; import _TabPanel from './tab-panel'; import { WithInstallType } from '../shared'; import './style'; import { TdTabPanelProps, TdTabsProps } from './type'; export * from './type'; export declare type TabsProps = TdTabsProps; export declare type TabPanelProps = TdTabPanelProps; export declare const Tabs: WithInstallType<typeof _Tabs>; export declare const TabPanel: WithInstallType<typeof _TabPanel>; export default Tabs;