@docsearch/js
Advanced tools
Comparing version 1.0.0-alpha.26 to 1.0.0-alpha.27
declare module "docsearch" { | ||
import { DocSearchProps } from '@docsearch/react'; | ||
import { DocSearchProps as DocSearchComponentProps } from '@docsearch/react'; | ||
interface DocSearchProps extends DocSearchComponentProps { | ||
container: string | HTMLElement; | ||
environment?: typeof window; | ||
} | ||
export function docsearch(props: DocSearchProps): void; | ||
@@ -4,0 +8,0 @@ } |
{ | ||
"name": "@docsearch/js", | ||
"version": "1.0.0-alpha.26", | ||
"version": "1.0.0-alpha.27", | ||
"license": "MIT", | ||
@@ -32,5 +32,5 @@ "homepage": "https://github.com/algolia/autocomplete.js", | ||
"dependencies": { | ||
"@docsearch/react": "^1.0.0-alpha.26", | ||
"@docsearch/react": "^1.0.0-alpha.27", | ||
"preact": "^10.0.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
672013
692