UNPKG

vue-final-modal

Version:

The most powerful yet most light-weight modal library for Vue 3.

4 lines (3 loc) 128 B
import type { InjectionKey } from 'vue'; import type { Vfm } from './Modal'; export declare const vfmSymbol: InjectionKey<Vfm>;