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