28622df6-f52b-4b88-b696-c599ee8bfa85.js.map 499 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/QRCodeView.ts"],"names":[],"mappings":";;;;;;;AAYa,QAAA,cAAc,GAAG,YAAY,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureView } from \"../../../../common/classbase/ViewBase\";\nexport interface QRCodeViewProps {\n    tipLabel: string;\n    qrCodePath: string;\n}\n\ntype QRCodeViewBase = PureView<QRCodeViewProps>;\n\nexport interface QRCodeView extends QRCodeViewBase {\n\n}\n\nexport const QRCodeViewType = \"QRCodeView\";"]}