routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import type { ComponentInternalInstance, InjectionKey } from 'vue';
|
||||
export declare function injectSelf<T>(key: InjectionKey<T> | string, vm?: ComponentInternalInstance): T | undefined;
|
||||
Reference in New Issue
Block a user