UNPKG

phaser4-rex-plugins

Version:
13 lines (10 loc) 281 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;