UNPKG

phaser4-rex-plugins

Version:
9 lines (7 loc) 229 B
import DropDown from './dropdown'; export default class DropDownPlugin extends Phaser.Plugins.BasePlugin { add( gameObject: Phaser.GameObjects.GameObject, config?: DropDown.IConfig ): DropDown; }