mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix no new line errors
This commit is contained in:
parent
e827bca4ea
commit
8eb1df39fb
2
types/react-form/v1/index.d.ts
vendored
2
types/react-form/v1/index.d.ts
vendored
@ -283,4 +283,4 @@ export class Radio extends React.Component<RadioProps> {
|
||||
};
|
||||
|
||||
context: RadioGroupContext;
|
||||
}
|
||||
}
|
||||
|
||||
@ -75,4 +75,4 @@ const onClick = (e: React.SyntheticEvent<HTMLElement>, cb: () => void): null =>
|
||||
<RadioGroup field="">
|
||||
<Radio />
|
||||
<Radio {...events} onClick={onClick} />
|
||||
</RadioGroup>;
|
||||
</RadioGroup>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user