GoScrobble/web/node_modules/react-bootstrap/cjs/PopoverTitle.d.ts

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;