UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

7 lines (6 loc) 205 B
import { type Ref, type WatchSource } from "vue"; /** * @since 0.2.0 * @category Controller */ export declare function usePipe<T>(source: WatchSource<T>, target: Ref<T>): import("vue").WatchStopHandle;