UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

7 lines (6 loc) 250 B
import type { App } from 'vue'; import type { DialogOptions } from './DialogHandler'; export declare const installDialog: { install(app: App, options?: DialogOptions): void; }; export { DialogHandler, type DialogOptions } from './DialogHandler';