DIR : /home/kozerus/public_html/cropex/node/node_modules/@hookform/resolvers/typebox/src/types.ts

/home/kozerus/public_html/cropex/node/node_modules/@hookform/resolvers/typebox/src

import { Type } from '@sinclair/typebox';
import type { TypeCheck } from '@sinclair/typebox/compiler';
import { FieldValues, ResolverOptions, ResolverResult } from 'react-hook-form';

export type Resolver = <T extends ReturnType<typeof Type.Object>>(
  schema: T | TypeCheck<T>,
) => <TFieldValues extends FieldValues, TContext>(
  values: TFieldValues,
  context: TContext | undefined,
  options: ResolverOptions<TFieldValues>,
) => Promise<ResolverResult<TFieldValues>>;
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer