Skip to content

Commit 353f30d

Browse files
committed
Import required type
1 parent 5aaf0aa commit 353f30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/card2/CardRadioGroup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {generateId} from '../utils';
33
import cx from 'classnames';
44
import Flex from '../flex/Flex';
55
import {CardRadioGroupContext} from './CardRadioGroupContext';
6+
import type {CardRadioGroupContextType} from './CardRadioGroupContext';
67

78
interface CardRadioGroupProps {
89
name?: string;

0 commit comments

Comments
 (0)