UNPKG
beecode-otp-ui
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
OTP Frontend UI
github.com/beecodeguy/otp-ui
beecodeguy/otp-ui
beecode-otp-ui
/
dist
/
components
/
otp-ui.d.ts
5 lines
(4 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
import
{
OTPFieldsInterface
}
from
"../types"
;
declare
const
OTPField
:
(
{ otpFieldCount, handleOTPVerification, error, className, }:
OTPFieldsInterface
) =>
React
.
JSX
.
Element
;
export
default
OTPField
;