UNPKG

commonui-lib-test

Version:

"#common ui lib test"

20 lines (19 loc) 735 B
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import dialogBg from "./dialogBg"; import textTitleRecord from "./textTitleRecord"; import textRecordTitle from "./textRecordTitle"; import textRecordLast20 from "./textRecordLast20"; import btnClose from "./btnClose"; export default class dialogRecord extends fgui.GComponent { labelWindowFrame: dialogBg; textRecord: textTitleRecord; imgDialogInside: fgui.GImage; comTextTitle: textRecordTitle; listRecord: fgui.GList; comTextRecordLast: textRecordLast20; btnClose: btnClose; static URL: string; static createInstance(): dialogRecord; constructor(); protected onConstruct(): void; }