UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

7 lines (6 loc) 159 B
import { Base } from './basic/Base.class'; export declare class WikModel extends Base { toSnapshot(): any; fromJSON(d: any): this; toJSON(): {}; }