UNPKG

phaser3-rex-plugins-fix-chun

Version:
12 lines (9 loc) 261 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;