UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines 377 B
import type { KeybindingHintProps } from '../props'; export declare const Sequence: ({ keys, ...chordProps }: KeybindingHintProps) => import("react").JSX.Element[]; /** Plain string version of `Sequence` for use in `aria` string attributes. */ export declare const accessibleSequenceString: (sequence: string, isMacOS: boolean) => string; //# sourceMappingURL=Sequence.d.ts.map