@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
19 lines (14 loc) • 619 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const vue = require('vue');
const useFloatingPanelContext = require('./use-floating-panel-context.cjs');
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
__name: "floating-panel-context",
setup(__props) {
const floatingPanel = useFloatingPanelContext.useFloatingPanelContext();
return (_ctx, _cache) => {
return vue.renderSlot(_ctx.$slots, "default", vue.normalizeProps(vue.guardReactiveProps(vue.unref(floatingPanel))));
};
}
});
exports.default = _sfc_main;