UNPKG

@atlaskit/editor-plugin-help-dialog

Version:

Help Dialog plugin for @atlaskit/editor-core

4 lines (3 loc) 246 B
import type { Transaction } from '@atlaskit/editor-prosemirror/state'; export declare const openHelpCommand: (tr: Transaction, dispatch?: Function) => boolean; export declare const closeHelpCommand: (tr: Transaction, dispatch: Function) => void;