UNPKG

@atlaskit/editor-plugin-help-dialog

Version:

Help Dialog plugin for @atlaskit/editor-core

13 lines (12 loc) 659 B
/* eslint-disable @atlaskit/editor/no-re-export */ // Entry file in package.json export { helpDialogPlugin } from './helpDialogPlugin'; // DO NOT COPY DISABLING THIS RULE. We are disabling it for a special existing case. // This will be shortly removed. Reach out to #cc-editor-lego if you have issues. // eslint-disable-next-line @atlaskit/editor/only-export-plugin export { // eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- Ignored via go/ED-25883 /** * @deprecated DO NOT USE, it is only available to maintain an existing deprecated API */ openHelpCommand as deprecatedOpenHelpCommand } from './pm-plugins/commands';