UNPKG

@petkoneo/phaser3-rex-plugins

Version:
10 lines (8 loc) 293 B
import DropDownList from '../../dropdownlist/DropDownList'; import BuildListConfig from './BuildListConfig'; declare function CreateDropDownList( scene: Phaser.Scene, config?: BuildListConfig.IConfig, deepCloneConfig?: boolean, ): DropDownList; export default CreateDropDownList;