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

5 lines
129 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import * as THREE from 'three';
export declare const MeshRefractionMaterial: typeof THREE.ShaderMaterial & {
key: string;
};