UNPKG

@zxh19890103/wik

Version:

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

11 lines (10 loc) 316 B
import { ViewSetProps } from './interface'; interface UseViewSetOptions extends ViewSetProps { } /** * share the same logic */ export declare const useViewSet: (options: UseViewSetOptions) => { items: import("../model").IList<import("../model").Base<string>> | import("../model").Base<string>[]; }; export {};