UNPKG

@lobehub/ui

Version:

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

18 lines 686 B
//#region src/i18n/resources/zhCn/image.d.ts declare const _default: { readonly 'image.copy': "复制"; readonly 'image.copyFailed': "复制失败"; readonly 'image.copySuccess': "复制成功"; readonly 'image.download': "下载"; readonly 'image.downloadFailed': "下载失败"; readonly 'image.downloadSuccess': "下载成功"; readonly 'image.flipHorizontal': "水平翻转"; readonly 'image.flipVertical': "垂直翻转"; readonly 'image.rotateLeft': "向左旋转"; readonly 'image.rotateRight': "向右旋转"; readonly 'image.zoomIn': "放大"; readonly 'image.zoomOut': "缩小"; }; //#endregion export { _default }; //# sourceMappingURL=image.d.mts.map