UNPKG

tdesign-mobile-vue

Version:
12 lines (11 loc) 482 B
import _TabBar from './tab-bar'; import _TabBarItem from './tab-bar-item'; import { WithInstallType } from '../shared'; import { TdTabBarProps, TdTabBarItemProps } from './type'; import './style'; export * from './type'; export declare type TabBarProps = TdTabBarProps; export declare type TabBarItemProps = TdTabBarItemProps; export declare const TabBar: WithInstallType<typeof _TabBar>; export declare const TabBarItem: WithInstallType<typeof _TabBarItem>; export default TabBar;