UNPKG

@dugongjs/cli

Version:

8 lines (7 loc) 202 B
import React from "react"; export type HotkeyIndicatorProps = { label: string; hotkey: string; hotkeyWidth?: number; }; export declare const HotkeyIndicator: React.FC<HotkeyIndicatorProps>;