import { Node } from 'cc'; interface gonghui_xgmz extends Node{ nodesType:{ "pop_01" : gonghui_xgmz_pop_01, "tips_top" : gonghui_xgmz_pop_01_tips_top, "ty_pop1" : gonghui_xgmz_pop_01_tips_top_ty_pop1, "title" : gonghui_xgmz_pop_01_tips_top_title, "btn_close" : gonghui_xgmz_pop_01_tips_top_btn_close, "EditBox" : gonghui_xgmz_pop_01_EditBox, "TEXT_LABEL" : gonghui_xgmz_pop_01_EditBox_TEXT_LABEL, "PLACEHOLDER_LABEL" : gonghui_xgmz_pop_01_EditBox_PLACEHOLDER_LABEL, "btn_red" : gonghui_xgmz_pop_01_btn_red, "btntxt" : gonghui_xgmz_pop_01_btn_red_btntxt, "icon_zuanshi" : gonghui_xgmz_pop_01_btn_red_icon_zuanshi, "txt_1" : gonghui_xgmz_pop_01_txt_1, "txt_2" : gonghui_xgmz_pop_01_txt_2, } } interface gonghui_xgmz_pop_01 extends Node{ nodesType:{ "tips_top" : gonghui_xgmz_pop_01_tips_top, "ty_pop1" : gonghui_xgmz_pop_01_tips_top_ty_pop1, "title" : gonghui_xgmz_pop_01_tips_top_title, "btn_close" : gonghui_xgmz_pop_01_tips_top_btn_close, "EditBox" : gonghui_xgmz_pop_01_EditBox, "TEXT_LABEL" : gonghui_xgmz_pop_01_EditBox_TEXT_LABEL, "PLACEHOLDER_LABEL" : gonghui_xgmz_pop_01_EditBox_PLACEHOLDER_LABEL, "btn_red" : gonghui_xgmz_pop_01_btn_red, "btntxt" : gonghui_xgmz_pop_01_btn_red_btntxt, "icon_zuanshi" : gonghui_xgmz_pop_01_btn_red_icon_zuanshi, "txt_1" : gonghui_xgmz_pop_01_txt_1, "txt_2" : gonghui_xgmz_pop_01_txt_2, } } interface gonghui_xgmz_pop_01_tips_top extends Node{ nodesType:{ "ty_pop1" : gonghui_xgmz_pop_01_tips_top_ty_pop1, "title" : gonghui_xgmz_pop_01_tips_top_title, "btn_close" : gonghui_xgmz_pop_01_tips_top_btn_close, } } interface gonghui_xgmz_pop_01_tips_top_ty_pop1 extends Node{ } interface gonghui_xgmz_pop_01_tips_top_title extends Node{ } interface gonghui_xgmz_pop_01_tips_top_btn_close extends Node{ } interface gonghui_xgmz_pop_01_EditBox extends Node{ nodesType:{ "TEXT_LABEL" : gonghui_xgmz_pop_01_EditBox_TEXT_LABEL, "PLACEHOLDER_LABEL" : gonghui_xgmz_pop_01_EditBox_PLACEHOLDER_LABEL, } } interface gonghui_xgmz_pop_01_EditBox_TEXT_LABEL extends Node{ } interface gonghui_xgmz_pop_01_EditBox_PLACEHOLDER_LABEL extends Node{ } interface gonghui_xgmz_pop_01_btn_red extends Node{ nodesType:{ "btntxt" : gonghui_xgmz_pop_01_btn_red_btntxt, "icon_zuanshi" : gonghui_xgmz_pop_01_btn_red_icon_zuanshi, } } interface gonghui_xgmz_pop_01_btn_red_btntxt extends Node{ } interface gonghui_xgmz_pop_01_btn_red_icon_zuanshi extends Node{ } interface gonghui_xgmz_pop_01_txt_1 extends Node{ } interface gonghui_xgmz_pop_01_txt_2 extends Node{ } declare global { type tree_guanli_gonghui_xgmz = { "gonghui_xgmz" : gonghui_xgmz, "pop_01" : gonghui_xgmz_pop_01, "tips_top" : gonghui_xgmz_pop_01_tips_top, "ty_pop1" : gonghui_xgmz_pop_01_tips_top_ty_pop1, "title" : gonghui_xgmz_pop_01_tips_top_title, "btn_close" : gonghui_xgmz_pop_01_tips_top_btn_close, "EditBox" : gonghui_xgmz_pop_01_EditBox, "TEXT_LABEL" : gonghui_xgmz_pop_01_EditBox_TEXT_LABEL, "PLACEHOLDER_LABEL" : gonghui_xgmz_pop_01_EditBox_PLACEHOLDER_LABEL, "btn_red" : gonghui_xgmz_pop_01_btn_red, "btntxt" : gonghui_xgmz_pop_01_btn_red_btntxt, "icon_zuanshi" : gonghui_xgmz_pop_01_btn_red_icon_zuanshi, "txt_1" : gonghui_xgmz_pop_01_txt_1, "txt_2" : gonghui_xgmz_pop_01_txt_2, }}