Files
oneclickvirt.github.io/node_modules/@docsearch/react/dist/esm/Footer.d.ts
spiritlhl 6f5966067d Update
2023-06-20 00:59:07 +00:00

17 lines
489 B
TypeScript

/// <reference types="react" />
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 {};