We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2417da9 commit 412cea3Copy full SHA for 412cea3
src/components/form/Button.tsx
@@ -9,7 +9,7 @@ interface ButtonProps {
9
className?: string;
10
role?: string;
11
label?: string;
12
- children?: ReactNode;
+ children?: any;
13
}
14
15
const Button: React.FC<ButtonProps> = ({
0 commit comments