import * as THREE from "three"; /** * Five React Hooks: 得到当前相机的方向(单位向量) * @returns 当前相机的方向的单位向量 */ declare function useFiveCameraDirection(): THREE.Vector3; export { useFiveCameraDirection };