This commit is contained in:
Philip Peterson 2025-06-07 20:52:49 -07:00
parent 0e6fe002da
commit 84f3eb4f9a

2
typings/hyper.d.ts vendored
View file

@ -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;