mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: Radio typescript error typo (#24693)
This commit is contained in:
parent
d0d75a6e54
commit
f4ee809e66
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user