@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines • 333 B
text/typescript
//#region src/i18n/resources/zhCn/common.d.ts
declare const _default: {
readonly 'common.cancel': "取消";
readonly 'common.confirm': "确认";
readonly 'common.delete': "删除";
readonly 'common.edit': "编辑";
readonly 'common.empty': "(空)";
};
//#endregion
export { _default };
//# sourceMappingURL=common.d.mts.map