diff --git a/typings/hyper.d.ts b/typings/hyper.d.ts index 9db46663..bd292d0b 100644 --- a/typings/hyper.d.ts +++ b/typings/hyper.d.ts @@ -326,7 +326,7 @@ import type {TermGroupConnectedProps} from '../lib/components/term-group'; export type TermGroupProps = TermGroupConnectedProps & TermGroupOwnProps; export type SearchBoxProps = { - dateFocused: Date | null; + dateFocused: ImmutableDate | null; caseSensitive: boolean; wholeWord: boolean; regex: boolean;