mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-26 15:16:21 +01:00
6 lines
304 B
TypeScript
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;
|