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 06bd589 commit 5ffd324Copy full SHA for 5ffd324
src/components/common/input/RadioInput.tsx
@@ -1,5 +1,4 @@
1
import clsx from 'clsx'
2
-import React from 'react'
3
4
interface RadioInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
5
label: string
@@ -11,7 +10,7 @@ export const RadioInput = ({
11
10
checked,
12
disabled,
13
...props
14
-}: RadioInputProps) => {
+}: RadioInputProps): JSX.Element => {
15
return (
16
<label
17
className={clsx(
0 commit comments