UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 214 B
export type SearchShortcutProps = { combination: string; text: string; className?: string; }; export declare function SearchShortcut({ combination, text, className }: SearchShortcutProps): JSX.Element;