@praetorian-chariot/ui
Version:
The UI component library for Chariot, built with Tailwind CSS and React.
13 lines • 402 B
TypeScript
import React from "react";
export interface EpssChartProps {
score: number;
className?: string;
/**
* Optional height for the chart container (e.g. 320, '320px', '20rem').
* If not provided, defaults to h-80 md:h-96.
*/
height?: number | string;
}
export declare const EpssChart: React.FC<EpssChartProps>;
export default EpssChart;
//# sourceMappingURL=EpssChart.d.ts.map