UNPKG

@duell10111/apple-targets

Version:

Generate Apple Targets with Expo Prebuild

9 lines (8 loc) 272 B
import { ConfigPlugin } from "@expo/config-plugins"; import type { Config, ConfigFunction } from "./config"; export declare const withTargetsDir: ConfigPlugin<{ appleTeamId?: string; match?: string; root?: string; } | void>; export { Config, ConfigFunction };