Initial project import
This commit is contained in:
6
node_modules/@react-three/drei/core/softShadows.d.ts
generated
vendored
Normal file
6
node_modules/@react-three/drei/core/softShadows.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export type SoftShadowsProps = {
|
||||
size?: number;
|
||||
samples?: number;
|
||||
focus?: number;
|
||||
};
|
||||
export declare function SoftShadows({ focus, samples, size }: SoftShadowsProps): null;
|
||||
Reference in New Issue
Block a user