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) 237 B
import { IWimPipeBaseInfoAtomType } from '../../interface/wim-pipe'; declare class WimPipe { static extendsCore(extendsClass: new () => ExtendsObject): new (opt?: IWimPipeBaseInfoAtomType) => ExtendsObject; } export default WimPipe;