UNPKG

@ark-ui/vue

Version:

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

8 lines (7 loc) 452 B
import { createContext } from "./create-context.js"; import { useForwardExpose } from "./use-forward-expose.js"; import { useEmitAsProps } from "./use-emits-as-props.js"; import { useForwardProps } from "./use-forward-props.js"; import { useForwardPropsEmits } from "./use-forward-props-emits.js"; import { mergeProps } from "@zag-js/core"; export { createContext, mergeProps, useEmitAsProps, useForwardExpose, useForwardProps, useForwardPropsEmits };