UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

9 lines 362 B
import { Container } from "../ui/index"; import { BaseScene } from "../game"; import { BaseConfig } from "../types"; declare class UIComponentFactory { private static readonly componentMap; static createChildFromConfig(scene: BaseScene, config: BaseConfig): Container; } export default UIComponentFactory; //# sourceMappingURL=UIComponentFactory.d.ts.map