summit/frontend/node_modules/@react-three/drei/materials/MeshRefractionMaterial.d.ts

5 lines
129 B
TypeScript

import * as THREE from 'three';
export declare const MeshRefractionMaterial: typeof THREE.ShaderMaterial & {
key: string;
};