UNPKG

tdesign-miniprogram

Version:
10 lines (9 loc) 238 B
export interface QRCodeStatusProps { status?: 'active' | 'expired' | 'loading' | 'scanned'; locale?: { expiredText?: string; refreshText?: string; scannedText?: string; }; statusRender?: boolean; }