@atlaskit/editor-plugin-code-block
Version:
Code block plugin for @atlaskit/editor-core
6 lines (5 loc) • 338 B
TypeScript
import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
declare const refreshBrowserSelection: () => void;
declare const refreshBrowserSelectionOnChange: (transaction: Readonly<Transaction>, editorState: EditorState) => void;
export default refreshBrowserSelectionOnChange;
export { refreshBrowserSelection };