UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

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