UNPKG

leva-r3f-stats

Version:

A small plugin to display React Three Fiber stats in Leva

3 lines 229 B
import { Thresholds } from '../types'; export declare const getStatColor: (value: number, thresholds: Thresholds, type: "fps" | "ms" | "gpu" | "triangles" | "drawCalls" | "default") => string; //# sourceMappingURL=colors.d.ts.map