@rspress/shared 0.0.0-nightly-20240519160122 → 0.0.0-nightly-20240521160241
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -682,6 +682,7 @@ type RemoteSearchOptions = SearchHooks & {
|
|
682
682
|
domain?: string;
|
683
683
|
indexName: string;
|
684
684
|
searchIndexes?: RemoteSearchIndexInfo[];
|
685
|
+
searchLoading?: boolean;
|
685
686
|
};
|
686
687
|
type SearchOptions = LocalSearchOptions | RemoteSearchOptions | false;
|
687
688
|
interface MdxRsOptions {
|