UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

3 lines (2 loc) 152 B
import type { InjectionKey } from 'vue'; export declare function injectStrict<T>(key: string | InjectionKey<T> | symbol, fallback?: T): NonNullable<T>;