@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
23 lines (17 loc) • 842 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const createContext = require('./create-context.cjs');
const core = require('@zag-js/core');
const useEmitsAsProps = require('./use-emits-as-props.cjs');
const useForwardExpose = require('./use-forward-expose.cjs');
const useForwardProps = require('./use-forward-props.cjs');
const useForwardPropsEmits = require('./use-forward-props-emits.cjs');
exports.createContext = createContext.createContext;
Object.defineProperty(exports, "mergeProps", {
enumerable: true,
get: () => core.mergeProps
});
exports.useEmitAsProps = useEmitsAsProps.useEmitAsProps;
exports.useForwardExpose = useForwardExpose.useForwardExpose;
exports.useForwardProps = useForwardProps.useForwardProps;
exports.useForwardPropsEmits = useForwardPropsEmits.useForwardPropsEmits;