diff --git a/types/index.d.ts b/types/index.d.ts index 1ad877a..7b954bb 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -10,7 +10,7 @@ import { export interface CTLMatcherOptions { timeout?: number - container?: HTMLElement | JQuery + container?: Element | JQuery } export type MatcherOptions = DTLMatcherOptions | CTLMatcherOptions