UNPKG

@fengxi/ui-framework

Version:

Cocos Creator UI框架库 类似鸿蒙的UI框架

5 lines (4 loc) 101 B
export declare class SingletonMixin { private static instance; static getInstance<T>(): T; }