Field( props: | { children: Element | Element[]; value: string | MutCell<string> } | { children: Element | Element[]; control: Control<any> },): Element Parameters
- props:
| { children: Element
| Element[]; value: string | MutCell<string> }
| { children: Element | Element[]; control: Control<any> }
Returns Element