UNPKG

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