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
/
Stats.d.ts
9 lines
(8 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
'react'
;
type
Props
= {
showPanel
?:
number
;
className
?:
string
;
parent
?:
React
.
RefObject
<
HTMLElement
>; };
export
declare
function
Stats
(
{ showPanel, className, parent }:
Props
):
null
;
export
{};