UNPKG

vue-tianditu2

Version:
7 lines (6 loc) 185 B
import { ToolInstances } from '../types'; import { Props } from './'; export declare function useWatch({ props, instances }: { props: Props; instances: ToolInstances; }): void;