UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

10 lines (9 loc) 242 B
import { AR } from 'expo'; import THREE from '../Three'; declare class Light extends THREE.PointLight { constructor(); _data: AR.LightEstimation | null; data: AR.LightEstimation | null; update(): void; } export default Light;