From 5a16c233a17700a71164298007d729078e374516 Mon Sep 17 00:00:00 2001 From: Mary Hipp Date: Tue, 30 Apr 2024 12:18:10 -0400 Subject: [PATCH] reexport hooks needed for custom radio buttons --- lib/chakra-re-exports/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chakra-re-exports/index.ts b/lib/chakra-re-exports/index.ts index 0f66dda..453b6f4 100644 --- a/lib/chakra-re-exports/index.ts +++ b/lib/chakra-re-exports/index.ts @@ -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';