/** * 标签tag */ import Tab from './tab'; export type { TabProps } from './tab'; export default Tab;