UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

3 lines (2 loc) 124 B
import { type EffectScope } from "vue"; export declare function withScope(callback: (scope: EffectScope) => void): boolean;