UNPKG

@petkoneo/phaser3-rex-plugins

Version:
13 lines (10 loc) 269 B
import NinePatch from './NinePatch'; export default Creator; declare namespace Creator { interface IConfig extends Phaser.Types.GameObjects.GameObjectConfig { } } declare function Creator( config?: Creator.IConfig, addToScene?: boolean, ): NinePatch;