UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

7 lines (6 loc) 225 B
import * as React from 'react'; import { PopoverProps as ReactStrapPopoverProps } from 'reactstrap'; interface PopoverProps extends ReactStrapPopoverProps { } export declare const Popover: React.SFC<PopoverProps>; export {};