Interface QRCodeBorder

interface QRCodeBorder {
    color?: string;
    width?: number;
}

Properties

Properties

color?: string
width?: number