UNPKG

@ark-ui/vue

Version:

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

10 lines (9 loc) 600 B
export { handles } from '@zag-js/image-cropper'; export { default as Context } from './image-cropper-context.vue.js'; export { default as Grid } from './image-cropper-grid.vue.js'; export { default as Handle } from './image-cropper-handle.vue.js'; export { default as Image } from './image-cropper-image.vue.js'; export { default as Root } from './image-cropper-root.vue.js'; export { default as RootProvider } from './image-cropper-root-provider.vue.js'; export { default as Selection } from './image-cropper-selection.vue.js'; export { default as Viewport } from './image-cropper-viewport.vue.js';