leva-r3f-stats
Version:
A small plugin to display React Three Fiber stats in Leva
4 lines • 323 B
TypeScript
import { StatsOptions } from './types';
export declare const statsPlugin: (input?: (StatsOptions & import("leva/plugin").InputOptions) | undefined) => import("leva/plugin").CustomInput<StatsOptions>;
export declare function stats(options?: StatsOptions): ReturnType<typeof statsPlugin>;
//# sourceMappingURL=plugin.d.ts.map