diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index 8f0e772cd8..a98708952a 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -733,6 +733,7 @@ export interface YAxisProps { allowDecimals?: boolean; allowDataOverflow?: boolean; axisLine?: boolean | any; + tickCount?: number; tickLine?: boolean | any; tickSize?: number; tickFormatter?: RechartsFunction;