Page MenuHomec4science

PopoverTitle.d.ts
No OneTemporary

File Metadata

Created
Wed, Jul 23, 00:23

PopoverTitle.d.ts

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

Event Timeline