UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

9 lines (8 loc) 265 B
import * as React from 'react'; import * as THREE from 'three'; interface ShadowAlphaProps { opacity?: number; alphaMap?: THREE.Texture | boolean; } export declare function ShadowAlpha({ opacity, alphaMap }: ShadowAlphaProps): React.JSX.Element; export {};