Skip to content

Commit 7c8c9c8

Browse files
authored
fix(types): allow all elements (#164)
1 parent e125995 commit 7c8c9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010

1111
export interface CTLMatcherOptions {
1212
timeout?: number
13-
container?: HTMLElement | JQuery
13+
container?: Element | JQuery<Element>
1414
}
1515

1616
export type MatcherOptions = DTLMatcherOptions | CTLMatcherOptions

0 commit comments

Comments
 (0)