Test
This commit is contained in:
7
node_modules/@docsearch/js/dist/esm/docsearch.d.ts
generated
vendored
Normal file
7
node_modules/@docsearch/js/dist/esm/docsearch.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { DocSearchProps as DocSearchComponentProps } from '@docsearch/react';
|
||||
interface DocSearchProps extends DocSearchComponentProps {
|
||||
container: HTMLElement | string;
|
||||
environment?: typeof window;
|
||||
}
|
||||
export declare function docsearch(props: DocSearchProps): void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user