UNPKG
@bherila/react-native-otp-inputs
Version:
latest (7.0.5)
7.0.5
7.0.4
7.0.3
One-time password inputs built in pure JS for React-Native
dsznajder/react-native-otp-inputs
@bherila/react-native-otp-inputs
/
lib
/
typescript
/
helpers.d.ts
4 lines
(3 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
export
declare
const
fillOtpCode
:
(
numberOfInputs
:
number
,
value
?:
string
|
undefined
) =>
{ [
key
:
string
]:
string
; };