@vtaits/react-hook-form-schema
Version:
Integration of react-hook-form and @vtaits/form-schema
10 lines (7 loc) • 358 B
TypeScript
import { InputSchema as InputSchema$1 } from '@vtaits/form-schema/fields/input';
import { HTMLProps } from 'react';
import { F as FormApi, B as BaseFieldSchema } from './types-7iZNsJ6X.js';
type InputSchema = Readonly<InputSchema$1<FormApi> & BaseFieldSchema & {
inputProps?: Partial<HTMLProps<HTMLInputElement>>;
}>;
export type { InputSchema as I };