Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/cjs/TabContent.d.ts
2020-07-08 12:08:03 +01:00

6 lines
292 B
TypeScript

import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
declare type TabContentProps = BsPrefixPropsWithChildren;
declare type TabContent = BsPrefixRefForwardingComponent<'div', TabContentProps>;
declare const TabContent: TabContent;
export default TabContent;