UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

9 lines (8 loc) 230 B
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 {};