import Tab from './lib/Tab';
import TabPanel from './lib/TabPanel';

Tab.TabPanel = TabPanel;

export default Tab;
export { TabPanel };
