We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e13b74 commit 13efec5Copy full SHA for 13efec5
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/types/wysiwyg.d.ts
@@ -15,7 +15,6 @@ interface WysiwygSetupInterface {
15
16
interface WysiwygInstanceInterface {
17
eventBus: EventBusInterface,
18
- EVENT: any,
19
getContent(): string,
20
setContent(content: string): void
21
}
@@ -25,7 +24,7 @@ declare var WysiwygSetupInterface: {
25
24
new (id: string, config: object): WysiwygSetupInterface;
26
};
27
28
-declare var WysiwygInstance: {
+declare var WysiwygInstanceInterface: {
29
prototype: WysiwygInstanceInterface;
30
new (id: string, config: object): WysiwygInstanceInterface
31
0 commit comments