UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

9 lines 322 B
import type { KeybindingHintFormat } from '../props'; interface KeyProps { name: string; format: KeybindingHintFormat; } /** Renders a single key with accessible alternative text. */ export declare const Key: ({ name, format }: KeyProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=Key.d.ts.map