Function CommandInput

  • Parameters

    • props: Omit<Omit<Pick<Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | (keyof InputHTMLAttributes<HTMLInputElement>)> & {
          ref?: Ref<HTMLInputElement>;
      } & {
          asChild?: boolean;
      }, "key" | "asChild" | (keyof InputHTMLAttributes<HTMLInputElement>)>, "value" | "onChange" | "type"> & {
          onValueChange?: ((search: string) => void);
          value?: string;
      } & RefAttributes<HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>

    Returns ReactNode

Properties

$$typeof: symbol
defaultProps?: Partial<Omit<Omit<Pick<Pick<DetailedHTMLProps<InputHTMLAttributes<(...)>, HTMLInputElement>, "key" | (keyof InputHTMLAttributes<HTMLInputElement>)> & {
    ref?: Ref<(...)>;
} & {
    asChild?: boolean;
}, "key" | "asChild" | (keyof InputHTMLAttributes<HTMLInputElement>)>, "value" | "onChange" | "type"> & {
    onValueChange?: ((search: string) => void);
    value?: string;
} & RefAttributes<HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Omit<Omit<Pick<Pick<DetailedHTMLProps<InputHTMLAttributes<(...)>, HTMLInputElement>, "key" | (keyof InputHTMLAttributes<HTMLInputElement>)> & {
    ref?: Ref<(...)>;
} & {
    asChild?: boolean;
}, "key" | "asChild" | (keyof InputHTMLAttributes<HTMLInputElement>)>, "value" | "onChange" | "type"> & {
    onValueChange?: ((search: string) => void);
    value?: string;
} & RefAttributes<HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>>