Files
hydro-builder-app/node_modules/@react-three/drei/core/softShadows.d.ts
2026-06-13 17:36:44 -07:00

7 lines
184 B
TypeScript

export type SoftShadowsProps = {
size?: number;
samples?: number;
focus?: number;
};
export declare function SoftShadows({ focus, samples, size }: SoftShadowsProps): null;