UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

9 lines (8 loc) 274 B
import type { IDictionary, IJodit } from "jodit/esm/types/index"; /** * Replace the current selection with new HTML content */ export declare function execute(jodit: IJodit, args: IDictionary, signal: AbortSignal): Promise<{ success: boolean; message: string; }>;