UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

7 lines (6 loc) 193 B
import { type WatchSource } from "vue"; /** * @since 0.0.1 * @category Watch */ export declare function watchMonitor<T>(name: string, source: WatchSource<T>): import("vue").WatchStopHandle;