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