import type { Props } from '@threlte/core';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
export type OrbitControlsProps = Props<OrbitControls>;
