UNPKG

@atlaskit/editor-plugin-help-dialog

Version:

Help Dialog plugin for @atlaskit/editor-core

9 lines (8 loc) 285 B
/** * @jsxRuntime classic * @jsx jsx */ import { jsx } from '@emotion/react'; import type { Keymap } from '@atlaskit/editor-common/keymaps'; export declare const shortcutNamesWithoutKeymap: string[]; export declare const getComponentFromKeymap: (keymap: Keymap) => jsx.JSX.Element;