Skip to content

Commit

Permalink
fix: Radio typescript error typo (ant-design#24693)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkx authored and 07akioni committed Jun 4, 2020
1 parent 059c073 commit 1cb9bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/radio/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export * from './interface';
interface CompoundedComponent
extends React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<HTMLElement>> {
Group: typeof Group;
Button: typeof Group;
Button: typeof Button;
}

const Radio = InternalRadio as CompoundedComponent;
Expand Down

0 comments on commit 1cb9bb7

Please sign in to comment.