@atlaskit/editor-plugin-alignment
Version:
Alignment plugin for @atlaskit/editor-core
11 lines (10 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ToolbarType = void 0;
var ToolbarType = exports.ToolbarType = /*#__PURE__*/function (ToolbarType) {
ToolbarType["PRIMARY"] = "primaryToolbar";
ToolbarType["FLOATING"] = "floatingToolbar";
return ToolbarType;
}({});