devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
657 stars 425 forks source link

OTPInputProps interface not exported anymore #402

Closed LaurensRietveld closed 1 year ago

LaurensRietveld commented 1 year ago

This used to work:

import { OtpInputProps } from "react-otp-input";

In the latest version (3.0.2), it'll give a typescript error. It seems that there is a OTPInputProps interface in the types, but it's not exported

prateek3255 commented 1 year ago

This has been fixed with v3.0.4