jeddy
Version:
Reactive UI building Framework
8 lines • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Div_1 = require("../../dom/Div");
exports.default = (args) => {
const style = Object.assign({ background: '#fff', borderRadius: "2px", boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)" }, args.style);
return Div_1.default(Object.assign({ style }, args));
};
//# sourceMappingURL=index.js.map