Files
hydro-builder-app/node_modules/@react-three/drei/core/meshBounds.d.ts
2026-06-13 17:36:44 -07:00

3 lines
141 B
TypeScript

import { Raycaster, Intersection } from 'three';
export declare function meshBounds(raycaster: Raycaster, intersects: Intersection[]): void;