UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

7 lines (6 loc) 184 B
export type SoftShadowsProps = { size?: number; samples?: number; focus?: number; }; export declare function SoftShadows({ focus, samples, size }: SoftShadowsProps): null;