UNPKG

@react-three/gpu-pathtracer

Version:

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

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