routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { Ref } from 'vue';
|
||||
export declare function useRefs<T extends {}>(): {
|
||||
refs: Ref<(T | undefined)[], (T | undefined)[]>;
|
||||
updateRef: (e: any, i: number) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user