UNPKG

behemoth-cli

Version:

🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI

11 lines 327 B
import React from 'react'; import type { Fr3kDataPoint } from '../../../core/formatter-types.js'; interface DataPointProps { dataPoint: Fr3kDataPoint; colorMap: { [key: string]: string; }; } declare const DataPoint: React.FC<DataPointProps>; export default DataPoint; //# sourceMappingURL=DataPoint.d.ts.map