export { default } from './Tab';
export { default as Tab } from './Tab';
export type { TabProps, TabItem } from './Tab';
