UNPKG

phaser4-rex-plugins

Version:
10 lines (8 loc) 263 B
import { TextEdit, Edit } from './textedit'; export default class TextPagePlugin extends Phaser.Plugins.BasePlugin { add( gameObject: Phaser.GameObjects.GameObject, config?: TextEdit.IConfig ): TextEdit; edit: typeof Edit; }