UNPKG

129 BTypeScriptView Raw
1import { Ref } from 'vue';
2export declare const useSyncPropRef: <T>(getProp: () => T, setProp: (value: T) => void) => Ref<T, T>;