@vtaits/react-hook-form-schema
Version:
Integration of react-hook-form and @vtaits/form-schema
10 lines (7 loc) • 319 B
TypeScript
import { FileSchema as FileSchema$1 } from '@vtaits/form-schema/fields/file';
import { ReactNode } from 'react';
import { F as FormApi, B as BaseFieldSchema } from './types-7iZNsJ6X.js';
type FileSchema = Readonly<FileSchema$1<FormApi> & BaseFieldSchema & {
text?: ReactNode;
}>;
export type { FileSchema as F };