UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

3 lines (2 loc) 116 B
import { InjectionKey } from 'vue'; export declare function injectStrict<T>(key: InjectionKey<T>, fallback?: T): T;