Initial project import
This commit is contained in:
5
node_modules/@react-three/drei/core/ScreenQuad.d.ts
generated
vendored
Normal file
5
node_modules/@react-three/drei/core/ScreenQuad.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as THREE from 'three';
|
||||
import { ForwardRefComponent } from '../helpers/ts-utils';
|
||||
import { ThreeElements } from '@react-three/fiber';
|
||||
export type ScreenQuadProps = Omit<ThreeElements['mesh'], 'ref' | 'args'>;
|
||||
export declare const ScreenQuad: ForwardRefComponent<ScreenQuadProps, THREE.Mesh>;
|
||||
Reference in New Issue
Block a user