riku
10 小时以前 8e3f3890e93d097df4be744648b9ac404d20a558
miniprogram_npm/tdesign-miniprogram/qrcode/qrcode.d.ts
@@ -1,22 +1,14 @@
import { SuperComponent } from '../common/src/index';
export default class QRCode extends SuperComponent {
    behaviors: string[];
    externalClasses: string[];
    options: {
        multipleSlots: boolean;
        virtualHost: boolean;
    };
    properties: {
        statusRender: {
            type: BooleanConstructor;
            value: boolean;
        };
        style: {
            type: StringConstructor;
            value: string;
        };
        customStyle: {
            type: StringConstructor;
            value: string;
        };
        bgColor?: {
            type: StringConstructor;
@@ -72,6 +64,7 @@
        status: (newVal: string) => void;
    };
    methods: {
        init(): void;
        handleDrawCompleted(): void;
        handleDrawError(err: any): void;
        handleRefresh(): void;