UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

8 lines (7 loc) 236 B
import * as React from 'react'; export type StatsProps = { showPanel?: number; className?: string; parent?: React.RefObject<HTMLElement>; }; export declare function Stats({ showPanel, className, parent }: StatsProps): null;