gamelet-pixui-frame
Version:
pixui开发者框架
21 lines (20 loc) • 423 B
TypeScript
/**
* -------------------------------------------------------
* 三方组件示例,请组件开发者填写以下内容
* 组件名称:
* 组件功能:
* 联系人:
* 版本:
* -------------------------------------------------------
*/
declare class ThirdPartyImpl {
/**
* 方法请做好注释
*/
method(): void;
}
/**
* 单例化
*/
export declare let ThirdParty: ThirdPartyImpl;
export {};