UNPKG

tdesign-vue-next

Version:
78 lines (75 loc) 1.15 kB
/** * tdesign v1.17.7 * (c) 2025 tdesign * @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 {}; } }, onRefresh: { type: Function }, statusRender: { type: Function }, status: { type: String, "default": "active" } }; export { QRCodeStatusProps, QRCodeSubComponentProps }; //# sourceMappingURL=props.js.map