5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
|
|
import * as THREE from 'three';
|
||
|
|
export declare const MeshRefractionMaterial: typeof THREE.ShaderMaterial & {
|
||
|
|
key: string;
|
||
|
|
};
|