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