({ ...props }: React.ComponentProps<"div">)
| 67 | } |
| 68 | |
| 69 | function InputOTPSeparator({ ...props }: React.ComponentProps<"div">) { |
| 70 | return ( |
| 71 | <div data-slot="input-otp-separator" role="separator" {...props}> |
| 72 | <MinusIcon /> |
| 73 | </div> |
| 74 | ) |
| 75 | } |
| 76 | |
| 77 | export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator } |
nothing calls this directly
no outgoing calls
no test coverage detected