SchemaInputPropsinterface

{
	schema: T;
}
PropertyType
.schemaT
required

Props for SchemaInput and its variants: a schema plus the value input props it drives.