UNPKG

expo-three

Version:

Utilities for using THREE.js with Expo

9 lines 219 B
/** * import { ... } from 'expo-three'; * * import ExpoTHREE from 'expo-three'; */ import * as ExpoTHREE from './ExpoTHREE'; export * from './ExpoTHREE'; export default ExpoTHREE; //# sourceMappingURL=index.d.ts.map