UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

8 lines (7 loc) 213 B
import { Object3D, Camera } from 'three'; export type PreloadProps = { all?: boolean; scene?: Object3D; camera?: Camera; }; export declare function Preload({ all, scene, camera }: PreloadProps): null;