mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix(FormGroup): fix className prop type from boolean to string
This commit is contained in:
Vendored
+2
-2
@@ -4,8 +4,8 @@ interface Props {
|
||||
disabled?: boolean;
|
||||
tag?: React.ReactType;
|
||||
color?: string;
|
||||
className?: boolean;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
declare var FormGroup: React.StatelessComponent<Props>;
|
||||
export default FormGroup;
|
||||
export default FormGroup;
|
||||
|
||||
Reference in New Issue
Block a user