@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines • 505 B
text/typescript
//#region src/i18n/resources/en/hotkey.d.ts
declare const _default: {
readonly 'hotkey.clear': "Clear binding";
readonly 'hotkey.conflict': "This shortcut conflicts with an existing one.";
readonly 'hotkey.invalidCombination': "Shortcut must include a modifier key (Ctrl, Alt, Shift) and only one regular key.";
readonly 'hotkey.placeholder': "Press keys to record shortcut";
readonly 'hotkey.reset': "Reset to default";
};
//#endregion
export { _default };
//# sourceMappingURL=hotkey.d.mts.map