UNPKG

@ark-ui/react

Version:

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

7 lines (4 loc) 202 B
'use client'; import { useImageCropperContext } from './use-image-cropper-context.js'; const ImageCropperContext = (props) => props.children(useImageCropperContext()); export { ImageCropperContext };