UNPKG

reactstrap

Version:
10 lines (8 loc) 142 B
import React from 'react'; /** * TabContext * { * activeTabId: PropTypes.any * } */ export const TabContext = React.createContext({});