UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

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