react-admin-component
Version:
react library
7 lines • 351 B
JavaScript
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