@wangeditor-next/plugin-formula 0.0.10 → 0.0.12-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,4 +34,4 @@ export declare function htmlToContent(editor: IDomEditor, html?: string): Descen
34
34
  export declare function initializeContent(editor: IDomEditor, options: {
35
35
  html?: string;
36
36
  content?: Descendant[];
37
- }): Descendant[];
37
+ }): void;