UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

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