@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
25 lines (22 loc) • 740 B
JavaScript
import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
import _sfc_main$1 from '../tree-view/tree-view-root-provider.vue.js';
const _sfc_main = /* @__PURE__ */ defineComponent({
__name: "json-tree-view-root-provider",
props: {
value: {},
lazyMount: { type: Boolean },
unmountOnExit: { type: Boolean },
asChild: { type: Boolean }
},
setup(__props) {
return (_ctx, _cache) => {
return openBlock(), createBlock(unref(_sfc_main$1), mergeProps({ "data-scope": "json-tree-view" }, _ctx.$props), {
default: withCtx(() => [
renderSlot(_ctx.$slots, "default")
]),
_: 3
}, 16);
};
}
});
export { _sfc_main as default };