mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
quill: Fix error in typescript@next (#17060)
This commit is contained in:
@@ -170,7 +170,7 @@ function test_addContainer()
|
||||
|
||||
function test_on_EventType1(){
|
||||
var quillEditor = new Quill('#editor');
|
||||
quillEditor.on('text-change', (newDelta, oldDelta, source)=>{
|
||||
quillEditor.on('text-change', <T>(newDelta: T, oldDelta: T, source: string)=>{
|
||||
// happened
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user