UNPKG
@duell10111/apple-targets
Version:
latest (0.1.14)
0.1.14
0.0.6-alpha.2
0.0.6-alpha.1
0.0.6-alpha.0
Generate Apple Targets with Expo Prebuild
evanbacon/expo-apple-targets
@duell10111/apple-targets
/
build
/
withWidget.d.ts
9 lines
(8 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ConfigPlugin
}
from
"@expo/config-plugins"
;
import
{
Config
}
from
"./config"
;
type
Props
=
Config
& {
directory
:
string
;
configPath
:
string
; };
declare
const
withWidget
:
ConfigPlugin
<
Props
>;
export
default
withWidget;