UNPKG

@petkoneo/phaser3-rex-plugins

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