phaser4-rex-plugins
Version:
17 lines (13 loc) • 372 B
TypeScript
import FileChooser from './FileChooser';
export default function (
x: number, y: number,
width: number, height: number,
config?: FileChooser.IConfig
): FileChooser;
export default function (
x: number, y: number,
config?: FileChooser.IConfig
): FileChooser;
export default function (
config?: FileChooser.IConfig
): FileChooser;