mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #24042 from cynecx/reactstrap
[@types/reactstrap] Add missing valid prop to FormFeedback
This commit is contained in:
+1
@@ -4,6 +4,7 @@ export interface FormFeedbackProps extends React.HTMLAttributes<HTMLElement> {
|
||||
tag?: string;
|
||||
className?: string;
|
||||
cssModule?: CSSModule;
|
||||
valid?: boolean;
|
||||
}
|
||||
|
||||
declare const FormFeedback: React.StatelessComponent<FormFeedbackProps>;
|
||||
|
||||
Reference in New Issue
Block a user