Warp/node_modules/@docsearch/react/dist/esm/ResultsScreen.d.ts

6 lines
294 B
TypeScript
Raw Normal View History

2024-01-05 12:14:38 +00: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 {};