Skip to content

Commit 672feac

Browse files
wcatronlevithomason
authored andcommitted
fix(typings): inherit Radio props from Checkbox (#1250)
fix(typings): inherit Radio props from Checkbox
1 parent d003911 commit 672feac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/addons/Radio/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as React from 'react';
2+
import { CheckboxProps } from '../../modules/Checkbox';
23

3-
interface RadioProps {
4+
interface RadioProps extends CheckboxProps {
45
[key: string]: any;
56

67
/** Format to emphasize the current selection state. */

0 commit comments

Comments
 (0)