initial vitepress site with basic nav
This commit is contained in:
parent
a7df2e049d
commit
2029f16583
1900 changed files with 1014692 additions and 0 deletions
15
node_modules/@docsearch/react/dist/esm/Footer.d.ts
generated
vendored
Normal file
15
node_modules/@docsearch/react/dist/esm/Footer.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
export declare type FooterTranslations = Partial<{
|
||||
selectText: string;
|
||||
selectKeyAriaLabel: string;
|
||||
navigateText: string;
|
||||
navigateUpKeyAriaLabel: string;
|
||||
navigateDownKeyAriaLabel: string;
|
||||
closeText: string;
|
||||
closeKeyAriaLabel: string;
|
||||
searchByText: string;
|
||||
}>;
|
||||
declare type FooterProps = Partial<{
|
||||
translations: FooterTranslations;
|
||||
}>;
|
||||
export declare function Footer({ translations }: FooterProps): JSX.Element;
|
||||
export {};
|
Loading…
Add table
Add a link
Reference in a new issue