UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

16 lines (15 loc) 300 B
import { defineComponent as d, createVNode as n } from "vue"; const p = /* @__PURE__ */ d({ name: "XTableBody", setup(o, { slots: e }) { return () => { var a; return n("tbody", null, [(a = e.default) == null ? void 0 : a.call(e)]); }; } }); export { p as default };