UNPKG

@zxh19890103/wik

Version:

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

12 lines (11 loc) 205 B
/** * * Don't give class-property default value. * * @example * * @prop - name * // or gives it a default value: * @prop - ('ronnie') name */ export declare function prop(...args: any[]): any;