UNPKG
glodrei
Version:
latest (0.0.2)
0.0.2
0.0.1
useful add-ons for react-three-fiber
github.com/pmndrs/drei
pmndrs/drei
glodrei
/
dist
/
core
/
Hud.d.ts
8 lines
(7 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
type
HudProps
= {
children
:
React
.
ReactNode
;
renderPriority
?:
number
; };
export
declare
function
Hud
(
{ children, renderPriority }:
HudProps
):
React
.
JSX
.
Element
;
export
{};