UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

9 lines (8 loc) 299 B
import type { IDictionary, IJodit } from "jodit/esm/types/index"; /** * Apply or remove inline formatting to the current selection or specific block */ export declare function execute(jodit: IJodit, args: IDictionary, signal: AbortSignal): Promise<{ success: boolean; message: string; }>;