doc.yeswiki.pro/node_modules/@docsearch/react/dist/esm/ResultsScreen.d.ts
2023-05-20 19:38:02 +03:00

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