UNPKG

@atlaskit/editor-plugin-help-dialog

Version:

Help Dialog plugin for @atlaskit/editor-core

8 lines (7 loc) 375 B
export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, HelpDialogDependencies, } from './helpDialogPluginType'; export { helpDialogPlugin } from './helpDialogPlugin'; export { /** * @deprecated DO NOT USE, it is only available to maintain an existing deprecated API */ openHelpCommand as deprecatedOpenHelpCommand, } from './pm-plugins/commands';