* Object containing attributes to pass to underlying nav link.
*/
tabAttrs:PropTypes.object
};
constTab=()=>{
thrownewError('ReactBootstrap: The `Tab` component is not meant to be rendered! '+"It's an abstract component that is only valid as a direct Child of the `Tabs` Component. "+'For custom tabs components use TabPane and TabsContainer directly');