We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e125995 commit 7c8c9c8Copy full SHA for 7c8c9c8
types/index.d.ts
@@ -10,7 +10,7 @@ import {
10
11
export interface CTLMatcherOptions {
12
timeout?: number
13
- container?: HTMLElement | JQuery
+ container?: Element | JQuery<Element>
14
}
15
16
export type MatcherOptions = DTLMatcherOptions | CTLMatcherOptions
0 commit comments