@chief-editor/brick-control
Version:
Control Brick for chief editor
1 lines • 664 B
JavaScript
;var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(t){for(var e,r=1,a=arguments.length;r<a;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)},__importDefault=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__importDefault(require("react"));function LayerBrick(t){var e=t.styles,r=t.layout,a=t.creator,i=t.renderPart;return react_1.default.createElement("div",{"data-id":a,style:__assign(__assign({},e),r)},i("content"))}exports.LayerBrick=LayerBrick;