UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 207 B
export * from './components'; export * from './providers'; export { useEmitAsProps, useForwardProps, useForwardPropsEmits, useForwardExpose } from './utils'; export type { Assign, Optional } from './types';