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

11 lines
315 B
TypeScript

/// <reference types="react" />
export declare type ErrorScreenTranslations = Partial<{
titleText: string;
helpText: string;
}>;
declare type ErrorScreenProps = {
translations?: ErrorScreenTranslations;
};
export declare function ErrorScreen({ translations }: ErrorScreenProps): JSX.Element;
export {};