UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

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