UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 251 B
import type { JSX } from 'react'; export type SearchRecentProps = { onSelect: (value: string, index: number) => void; className?: string; }; export declare function SearchRecent({ onSelect, className }: SearchRecentProps): JSX.Element | null;