UNPKG

vuetify

Version:

Vue Material Component Framework

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