Skip to content

Commit

Permalink
fix: 修复Lute类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
angleshe authored and Vanessa219 committed Aug 7, 2020
1 parent 4087864 commit a1b5c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ interface IVditor {
element: HTMLElement;
options: IOptions;
originalInnerHTML: string;
lute: ILute;
lute: Lute;
currentMode: "sv" | "wysiwyg" | "ir";
devtools?: {
element: HTMLDivElement,
Expand Down

0 comments on commit a1b5c51

Please sign in to comment.