Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import React from 'react';
import Tabs, { TabPane } from 'rc-tabs';
import TabContent from 'rc-tabs/lib/TabContent';
import ScrollableInkTabBar from 'rc-tabs/lib/ScrollableInkTabBar';
import './RCTabs.scss';
Tabs.defaultProps.renderTabBar = () => ;
Tabs.defaultProps.renderTabContent = () => (
);
export default Tabs;
export { Tabs, TabPane };
import React from 'react';
import Tabs, { TabPane } from 'rc-tabs';
import TabContent from 'rc-tabs/lib/TabContent';
import ScrollableInkTabBar from 'rc-tabs/lib/ScrollableInkTabBar';
import './RCTabs.scss';
Tabs.defaultProps.renderTabBar = () => ;
Tabs.defaultProps.renderTabContent = () => (
);
export default Tabs;
export { Tabs, TabPane };