UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines 368 B
import type { KeybindingHintProps } from '../props'; export declare const Chord: ({ keys, format, variant, size }: KeybindingHintProps) => import("react").JSX.Element; /** Plain string version of `Chord` for use in `aria` string attributes. */ export declare const accessibleChordString: (chord: string, isMacOS: boolean) => string; //# sourceMappingURL=Chord.d.ts.map