UNPKG

@react-three/gpu-pathtracer

Version:

⚡️ A React abstraction for the popular three-gpu-pathtracer.

5 lines (4 loc) 303 B
import { ThreeElement } from '@react-three/fiber'; import { PhysicalSpotLight as PhysicalSpotLightImpl } from 'three-gpu-pathtracer'; export declare function PhysicalSpotLight(props: ThreeElement<typeof PhysicalSpotLightImpl>): import("react/jsx-runtime").JSX.Element; export { PhysicalSpotLightImpl };