UNPKG

expo-three-orbit-controls

Version:
8 lines (7 loc) 235 B
import { ViewProps } from 'react-native'; import { Camera } from 'three'; export declare type OrbitControlsViewProps = { camera: null | Camera; } & ViewProps; declare const OrbitControlsView: any; export default OrbitControlsView;