UNPKG

tdesign-miniprogram

Version:
13 lines (12 loc) 320 B
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; }