UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 385 B
import React from 'react'; import type { KeybindingHintProps } from '../props'; export declare const Chord: ({ keys, format, variant, size }: KeybindingHintProps) => 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