UNPKG
vue-tianditu2
Version:
beta (3.0.0-beta.0)
latest (3.0.1)
3.0.1
3.0.0
3.0.0-beta.0
- 天地图 vue 组件库
lvzhao1995.github.io/vue-tianditu/
lvzhao1995/vue-tianditu
vue-tianditu2
/
dist
/
es
/
mousetool
/
use
/
init.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
{
ToolInstances
}
from
'../types'
;
import
{
Props
}
from
'./'
;
export
declare
function
useInit
(
props: Props, map: T.
Map
):
ToolInstances
;