UNPKG

expo-community-flipper

Version:
4 lines (3 loc) 189 B
import { type FlipperConfig } from "./types"; import { type ExpoConfig } from "expo/config"; export declare function withFlipperAndroid(config: ExpoConfig, cfg: FlipperConfig): ExpoConfig;