UNPKG

292 BTypeScriptView Raw
1import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
2declare type TabContentProps = BsPrefixPropsWithChildren;
3declare type TabContent = BsPrefixRefForwardingComponent<'div', TabContentProps>;
4declare const TabContent: TabContent;
5export default TabContent;