UNPKG

@byloth/vuert

Version:

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

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