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

5 lines
123 B
TypeScript

import * as THREE from 'three';
export declare class SpotLightMaterial extends THREE.ShaderMaterial {
constructor();
}