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