UNPKG

@bacons/apple-targets

Version:
9 lines (8 loc) 235 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;