style: change select to radio group

This commit is contained in:
jialin
2024-10-09 14:08:27 +08:00
parent c041d768b2
commit 2b22481443
12 changed files with 118 additions and 66 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ interface WrapperProps {
className?: string;
disabled?: boolean;
required?: boolean;
description?: string;
description?: React.ReactNode;
variant?: string;
style?: React.CSSProperties;
onClick?: () => void;