UNPKG
deeper-spatial-physics-assistant
Version:
latest (20.4.0)
20.4.0
19.4.0
19.0.0
18.9.0
18.8.0
18.7.0
所有开源WebGL和WebGIS仓库的整合
github.com/youpengcheng/TimeChart
youpengcheng/TimeChart
deeper-spatial-physics-assistant
/
lib
/
BigMap
/
src
/
windowHooks.d.ts
10 lines
(9 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
function
useWindow
(
map
:
any
,
otherParams
?:
any
): {
default_window
: {
offset
:
number
[];
visible
:
boolean
;
position
:
number
[]; };
openWindow
:
(
position
:
any
) =>
void
;
closeWindow
:
() =>
void
; };