maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
33 lines (32 loc) • 870 B
JavaScript
import { inject as s, defineComponent as c, openBlock as a, createElementBlock as l, normalizeClass as i, unref as _, renderSlot as f } from "vue";
import './assets/MazTableTitle.DCRVBhuH.css';function u(e, o) {
const t = s(e, o);
if (!t)
throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${e.toString()}`);
return t;
}
const m = /* @__PURE__ */ c({
__name: "MazTableTitle",
setup(e) {
const { size: o } = u("maz-table");
return (t, r) => (a(), l(
"th",
{
class: i(["m-table-title m-reset-css", [`--${_(o)}`]])
},
[
f(t.$slots, "default", {}, void 0, !0)
],
2
/* CLASS */
));
}
}), p = (e, o) => {
const t = e.__vccOpts || e;
for (const [r, n] of o)
t[r] = n;
return t;
}, v = /* @__PURE__ */ p(m, [["__scopeId", "data-v-253f46bf"]]);
export {
v as default
};