UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

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