Warp/node_modules/@docsearch/react/dist/esm/Footer.d.ts

16 lines
457 B
TypeScript
Raw Permalink Normal View History

2024-01-05 12:14:38 +00:00
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 {};