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
/
action-sheet
/
index.d.ts
7 lines
(6 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
_default
: {
showActionSheetWithOptions
(
config
:
any
,
callback
:
any
):
void
;
showShareActionSheetWithOptions
(
config
:
any
,
failureCallback
?:
Function
|
undefined
,
successCallback
?:
Function
|
undefined
):
void
;
close
():
void
; };
export
default
_default;