UNPKG

@byloth/vuert

Version:

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

7 lines (6 loc) 281 B
import type { Plugin } from "vue"; import Vuert from "./vuert.js"; import type { VuertOptions } from "./vuert.js"; export type PluginOptions = Partial<VuertOptions>; export declare const createVuert: (options?: PluginOptions) => Plugin; export declare const useVuert: () => Vuert;