Skip to content

Commit

Permalink
[RadioGroup] Update useRadioGroup.d.ts (#19001)
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen authored and oliviertassinari committed Jan 8, 2020
1 parent 1974edd commit 89cbce9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/material-ui/src/RadioGroup/useRadioGroup.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Context } from 'react';
import { RadioGroupProps } from './RadioGroup';

// shut off automatic exporting
export {};

export interface RadioGroupState extends Pick<RadioGroupProps, 'name' | 'onChange' | 'value'> {}

export default function useRadioGroup(): RadioGroupState;

0 comments on commit 89cbce9

Please sign in to comment.