export { default as Tab } from './CustomTab';
export * from './CustomTab';
export * from './CustomTab.types';
