UNPKG

phaser4-rex-plugins

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