UNPKG

leva-r3f-stats

Version:

A small plugin to display React Three Fiber stats in Leva

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