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) 380 B
import { IWimPipeBaseInfoAtomType } from '../interface/wim-pipe'; declare class WimPipeController { static extendsCore(extendsClass: new (obj: Record<string, any>, ObjectClass?: new (opt?: IWimPipeBaseInfoAtomType) => ExtendsObject) => ExtendsClass, extendsObjects: new () => ExtendsObject): new (obj: Record<string, any>) => ExtendsClass; } export default WimPipeController;