We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d003911 commit 672feacCopy full SHA for 672feac
src/addons/Radio/index.d.ts
@@ -1,6 +1,7 @@
1
import * as React from 'react';
2
+import { CheckboxProps } from '../../modules/Checkbox';
3
-interface RadioProps {
4
+interface RadioProps extends CheckboxProps {
5
[key: string]: any;
6
7
/** Format to emphasize the current selection state. */
0 commit comments