UNPKG

@zxh19890103/wik

Version:

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

11 lines (10 loc) 262 B
export interface WithRef<R = any> { /** * data which will be mount on layer to render. * * when you are too lazy to design a model (from Base), ref is the best alternative. * * all reactive layer is with ref. */ $$ref: R; }