d95d6c1d-0c45-4b49-ab0c-c1aaf721e850.js.map 730 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/ExChangeCodeView.ts"],"names":[],"mappings":";;;;;;;AAca,QAAA,oBAAoB,GAAG,kBAAkB,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureView } from \"../../../../common/classbase/ViewBase\";\r\n\r\ntype onActionClickCallback = (ret: boolean, cdkey?: string) => void;\r\nexport interface ExchangeCodeViewProps {\r\n    onActionClick: onActionClickCallback;\r\n}\r\n\r\ntype ExchangeCodeViewBase = PureView<ExchangeCodeViewProps>;\r\n\r\nexport interface ExchangeCodeView extends ExchangeCodeViewBase {\r\n    setContentTxt(title: string, content: string);\r\n    showBanner(isShow: boolean);\r\n}\r\n\r\nexport const ExchangeCodeViewType = \"ExchangeCodeView\";"]}