UNPKG

olbench

Version:

Comprehensive Node.js-based benchmarking tool for Ollama local LLMs

9 lines 210 B
import React from 'react'; interface Props { current: number; total: number; width?: number; } export declare const ProgressBar: React.FC<Props>; export {}; //# sourceMappingURL=ProgressBar.d.ts.map