UNPKG

phaser4-rex-plugins

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