UNPKG

maz-ui

Version:

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

9 lines (8 loc) 182 B
import { DialogHandler } from 'maz-ui'; declare const _default: any; export default _default; declare module '#app' { interface NuxtApp { $dialog: DialogHandler; } }