UNPKG

@zxh19890103/wik

Version:

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

4 lines (3 loc) 152 B
/// <reference types="react" /> import { WarehouseProps } from './interface'; export declare const Warehouse3D: (props: WarehouseProps) => JSX.Element;