@atlaskit/editor-plugin-batch-attribute-updates
Version:
Provider a runtime tool to merge an array of SetAttrsStep and/or AttrsSteps into an unique BatchAttrsStep
12 lines (11 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "batchAttributeUpdatesPlugin", {
enumerable: true,
get: function get() {
return _batchAttributeUpdatesPlugin.batchAttributeUpdatesPlugin;
}
});
var _batchAttributeUpdatesPlugin = require("./batchAttributeUpdatesPlugin");