UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

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