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

6 lines
169 B
TypeScript

import * as THREE from 'three';
export declare const setUpdateRange: (attribute: THREE.BufferAttribute, updateRange: {
start: number;
count: number;
}) => void;