UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

22 lines (17 loc) 649 B
'use strict'; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } }); const vue = require('vue'); const usePasswordInputContext = require('./use-password-input-context.cjs'); const _sfc_main = /* @__PURE__ */ vue.defineComponent({ __name: "password-input-context", props: { value: {} }, setup(__props) { const passwordInput = usePasswordInputContext.usePasswordInputContext(); return (_ctx, _cache) => { return vue.renderSlot(_ctx.$slots, "default", vue.normalizeProps(vue.guardReactiveProps(vue.unref(passwordInput)))); }; } }); exports.default = _sfc_main;