Skip to content

Commit

Permalink
correct onchange event typing (microsoft#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
scomea authored Dec 7, 2018
1 parent 018bcab commit 67808b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fast-components-react-base/src/radio/radio.props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export interface RadioHandledProps extends RadioManagedClasses {
disabled?: boolean;

/**
* The onChange state
* The onChange event
*/
onChange?: boolean;
onChange?: RadioOnChange;

/**
* The radio content
Expand Down

0 comments on commit 67808b1

Please sign in to comment.