OptionaldefaultProps
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>>
OptionalpropTypes
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>>
Deprecated
Use values for destructuring assignments instead.