Files
Basalt2/node_modules/@docsearch/react/dist/esm/Footer.d.ts
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +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 {};