Skip to content

Commit

Permalink
fix(types): allow all elements (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv authored Dec 16, 2020
1 parent e125995 commit 7c8c9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {

export interface CTLMatcherOptions {
timeout?: number
container?: HTMLElement | JQuery
container?: Element | JQuery<Element>
}

export type MatcherOptions = DTLMatcherOptions | CTLMatcherOptions
Expand Down

0 comments on commit 7c8c9c8

Please sign in to comment.