UNPKG

deeper-spatial-physics-assistant

Version:

所有开源WebGL和WebGIS仓库的整合

10 lines (9 loc) 248 B
export default function useWindow(map: any, otherParams?: any): { default_window: { offset: number[]; visible: boolean; position: number[]; }; openWindow: (position: any) => void; closeWindow: () => void; };