Skip to content

Commit

Permalink
reexport hooks needed for custom radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Hipp authored and Mary Hipp committed Apr 30, 2024
1 parent cc535c4 commit 5a16c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chakra-re-exports/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export { CircularProgress, Progress } from '@chakra-ui/react';

// Radio
export type { RadioGroupProps, RadioProps } from '@chakra-ui/react';
export { Radio, RadioGroup } from '@chakra-ui/react';
export { Radio, RadioGroup, useRadio, useRadioGroup } from '@chakra-ui/react';

// Select
export type { SelectProps } from '@chakra-ui/react';
Expand Down

0 comments on commit 5a16c23

Please sign in to comment.