UNPKG

@types/three

Version:
11 lines (7 loc) 278 B
import { ColorRepresentation, Line, RectAreaLight } from "three"; export class RectAreaLightHelper extends Line { constructor(light: RectAreaLight, color?: ColorRepresentation); light: RectAreaLight; color: ColorRepresentation | undefined; dispose(): void; }