UNPKG
artwork-react-native
Version:
latest (0.0.0-alpha.16)
0.0.0-alpha.16
0.0.0-alpha.15
0.0.0-alpha.14
0.0.0-alpha.13
0.0.0-alpha.12
0.0.0-alpha.10
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.7
0.0.0-alpha.6
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
0.0.0-alpha.0
0.0.0-6
0.0.0-5
0.0.0-4
0.0.0-3
0.0.0-2
artwork design master for react-native
artwork-react-native
/
lib
/
modal
/
Prompt.d.ts
2 lines
(1 loc)
•
151 B
TypeScript
View Raw
1
2
export
default
function
prompt
(
title
:
any
,
message
:
any
,
callbackOrActions
:
any
,
type
?:
string
,
defaultValue
?:
string
,
placeholders
?:
string
[]
):
void
;