UNPKG

vue-reactive-refs

Version:

Make $refs reactive so they can be used in computed properties and watchers

7 lines (6 loc) 211 B
/** * Because this version uses a Proxy, it will fail on any browser that does not * support it */ import { PluginFunction } from 'vue'; export declare const DynamicReactiveRefs: PluginFunction<never>;