UNPKG

yz-native-js-sdk

Version:

provide the native function call API of yunzai mobile platform for the third party

15 lines 357 B
/** * 图像源类型枚举 */ export var YzMediaPhotoType; (function (YzMediaPhotoType) { /** * 从相册选取 */ YzMediaPhotoType["ALBUM"] = "album"; /** * 从相机选取 */ YzMediaPhotoType["CAMERA"] = "camera"; })(YzMediaPhotoType || (YzMediaPhotoType = {})); //# sourceMappingURL=media.photo.js.map