@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
18 lines • 696 B
text/typescript
//#region src/i18n/resources/en/image.d.ts
declare const _default: {
readonly 'image.copy': "Copy";
readonly 'image.copyFailed': "Copy Failed";
readonly 'image.copySuccess': "Copy Success";
readonly 'image.download': "Download";
readonly 'image.downloadFailed': "Download Failed";
readonly 'image.downloadSuccess': "Download Success";
readonly 'image.flipHorizontal': "Flip Horizontal";
readonly 'image.flipVertical': "Flip Vertical";
readonly 'image.rotateLeft': "Rotate Left";
readonly 'image.rotateRight': "Rotate Right";
readonly 'image.zoomIn': "Zoom In";
readonly 'image.zoomOut': "Zoom Out";
};
//#endregion
export { _default };
//# sourceMappingURL=image.d.mts.map