UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

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