Skip to content

Commit ec64188

Browse files
committed
fix(RadioGroup): typings
1 parent 6155c04 commit ec64188

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/fields/RadioGroup/RadioGroup.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ export interface CubeRadioGroupProps
3434
groupStyles?: Styles;
3535
isSolid?: boolean;
3636
orientation?: 'horizontal' | 'vertical';
37+
value?: string;
38+
defaultValue?: string;
39+
onChange?: (value: string) => void;
3740
}
3841

3942
const RadioGroupElement = tasty({

0 commit comments

Comments
 (0)