5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
|
|
import * as THREE from 'three';
|
||
|
|
export declare class SpotLightMaterial extends THREE.ShaderMaterial {
|
||
|
|
constructor();
|
||
|
|
}
|