Files
documentation/node_modules/@docsearch/react/dist/esm/ResultsScreen.d.ts
2024-03-22 03:47:51 +05:30

6 lines
294 B
TypeScript

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 {};