@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
12 lines • 495 B
text/typescript
//#region src/i18n/resources/en/emojiPicker.d.ts
declare const _default: {
readonly 'emojiPicker.delete': "Delete";
readonly 'emojiPicker.draggerDesc': "Click or Drag image to this area to upload";
readonly 'emojiPicker.emoji': "Emoji";
readonly 'emojiPicker.fileTypeError': "You can only upload image file!";
readonly 'emojiPicker.upload': "Upload";
readonly 'emojiPicker.uploadBtn': "Crop and Upload";
};
//#endregion
export { _default };
//# sourceMappingURL=emojiPicker.d.mts.map