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

6 lines
294 B
TypeScript
Raw Normal View History

2023-05-20 19:37:42 +03:00
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 {};