-
Notifications
You must be signed in to change notification settings - Fork 784
Open
Description
node_modules\unlayer-types\embed.d.ts
declare module "embed/Editor" {
......
export class Editor {
......
registerTool(): void; //expect arguments
registerPropertyEditor(): void; //expect arguments
registerTab(): void; //expect arguments
createPanel(): void; //expect arguments
createViewer(): void; //expect arguments
createWidget(): void; //expect arguments
}
}
these function method define typescript incorrectly according to the doc
https://docs.unlayer.com/builder/tools/custom#properties
Metadata
Metadata
Assignees
Labels
No labels