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
/
watch.d.ts
7 lines
(6 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ToolInstances
}
from
'../types'
;
import
{
Props
}
from
'./'
;
export
declare
function
useWatch
(
{ props, instances }: { props: Props; instances: ToolInstances; }
):
void
;