UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

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