Initial project import
This commit is contained in:
8
node_modules/@react-three/drei/core/FirstPersonControls.d.ts
generated
vendored
Normal file
8
node_modules/@react-three/drei/core/FirstPersonControls.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ThreeElement } from '@react-three/fiber';
|
||||
import { FirstPersonControls as FirstPersonControlImpl } from 'three-stdlib';
|
||||
import { ForwardRefComponent } from '../helpers/ts-utils';
|
||||
export type FirstPersonControlsProps = Omit<ThreeElement<typeof FirstPersonControlImpl>, 'ref' | 'args'> & {
|
||||
domElement?: HTMLElement;
|
||||
makeDefault?: boolean;
|
||||
};
|
||||
export declare const FirstPersonControls: ForwardRefComponent<FirstPersonControlsProps, FirstPersonControlImpl>;
|
||||
Reference in New Issue
Block a user