@atlaskit/editor-plugin-toolbar-lists-indentation
Version:
Toolbar lists and indentation plugin for @atlaskit/editor-core
12 lines (11 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "toolbarListsIndentationPlugin", {
enumerable: true,
get: function get() {
return _toolbarListsIndentationPlugin.toolbarListsIndentationPlugin;
}
});
var _toolbarListsIndentationPlugin = require("./toolbarListsIndentationPlugin");