UNPKG
@kingstinct/expo-apple-targets
Version:
latest (0.1.19)
0.1.19
0.1.18
0.1.17
0.1.16
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Generate Apple Targets with Expo Prebuild
evanbacon/expo-apple-targets
@kingstinct/expo-apple-targets
/
build
/
ExtensionStorage.d.ts
7 lines
(6 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
ExtensionStorage
{
private
readonly
appGroup;
static
reloadWidget
(
name
?:
string
):
void
;
constructor
(
appGroup
:
string
);
set
(
key
:
string
,
value
?:
string
|
number
|
Record
<
string
,
string
|
number
> |
Array
<
Record
<
string
,
string
|
number
>>):
void
; }