UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

7 lines (6 loc) 157 B
import type { WatchSource } from "vue"; /** * @since 0.0.1 * @category Watch */ export declare function watchNext<T>(source: WatchSource<T>): Promise<T>;