Skip to content

Commit

Permalink
Add missing typing for Quill.find
Browse files Browse the repository at this point in the history
  • Loading branch information
luin authored and jhchen committed Dec 3, 2022
1 parent 773a553 commit 8071f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/instances.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export default new WeakMap();
import type Quill from '../core';

export default new WeakMap<Node, Quill>();

0 comments on commit 8071f48

Please sign in to comment.