Function Input

Forwarded ref input component with enhancements.

  • NOTE: Exotic components are not callable.

    Parameters

    • props: InputHTMLAttributes<HTMLInputElement> & IEnhancedProps & RefAttributes<
          HTMLInputElement,
      >

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
defaultProps?: Partial<
    InputHTMLAttributes<HTMLInputElement> & IEnhancedProps & RefAttributes<
        HTMLInputElement,
    >,
>
displayName?: string
propTypes?: WeakValidationMap<
    InputHTMLAttributes<HTMLInputElement> & IEnhancedProps & RefAttributes<
        HTMLInputElement,
    >,
>