diff --git a/types/index.d.ts b/types/index.d.ts index 6bfc3bd6a..8f5e44caf 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -537,7 +537,7 @@ interface IVditor { element: HTMLElement; options: IOptions; originalInnerHTML: string; - lute: ILute; + lute: Lute; currentMode: "sv" | "wysiwyg" | "ir"; devtools?: { element: HTMLDivElement,