import { withInstall } from '../utils'; import _Tab from './Tab'; const Tab = withInstall(_Tab); export default Tab; export { Tab };