@docsearch/js 3.6.3 → 3.8.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.
@@ -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 };