UNPKG
glodrei
Version:
latest (0.0.2)
0.0.2
0.0.1
useful add-ons for react-three-fiber
github.com/pmndrs/drei
pmndrs/drei
glodrei
/
dist
/
materials
/
MeshRefractionMaterial.d.ts
5 lines
(4 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
THREE
from
'three'
;
export
declare
const
MeshRefractionMaterial
:
typeof
THREE
.
ShaderMaterial
& {
key
:
string
; };