UNPKG

vuestic-ui

Version:
3 lines (2 loc) 140 B
import { InjectionKey } from 'vue'; export declare const useStrictInject: <T>(injectionSymbol: InjectionKey<T>, errorMessage: string) => T;