Initial project import
This commit is contained in:
13
node_modules/@react-three/drei/helpers/environment-assets.d.ts
generated
vendored
Normal file
13
node_modules/@react-three/drei/helpers/environment-assets.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export declare const presetsObj: {
|
||||
apartment: string;
|
||||
city: string;
|
||||
dawn: string;
|
||||
forest: string;
|
||||
lobby: string;
|
||||
night: string;
|
||||
park: string;
|
||||
studio: string;
|
||||
sunset: string;
|
||||
warehouse: string;
|
||||
};
|
||||
export type PresetsType = keyof typeof presetsObj;
|
||||
Reference in New Issue
Block a user