UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

11 lines 494 B
//#region src/i18n/resources/zhCn/hotkey.d.ts declare const _default: { readonly 'hotkey.clear': "清除绑定"; readonly 'hotkey.conflict': "此快捷键与现有快捷键冲突。"; readonly 'hotkey.invalidCombination': "快捷键必须包含修饰键(Ctrl、Alt、Shift)且只能有一个常规键。"; readonly 'hotkey.placeholder': "按键录制快捷键"; readonly 'hotkey.reset': "重置为默认"; }; //#endregion export { _default }; //# sourceMappingURL=hotkey.d.mts.map