UNPKG

leva-r3f-stats

Version:

A small plugin to display React Three Fiber stats in Leva

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