Initial project import
This commit is contained in:
6
node_modules/@react-three/drei/core/Hud.d.ts
generated
vendored
Normal file
6
node_modules/@react-three/drei/core/Hud.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
export type HudProps = {
|
||||
children: React.ReactNode;
|
||||
renderPriority?: number;
|
||||
};
|
||||
export declare function Hud({ children, renderPriority }: HudProps): React.JSX.Element;
|
||||
Reference in New Issue
Block a user