UNPKG

@threlte/core

Version:

A 3D framework for the web, built on top of Svelte and Three.js

3 lines (2 loc) 224 B
import type { OrthographicCamera, PerspectiveCamera } from 'three'; export declare const useCamera: (getCamera: () => PerspectiveCamera | OrthographicCamera, getManual: () => boolean, getMakeDefault: () => boolean) => void;