Files
2020-07-08 12:08:03 +01:00

6 lines
304 B
TypeScript

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