expo-modules-core
Version:
The core of Expo Modules architecture
5 lines • 357 B
TypeScript
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