expo-modules-core
Version:
The core of Expo Modules architecture
7 lines (5 loc) • 332 B
TypeScript
import './build/ts-declarations/global';
export type { EventEmitter } from './build/ts-declarations/EventEmitter';
export type { SharedObject } from './build/ts-declarations/SharedObject';
export type { SharedRef } from './build/ts-declarations/SharedRef';
export type { NativeModule } from './build/ts-declarations/NativeModule';