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

6 lines
316 B
TypeScript

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