UNPKG

@stackoverfloweth/vue-compositions

Version:

A collection of reusable vue compositions.

3 lines (2 loc) 126 B
import { InjectionKey } from 'vue'; export declare function injectFromSelfOrAncestor<T>(key: InjectionKey<T>): T | undefined;