Files
est-frame/node_modules/@docsearch/react/dist/esm/ResultsScreen.d.ts
2025-10-22 05:38:27 +00:00

6 lines
294 B
TypeScript
Executable File

import type { ScreenStateProps } from './ScreenState';
import type { InternalDocSearchHit } from './types';
declare type ResultsScreenProps = Omit<ScreenStateProps<InternalDocSearchHit>, 'translations'>;
export declare function ResultsScreen(props: ResultsScreenProps): JSX.Element;
export {};