UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

6 lines (5 loc) 292 B
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers'; declare type TabContentProps = BsPrefixPropsWithChildren; declare type TabContent = BsPrefixRefForwardingComponent<'div', TabContentProps>; declare const TabContent: TabContent; export default TabContent;