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
/
withXcparse.d.ts
5 lines
(4 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
import
{
XcodeProject
}
from
"@bacons/xcode"
;
import
{
ConfigPlugin
,
Mod
}
from
"@expo/config-plugins"
;
export
declare
const
withXcodeProjectBeta
:
ConfigPlugin
<
Mod
<
XcodeProject
>>;
export
declare
const
withXcodeProjectBetaBaseMod
:
ConfigPlugin
<
void
>;