UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

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