doc.yeswiki.pro/node_modules/@docsearch/react/dist/esm/ErrorScreen.d.ts

10 lines
283 B
TypeScript
Raw Normal View History

2023-05-20 19:37:42 +03:00
export declare type ErrorScreenTranslations = Partial<{
titleText: string;
helpText: string;
}>;
declare type ErrorScreenProps = {
translations?: ErrorScreenTranslations;
};
export declare function ErrorScreen({ translations }: ErrorScreenProps): JSX.Element;
export {};