@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
13 lines (12 loc) • 455 B
JavaScript
//#region src/i18n/resources/en/emojiPicker.ts
var emojiPicker_default = {
"emojiPicker.delete": "Delete",
"emojiPicker.draggerDesc": "Click or Drag image to this area to upload",
"emojiPicker.emoji": "Emoji",
"emojiPicker.fileTypeError": "You can only upload image file!",
"emojiPicker.upload": "Upload",
"emojiPicker.uploadBtn": "Crop and Upload"
};
//#endregion
export { emojiPicker_default as default };
//# sourceMappingURL=emojiPicker.mjs.map