UNPKG

@atlaskit/editor-plugin-status

Version:

Status plugin for @atlaskit/editor-core

5 lines (4 loc) 297 B
import type { Node } from '@atlaskit/editor-prosemirror/model'; import { type Selection } from '@atlaskit/editor-prosemirror/state'; export declare const canTurnIntoStatus: (node: Node | null) => boolean; export declare const isStatusTurnIntoHidden: (selection: Selection | undefined) => boolean;