63e7bcd2-dac9-4340-9274-dcc36de8e384.js.map 725 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/PromptAlertDialogView.ts"],"names":[],"mappings":";;;;;;;AAea,QAAA,yBAAyB,GAAG,uBAAuB,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureView } from \"../../../../common/classbase/ViewBase\";\r\n\r\n\r\nexport interface PromptAlertDialogViewProps {\r\n    iconSpritePath: string;\r\n    contentLabel: string;\r\n}\r\n\r\ntype PromptAlertDialogViewBase = PureView<PromptAlertDialogViewProps>;\r\n\r\nexport interface PromptAlertDialogView extends PromptAlertDialogViewBase {\r\n    getIconSprite: () => cc.Sprite;\r\n    getContentLable: () => cc.RichText;\r\n}\r\n\r\nexport const PromptAlertDialogViewType = \"PromptAlertDialogView\";\r\n\r\n\r\n\r\n"]}