UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

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