Appearance
用于显示二维码,不能输入
type SchemaQrCodeWidgetOptions = { errorCorrection?: 'L' | 'M' | 'Q' | 'H'; fill?: boolean; radius?: number; background?: string; };