@atlaskit/editor-plugin-help-dialog
Version:
Help Dialog plugin for @atlaskit/editor-core
19 lines (18 loc) • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "deprecatedOpenHelpCommand", {
enumerable: true,
get: function get() {
return _commands.openHelpCommand;
}
});
Object.defineProperty(exports, "helpDialogPlugin", {
enumerable: true,
get: function get() {
return _helpDialogPlugin.helpDialogPlugin;
}
});
var _helpDialogPlugin = require("./helpDialogPlugin");
var _commands = require("./pm-plugins/commands");