@zxh19890103/wik
Version:
The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.
27 lines (26 loc) • 1.06 kB
TypeScript
export * as animation from './animation';
export * as images from './images';
export * from './modes';
export * from './basic';
export * from './behaviors';
export * from './state';
export * as util$$ from './utils';
export { CacheShelf } from './CacheShelf.class';
export { Chargepile } from './Chargepile.class';
export { Conveyor } from './Conveyor.class';
export { ConveyorNode } from './ConveyorNode.class';
export { Haiport } from './Haiport.class';
export { Location } from './Location.class';
export { Point } from './Point.class';
export { Robot } from './Robot.class';
export { Shelf } from './Shelf.class';
export { Bot } from './Bot.class';
export { Edge } from './Edge.class';
export { Route } from './Route.class';
export { WikWarehouse } from './WikWarehouse.class';
export declare const const$$: {
EMPTY_BOUNDS: import("leaflet").LatLngBoundsExpression;
DEFAULT_PATH_STYLE: import("leaflet").PolylineOptions;
DEFAULT_WAREHOUSE_DEPENDENCIES: Record<symbol, import("../model").ConfigProviderConfigValue>;
};
import './styles/index.scss';