UNPKG

expo-modules-core

Version:
5 lines 357 B
import type { EventsMap } from './ts-declarations/EventEmitter'; import type { ExpoGlobal } from './ts-declarations/global'; export type NativeModule<TEventsMap extends EventsMap = Record<never, never>> = typeof ExpoGlobal.NativeModule<EventsMap>; export declare const NativeModule: typeof ExpoGlobal.NativeModule; //# sourceMappingURL=NativeModule.d.ts.map