tdesign-miniprogram
Version:
TDesign Component for miniprogram
13 lines (12 loc) • 320 B
TypeScript
import { ErrorCorrectionLevel } from '../../../common/shared/qrcode/types';
export interface TdQRCodeProps {
value?: string;
icon?: string;
size?: number;
iconSize?: null;
level?: ErrorCorrectionLevel;
bgColor?: string;
color?: string;
includeMargin?: boolean;
marginSize?: number;
}