UNPKG

@byloth/vuert

Version:

The headless alerts, modals, notifications & popups library for Vue.js craftsmen. ℹ

6 lines (5 loc) 152 B
import type { InjectionKey } from "vue"; import type Vuert from "./vuert.js"; export declare const InjectionKeys: { $vuert: InjectionKey<Vuert>; };