mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 22:48:41 -09:00
Fixes
This commit is contained in:
parent
0e6fe002da
commit
84f3eb4f9a
1 changed files with 1 additions and 1 deletions
2
typings/hyper.d.ts
vendored
2
typings/hyper.d.ts
vendored
|
|
@ -326,7 +326,7 @@ import type {TermGroupConnectedProps} from '../lib/components/term-group';
|
||||||
export type TermGroupProps = TermGroupConnectedProps & TermGroupOwnProps;
|
export type TermGroupProps = TermGroupConnectedProps & TermGroupOwnProps;
|
||||||
|
|
||||||
export type SearchBoxProps = {
|
export type SearchBoxProps = {
|
||||||
dateFocused: Date | null;
|
dateFocused: ImmutableDate | null;
|
||||||
caseSensitive: boolean;
|
caseSensitive: boolean;
|
||||||
wholeWord: boolean;
|
wholeWord: boolean;
|
||||||
regex: boolean;
|
regex: boolean;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue