diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index 3982ab5305..f4a04bc1c0 100644 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -2056,6 +2056,7 @@ export class SpotLight extends Light { } export class SpotLightShadow extends LightShadow { + camera: PerspectiveCamera; update(light: Light): void; }