Test
This commit is contained in:
9
node_modules/@docsearch/react/dist/esm/ErrorScreen.d.ts
generated
vendored
Normal file
9
node_modules/@docsearch/react/dist/esm/ErrorScreen.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare type ErrorScreenTranslations = Partial<{
|
||||
titleText: string;
|
||||
helpText: string;
|
||||
}>;
|
||||
declare type ErrorScreenProps = {
|
||||
translations?: ErrorScreenTranslations;
|
||||
};
|
||||
export declare function ErrorScreen({ translations }: ErrorScreenProps): JSX.Element;
|
||||
export {};
|
||||
Reference in New Issue
Block a user