machineuser
version control dist & node_modules...
263e0f2
raw
history blame contribute delete
124 Bytes
export class WebGLLights {
constructor(gl: WebGLRenderingContext, properties: any, info: any);
get(light: any): any;
}