diff --git a/types/reactstrap/lib/Input.d.ts b/types/reactstrap/lib/Input.d.ts index ce928fb35c..541016ca02 100644 --- a/types/reactstrap/lib/Input.d.ts +++ b/types/reactstrap/lib/Input.d.ts @@ -37,6 +37,7 @@ interface InputProps extends Intermediate { type?: InputType; size?: string; state?: string; + valid?: boolean; tag?: React.ReactType; getRef?: string | ((instance: HTMLInputElement) => any); static?: boolean;