/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class UI_ExportBg extends fgui.GButton { public m_n8:fgui.GGraph; public static URL:string = "ui://hse3vywnpgpu3"; public static createInstance():UI_ExportBg { return (fgui.UIPackage.createObject("WXSExport","ExportBg")); } public constructor() { super(); } protected onConstruct(): void { this.m_n8 = (this.getChildAt(0)); } }