@docsearch/js 4.0.0-beta.7 → 4.0.0-beta.8
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/esm/index.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/umd/index.js +2 -2
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -2
package/dist/esm/index.d.ts
CHANGED
|
@@ -6995,6 +6995,6 @@ interface DocSearchProps extends DocSearchProps$1 {
|
|
|
6995
6995
|
container: HTMLElement | string;
|
|
6996
6996
|
environment?: typeof window;
|
|
6997
6997
|
}
|
|
6998
|
-
declare function docsearch(props: DocSearchProps): void;
|
|
6998
|
+
declare function docsearch(props: DocSearchProps): () => void;
|
|
6999
6999
|
|
|
7000
7000
|
export { docsearch as default };
|