UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 248 B
import type { JSX } from 'react'; export type SearchShortcutProps = { combination: string; text: string; className?: string; }; export declare function SearchShortcut({ combination, text, className }: SearchShortcutProps): JSX.Element;