UNPKG

@zxh19890103/wik

Version:

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

5 lines (4 loc) 242 B
import { ReactiveLayer } from './ReactiveLayer'; import { ReactiveLayerRenderEffect } from './effects'; declare const appendLayerRenderReq: (context: ReactiveLayer, effect: ReactiveLayerRenderEffect) => void; export { appendLayerRenderReq };