UNPKG

@ark-ui/vue

Version:

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

13 lines (12 loc) 716 B
export { default as SwitchContext } from './switch-context.vue.js'; export { default as SwitchControl } from './switch-control.vue.js'; export { default as SwitchHiddenInput } from './switch-hidden-input.vue.js'; export { default as SwitchLabel } from './switch-label.vue.js'; export { default as SwitchRootProvider } from './switch-root-provider.vue.js'; export { default as SwitchRoot } from './switch-root.vue.js'; export { default as SwitchThumb } from './switch-thumb.vue.js'; export { useSwitch } from './use-switch.js'; export { useSwitchContext } from './use-switch-context.js'; import * as _switch from './switch.js'; export { _switch as Switch }; export { anatomy as switchAnatomy } from '@zag-js/switch';