import { Node } from 'cc'; interface czhd_zb_gb extends Node{ nodesType:{ "pop" : czhd_zb_gb_pop, "img_gldd_db" : czhd_zb_gb_pop_img_gldd_db, "txt_ts" : czhd_zb_gb_pop_txt_ts, "tips_top" : czhd_zb_gb_pop_tips_top, "ty_pop1" : czhd_zb_gb_pop_tips_top_ty_pop1, "title" : czhd_zb_gb_pop_tips_top_title, "btn_close" : czhd_zb_gb_pop_tips_top_btn_close, "btn_plsc" : czhd_zb_gb_pop_btn_plsc, "wz_plsc" : czhd_zb_gb_pop_btn_plsc_wz_plsc, "btn_yjtj" : czhd_zb_gb_pop_btn_yjtj, "wz_qd" : czhd_zb_gb_pop_btn_yjtj_wz_qd, "list" : czhd_zb_gb_pop_list, "ico_gb" : czhd_zb_gb_pop_list_ico_gb, "txt_name" : czhd_zb_gb_pop_list_txt_name, "ScrollView" : czhd_zb_gb_pop_ScrollView, "view" : czhd_zb_gb_pop_ScrollView_view, "content" : czhd_zb_gb_pop_ScrollView_view_content, } } interface czhd_zb_gb_pop extends Node{ nodesType:{ "img_gldd_db" : czhd_zb_gb_pop_img_gldd_db, "txt_ts" : czhd_zb_gb_pop_txt_ts, "tips_top" : czhd_zb_gb_pop_tips_top, "ty_pop1" : czhd_zb_gb_pop_tips_top_ty_pop1, "title" : czhd_zb_gb_pop_tips_top_title, "btn_close" : czhd_zb_gb_pop_tips_top_btn_close, "btn_plsc" : czhd_zb_gb_pop_btn_plsc, "wz_plsc" : czhd_zb_gb_pop_btn_plsc_wz_plsc, "btn_yjtj" : czhd_zb_gb_pop_btn_yjtj, "wz_qd" : czhd_zb_gb_pop_btn_yjtj_wz_qd, "list" : czhd_zb_gb_pop_list, "ico_gb" : czhd_zb_gb_pop_list_ico_gb, "txt_name" : czhd_zb_gb_pop_list_txt_name, "ScrollView" : czhd_zb_gb_pop_ScrollView, "view" : czhd_zb_gb_pop_ScrollView_view, "content" : czhd_zb_gb_pop_ScrollView_view_content, } } interface czhd_zb_gb_pop_img_gldd_db extends Node{ } interface czhd_zb_gb_pop_txt_ts extends Node{ } interface czhd_zb_gb_pop_tips_top extends Node{ nodesType:{ "ty_pop1" : czhd_zb_gb_pop_tips_top_ty_pop1, "title" : czhd_zb_gb_pop_tips_top_title, "btn_close" : czhd_zb_gb_pop_tips_top_btn_close, } } interface czhd_zb_gb_pop_tips_top_ty_pop1 extends Node{ } interface czhd_zb_gb_pop_tips_top_title extends Node{ } interface czhd_zb_gb_pop_tips_top_btn_close extends Node{ } interface czhd_zb_gb_pop_btn_plsc extends Node{ nodesType:{ "wz_plsc" : czhd_zb_gb_pop_btn_plsc_wz_plsc, } } interface czhd_zb_gb_pop_btn_plsc_wz_plsc extends Node{ } interface czhd_zb_gb_pop_btn_yjtj extends Node{ nodesType:{ "wz_qd" : czhd_zb_gb_pop_btn_yjtj_wz_qd, } } interface czhd_zb_gb_pop_btn_yjtj_wz_qd extends Node{ } interface czhd_zb_gb_pop_list extends Node{ nodesType:{ "ico_gb" : czhd_zb_gb_pop_list_ico_gb, "txt_name" : czhd_zb_gb_pop_list_txt_name, } } interface czhd_zb_gb_pop_list_ico_gb extends Node{ } interface czhd_zb_gb_pop_list_txt_name extends Node{ } interface czhd_zb_gb_pop_ScrollView extends Node{ nodesType:{ "view" : czhd_zb_gb_pop_ScrollView_view, "content" : czhd_zb_gb_pop_ScrollView_view_content, } } interface czhd_zb_gb_pop_ScrollView_view extends Node{ nodesType:{ "content" : czhd_zb_gb_pop_ScrollView_view_content, } } interface czhd_zb_gb_pop_ScrollView_view_content extends Node{ } declare global { type tree_guanlidiaodu_czhd_zb_gb = { "czhd_zb_gb" : czhd_zb_gb, "pop" : czhd_zb_gb_pop, "img_gldd_db" : czhd_zb_gb_pop_img_gldd_db, "txt_ts" : czhd_zb_gb_pop_txt_ts, "tips_top" : czhd_zb_gb_pop_tips_top, "ty_pop1" : czhd_zb_gb_pop_tips_top_ty_pop1, "title" : czhd_zb_gb_pop_tips_top_title, "btn_close" : czhd_zb_gb_pop_tips_top_btn_close, "btn_plsc" : czhd_zb_gb_pop_btn_plsc, "wz_plsc" : czhd_zb_gb_pop_btn_plsc_wz_plsc, "btn_yjtj" : czhd_zb_gb_pop_btn_yjtj, "wz_qd" : czhd_zb_gb_pop_btn_yjtj_wz_qd, "list" : czhd_zb_gb_pop_list, "ico_gb" : czhd_zb_gb_pop_list_ico_gb, "txt_name" : czhd_zb_gb_pop_list_txt_name, "ScrollView" : czhd_zb_gb_pop_ScrollView, "view" : czhd_zb_gb_pop_ScrollView_view, "content" : czhd_zb_gb_pop_ScrollView_view_content, }}