UNPKG

@roqueform/react

Version:

Hooks and components to integrate Roqueform with React.

7 lines (6 loc) 237 B
import { Context } from 'react'; import { ValueAccessor } from 'roqueform'; /** * The context that is used by {@link useField} to retrieve a default value accessor. */ export declare const ValueAccessorContext: Context<ValueAccessor>;