Function Input

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          selectOnFocus?: boolean;
          showIndicator?: boolean;
          size?: Size;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & {
          type?: "number" | "color" | "hidden" | "text" | "search" | "time" | "tel" | "url" | "email" | "date" | "datetime-local" | "month" | "password" | "week";
      } & Omit<InputHTMLAttributes<any>, "type" | "size"> & RefAttributes<unknown>

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

Generated using TypeDoc