UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

41 lines (40 loc) 850 B
import { defineComponent as m, createVNode as f, mergeProps as a } from "vue"; import { useProps as s } from "@vexip-ui/config"; import c from "./title.mjs"; import { hProps as i } from "./props.mjs"; function e(o) { return /* @__PURE__ */ m({ name: `H${o}`, props: i, emits: [], setup(n, { slots: t }) { const p = s(`h${o}`, n, { type: "default", top: !1, marker: !1, aligned: !1, thin: !1 }); return () => f(c, a(p, { level: o }), { default: () => { var r; return [(r = t.default) == null ? void 0 : r.call(t)]; } }); } }); } const l = e(1), P = e(2), g = e(3), C = e(4), $ = e(5), k = e(6); export { l as H1, P as H2, g as H3, C as H4, $ as H5, k as H6 }; //# sourceMappingURL=h.mjs.map