We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaf0aa commit 353f30dCopy full SHA for 353f30d
src/components/card2/CardRadioGroup.tsx
@@ -3,6 +3,7 @@ import {generateId} from '../utils';
3
import cx from 'classnames';
4
import Flex from '../flex/Flex';
5
import {CardRadioGroupContext} from './CardRadioGroupContext';
6
+import type {CardRadioGroupContextType} from './CardRadioGroupContext';
7
8
interface CardRadioGroupProps {
9
name?: string;
0 commit comments