UNPKG

@synergy-design-system/vue

Version:

Vue3 wrappers for the Synergy Design System

23 lines (22 loc) 641 B
import { defineComponent, ref, createElementBlock, openBlock, renderSlot } from "vue"; import "@synergy-design-system/components/components/menu-label/menu-label.js"; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "SynVueMenuLabel", setup(__props, { expose: __expose }) { const nativeElement = ref(); __expose({ nativeElement }); return (_ctx, _cache) => { return openBlock(), createElementBlock("syn-menu-label", { ref_key: "nativeElement", ref: nativeElement }, [ renderSlot(_ctx.$slots, "default") ], 512); }; } }); export { _sfc_main as default };