@docsearch/js 3.6.2 → 3.7.0

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/README.md CHANGED
@@ -43,4 +43,4 @@ docsearch({
43
43
 
44
44
  ## Documentation
45
45
 
46
- [Read documentation →](https://docsearch.algolia.com/docs/DocSearch-v3)
46
+ [Read documentation →](https://docsearch.algolia.com/docs/docsearch-v3)
@@ -6,4 +6,4 @@ interface DocSearchProps extends DocSearchProps$1 {
6
6
  }
7
7
  declare function docsearch(props: DocSearchProps): void;
8
8
 
9
- export default docsearch;
9
+ export { docsearch as default };