diff --git a/package.json b/package.json index 73635e1f..f390e701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-otp-input", - "version": "3.0.3", + "version": "3.0.4", "description": "A fully customizable, one-time password input component for the web built with React", "main": "lib/index.js", "module": "lib/index.esm.js", diff --git a/src/index.tsx b/src/index.tsx index ca66b173..0fd3a276 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -251,4 +251,5 @@ const OTPInput = ({ ); }; +export type { OTPInputProps, InputProps, AllowedInputTypes }; export default OTPInput;