UNPKG

phaser3-rex-plugins-fix-chun

Version:
20 lines (13 loc) 361 B
import ImageBox from './ImageBox'; export default function ( x?: number, y?: number, texture?: string, frame?: string, config?: ImageBox.IConfig ): ImageBox; export default function ( x?: number, y?: number, config?: ImageBox.IConfig ): ImageBox; export default function ( config?: ImageBox.IConfig ): ImageBox;