UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

7 lines (6 loc) 249 B
import * as React from 'react'; import { PopoverBodyProps as ReactStrapPopoverBodyProps } from 'reactstrap'; interface PopoverBodyProps extends ReactStrapPopoverBodyProps { } export declare const PopoverBody: React.SFC<PopoverBodyProps>; export {};