UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 202 B
export type SearchRecentProps = { onSelect: (value: string) => void; className?: string; }; export declare function SearchRecent({ onSelect, className }: SearchRecentProps): JSX.Element | null;