UNPKG

@wdp-api/wim-api

Version:

51WORLD WIM Api is a JavaScript plugin for WdpApi, It provides a set of APIs for developers to integrate WIM into their own applications.

6 lines (5 loc) 222 B
import { IFloodEntityAtomType } from '../../interface/flood'; declare class Flood { static extendsCore(extendsClass: new () => ExtendsObject): new (opt?: IFloodEntityAtomType) => ExtendsObject; } export default Flood;