|
@@ -6,11 +6,10 @@ import React, {
|
|
|
} from 'react';
|
|
} from 'react';
|
|
|
|
|
|
|
|
import type { IFocusable } from '~/client/interfaces/focusable';
|
|
import type { IFocusable } from '~/client/interfaces/focusable';
|
|
|
-import type { TypeaheadProps } from '~/client/interfaces/react-bootstrap-typeahead';
|
|
|
|
|
|
|
|
|
|
import { useSearchModal } from '../../features/search/client/stores/search';
|
|
import { useSearchModal } from '../../features/search/client/stores/search';
|
|
|
|
|
|
|
|
-type Props = TypeaheadProps & {
|
|
|
|
|
|
|
+type Props = {
|
|
|
keywordOnInit: string,
|
|
keywordOnInit: string,
|
|
|
};
|
|
};
|
|
|
|
|
|