UNPKG

@ark-ui/react

Version:

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

7 lines (4 loc) 166 B
'use client'; import { useFieldContext } from './use-field-context.js'; const FieldContext = (props) => props.children(useFieldContext()); export { FieldContext };