UNPKG

react-admin-component

Version:
7 lines 351 B
import * as tslib_1 from "tslib"; import React from 'react'; var Spacer = function (props) { return (React.createElement("div", { className: props.className, style: tslib_1.__assign({ width: props.width || '100%', height: props.height || '100%' }, props.style) }, props.children)); }; export default Spacer; //# sourceMappingURL=index.js.map