UNPKG

leva-r3f-stats

Version:

A small plugin to display React Three Fiber stats in Leva

10 lines 380 B
import { StatsData, StatsOptions, StatConfig } from '../../types'; interface GraphRendererProps { stats: StatsData; options: StatsOptions; configs: StatConfig[]; thresholds: any; } export declare function GraphRenderer({ stats, options, configs }: GraphRendererProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GraphRenderer.d.ts.map