We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e527c commit 37970a7Copy full SHA for 37970a7
1 file changed
adapters/docusaurus-theme-search-algolia/src/theme/SearchPage/utils.ts
@@ -5,9 +5,10 @@
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
-import type { ThemeConfigDocSearch } from '@docsearch/docusaurus-adapter';
9
import type algoliaSearchHelper from 'algoliasearch-helper';
10
+import type { ThemeConfigDocSearch } from '@docsearch/docusaurus-adapter';
11
+
12
type SearchIndex = ThemeConfigDocSearch['indices'][number];
13
type PlainSearchParameters = NonNullable<Parameters<typeof algoliaSearchHelper>[2]>;
14
0 commit comments