leva-r3f-stats
Version:
A small plugin to display React Three Fiber stats in Leva
5 lines • 375 B
TypeScript
import { StatConfig, StatsOptions, Thresholds } from '../types';
export declare const DEFAULT_THRESHOLDS: Thresholds;
export declare function createStatConfigs(options: StatsOptions, thresholds?: Thresholds): StatConfig[];
export declare function getVisibleConfigs(configs: StatConfig[], stats: any, compact?: boolean): StatConfig[];
//# sourceMappingURL=statConfigs.d.ts.map