UNPKG

react-tabs

Version:

An accessible and easy tab component for ReactJS

10 lines (7 loc) 235 B
import React from 'react'; import hoist from 'hoist-non-react-statics'; import TabPanel from '../../../TabPanel'; function TabPanelWrapper(props) { return <TabPanel {...props} />; } export default hoist(TabPanelWrapper, TabPanel);