Files
Basalt2/node_modules/@docsearch/react/dist/esm/Footer.d.ts
Robert Jelic b0a4a6da9c Vitepress
2025-02-10 06:53:23 +01:00

16 lines
457 B
TypeScript

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 {};