We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8b034 commit c44a57fCopy full SHA for c44a57f
chartlets.js/packages/lib/src/plugins/mui/RadioGroup.tsx
@@ -16,7 +16,6 @@ interface RadioState extends ComponentState {
16
}
17
18
interface RadioGroupState extends ComponentState {
19
- type: "RadioGroup";
20
children?: RadioState[];
21
label?: string;
22
row?: boolean;
0 commit comments