@launchmenu/core
Version:
An environment for visual keyboard controlled applets
11 lines • 376 B
TypeScript
import { IShortcutInput } from "../../menus/items/_types/IShortcutInput";
import { LFC } from "../../_types/LFC";
/**
* A label for a given shortcut
*/
export declare const ShortcutLabel: LFC<{
shortcut: IShortcutInput;
/** Whether to explicitly show that the pattern is empty */
explicitEmpty?: boolean;
}>;
//# sourceMappingURL=ShortcutLabel.d.ts.map