UNPKG

@wjya/ngx-webapp-icpc.group.pms

Version:

angular webapp : icpc.group.pms

10 lines (9 loc) 254 B
import { OnInit } from '@angular/core'; export declare class WxQrcodeComponent implements OnInit { modalIsVisible: boolean; qrcodeValue: string; qrcodeUrl: string; constructor(); ngOnInit(): void; handleCancel(): void; }