UNPKG

@aldoivan10/vuetify-dialog

Version:

Plugin to use dialogs from vuetify programatically

11 lines (8 loc) 209 B
import { App } from 'vue'; declare const DialogSymbol: unique symbol; declare const Dialog: { install(app: App, options?: { singleton?: boolean; }): void; }; export { Dialog, DialogSymbol };