Spaces:
Running
Running
File size: 122 Bytes
263e0f2 |
1 2 3 4 5 6 7 8 |
export class WebGLProperties {
constructor();
get(object: any): any;
delete(object: any): void;
clear(): void;
}
|