UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

11 lines (10 loc) 297 B
import type { IDictionary, IJodit } from "jodit/esm/types/index"; /** * Read entire editor content in HTML format */ export declare function execute(jodit: IJodit, args: IDictionary, signal: AbortSignal): Promise<{ html: string; length: number; start?: number; end?: number; }>;