- Preparing search index...
- The search index is not available
@formeum/core
Function createFormHTMLInputPrivate
- createFormHTMLInput<Values>(__namedParameters: CreateFormHTMLInputDependencies<Values>): (<Name>(props: FormHTMLInputProps<Values, Name>) => ReactElement<any, string | JSXElementConstructor<any>>)
-
Type Parameters
-
Values extends BaseValues
Returns (<Name>(props: FormHTMLInputProps<Values, Name>) => ReactElement<any, string | JSXElementConstructor<any>>)
-
- <Name>(props: FormHTMLInputProps<Values, Name>): ReactElement<any, string | JSXElementConstructor<any>>
-
Returns ReactElement<any, string | JSXElementConstructor<any>>
Get the props for a HTML input.
Returns