import { Ref } from 'vue'; export type RefRecord = { [k in keyof T]: Ref; }; //# sourceMappingURL=vue.d.ts.map