Props for ReadingVelocityChart component.
interface ReadingVelocityChartProps { readonly history: ReadingHistory; readonly timeRange: TimeRange; readonly className?: string; readonly comparisonData?: ReturnType<typeof computeReadingVelocity>; readonly comparisonLabel?: string;} Copy
interface ReadingVelocityChartProps { readonly history: ReadingHistory; readonly timeRange: TimeRange; readonly className?: string; readonly comparisonData?: ReturnType<typeof computeReadingVelocity>; readonly comparisonLabel?: string;}
Readonly
Optional
Props for ReadingVelocityChart component.
Source