UNPKG

instabug-reactnative

Version:

React Native plugin for integrating the Instabug SDK

6 lines (5 loc) 142 B
import { LogLevel } from './Enums'; export declare const InstabugRNConfig: { metroDevServerPort: string; debugLogsLevel: LogLevel; };