@roqueform/react
Version:
Hooks and components to integrate Roqueform with React.
14 lines (13 loc) • 360 B
TypeScript
/**
* Hooks and components to integrate Roqueform with React.
*
* ```sh
* npm install --save-prod @roqueform/react
* ```
*
* @module react
*/
export { ValueAccessorContext } from './ValueAccessorContext';
export { FieldRenderer } from './FieldRenderer';
export { useField } from './useField';
export type { FieldRendererProps } from './FieldRenderer';