maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
24 lines (23 loc) • 713 B
JavaScript
import { defineComponent as o, openBlock as a, createElementBlock as r, normalizeClass as s, unref as l, renderSlot as n } from "vue";
import { i as c } from "./inject-strict.DEDSuzCz.mjs";
import { _ as i } from "./MazTable.BtL5to1U.mjs";
import '../assets/MazTableTitle.DCRVBhuH.css';const m = /* @__PURE__ */ o({
__name: "MazTableTitle",
setup(_) {
const { size: e } = c("maz-table");
return (t, f) => (a(), r(
"th",
{
class: s(["m-table-title m-reset-css", [`--${l(e)}`]])
},
[
n(t.$slots, "default", {}, void 0, !0)
],
2
/* CLASS */
));
}
}), b = /* @__PURE__ */ i(m, [["__scopeId", "data-v-253f46bf"]]);
export {
b as default
};