UNPKG
deeper-spatial
Version:
latest (3.0.0)
3.0.0
0.0.3
0.0.1
所有开源WebGL和WebGIS仓库的整合
github.com/youpengcheng/TimeChart
youpengcheng/TimeChart
deeper-spatial
/
lib
/
BigMap
/
src
/
hooks
/
useMapConfig.d.ts
7 lines
(6 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type {
MapConfig
}
from
'../types'
;
export
default
function
useMapConfig
(
): {
defaultMapConfig
:
MapConfig
;
updateMapConfig
:
(
config: Partial<MapConfig>
) =>
void
;
resetMapConfig
:
() =>
void
; };