UNPKG

@microsoft/applicationinsights-react-native

Version:
6 lines (5 loc) 313 B
import { IDeviceInfoModule } from "./Interfaces/IDeviceInfoModule"; import { ReactNativeManualDevicePlugin } from "./ReactNativeManualDevicePlugin"; export declare class ReactNativePlugin extends ReactNativeManualDevicePlugin { protected getDeviceInfoModule(_deviceInfoModule: any): IDeviceInfoModule; }