UNPKG

@duell10111/apple-targets

Version:

Generate Apple Targets with Expo Prebuild

9 lines (8 loc) 236 B
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;