Function: TextFieldBinding
▸ TextFieldBinding<T
>(«destructured»
): Element
Generic text field. This is one of the internal components that get mapped natively inside forms and tables to the specified properties.
Type parameters
Name | Type |
---|---|
T | extends string | number |
Parameters
Name | Type |
---|---|
«destructured» | TextFieldProps <T > |
Returns
Element