mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-21 03:34:32 +00:00
fix for 18946 (#18947)
This commit is contained in:
committed by
Mohamed Hegazy
parent
1683e0023e
commit
014f2bb629
2
types/quill/index.d.ts
vendored
2
types/quill/index.d.ts
vendored
@@ -205,3 +205,5 @@ export class Quill implements EventEmitter {
|
||||
off(eventName: "selection-change", handler: SelectionChangeHandler): EventEmitter;
|
||||
off(eventName: "editor-change", handler: EditorChangeHandler): EventEmitter;
|
||||
}
|
||||
|
||||
export default Quill;
|
||||
|
||||
Reference in New Issue
Block a user