react-bootstrap
Version:
Bootstrap 5 components built with React
6 lines (5 loc) • 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;