From 84f3eb4f9ad599157cc410af0cdb9056c3b95c92 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 7 Jun 2025 20:52:49 -0700 Subject: [PATCH] Fixes --- typings/hyper.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;