tdesign-mobile-vue
Version:
tdesign-mobile-vue
82 lines (79 loc) • 1.19 kB
JavaScript
/**
* tdesign v1.10.2
* (c) 2025 TDesign Group
* @license MIT
*/
var QRCodeSubComponentProps = {
value: {
type: String,
default: ""
},
size: {
type: Number,
default: 128
},
level: {
type: String,
default: "L"
},
bgColor: {
type: String,
default: "#FFFFFF"
},
fgColor: {
type: String,
default: "#000000"
},
style: {
type: Object,
default: function _default() {
return {};
}
},
includeMargin: {
type: Boolean,
default: false
},
marginSize: {
type: Number,
default: 0
},
imageSettings: {
type: Object,
default: function _default() {
return {};
}
},
title: {
type: String,
default: ""
},
minVersion: {
type: Number,
default: 1
}
};
var QRCodeStatusProps = {
locale: {
type: Object,
default: function _default() {
return {};
}
},
classPrefix: {
type: String,
default: "t"
},
onRefresh: {
type: Function
},
statusRender: {
type: Function
},
status: {
type: String,
default: "active"
}
};
export { QRCodeStatusProps, QRCodeSubComponentProps };
//# sourceMappingURL=props.mjs.map