Files
vant/src/tabbar-item/index.ts
T

8 lines
177 B
TypeScript

import { installable } from '../utils';
import _TabbarItem from './TabbarItem';
const TabbarItem = installable(_TabbarItem);
export default TabbarItem;
export { TabbarItem };