UNPKG

expo-community-flipper

Version:
6 lines (5 loc) 246 B
import { type ConfigPlugin } from "expo/config-plugins"; import { type WithFlipperOptions } from "./types"; /** Enable flipper on this application */ export declare const withFlipper: ConfigPlugin<WithFlipperOptions>; export default withFlipper;