UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

4 lines 265 B
import * as React from 'react'; import { PopoverBody as ReactStrapPopoverBody, } from 'reactstrap'; export const PopoverBody = (props) => (React.createElement(ReactStrapPopoverBody, Object.assign({}, props), props.children)); //# sourceMappingURL=PopoverBody.js.map