UNPKG

maz-ui

Version:

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

11 lines (10 loc) 205 B
import { inject as i } from "vue"; function n(t, o) { const r = i(t, o); if (!r) throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${t.toString()}`); return r; } export { n as i };