@zxh19890103/wik
Version:
The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.
10 lines (9 loc) • 321 B
TypeScript
import React from 'react';
import { IWarehouse } from '../model';
interface Props {
warehouse: IWarehouse;
}
export declare const useSelection: () => unknown;
export declare const useMultipleSelection: () => unknown;
export declare const SelectionContext: React.MemoExoticComponent<(props: Props) => any>;
export {};