UNPKG

@zxh19890103/wik

Version:

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

7 lines (6 loc) 174 B
/// <reference types="react" /> import { WarehouseProps } from './interface'; /** * 2d warehouse */ export declare const Warehouse: (props: WarehouseProps) => JSX.Element;