UNPKG

vuetify

Version:

Vue Material Component Framework

3 lines (2 loc) 185 B
import type { ComponentInternalInstance, InjectionKey } from 'vue'; export declare function injectSelf<T>(key: InjectionKey<T> | string, vm?: ComponentInternalInstance): T | undefined;