UNPKG

@lobehub/ui

Version:

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

24 lines 940 B
//#region src/i18n/resources/en/image.d.ts declare const _default: { readonly 'image.actualSize': "Actual Size"; readonly 'image.close': "Close"; 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.fitToScreen': "Fit to Screen"; readonly 'image.flipHorizontal': "Flip Horizontal"; readonly 'image.flipVertical': "Flip Vertical"; readonly 'image.more': "More"; readonly 'image.next': "Next"; readonly 'image.prev': "Previous"; readonly 'image.rotateLeft': "Rotate Left"; readonly 'image.rotateRight': "Rotate Right"; readonly 'image.zoomIn': "Zoom In"; readonly 'image.zoomOut': "Zoom Out"; }; //#endregion export { _default as default }; //# sourceMappingURL=image.d.mts.map