UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

7 lines (6 loc) 251 B
import type { IJodit } from "jodit/esm/types/index"; import type { ISelectionContext } from "../interface/index"; /** * Add current selection to context */ export declare function getCurrentSelectionContext(jodit: IJodit): ISelectionContext | null;