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