UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

12 lines (11 loc) 396 B
import type { HTMLTagNames, IDictionary, IJodit } from "jodit/esm/types/index"; declare module 'jodit/esm/config' { interface Config { highlightSignature: { processDelay: number; processInChunkCount: number; excludeTags: HTMLTagNames[]; schema: IDictionary<(jodit: IJodit, matches: RegExpMatchArray) => HTMLElement>; }; } }