diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index dd2a262384..86673e2aaa 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -190,6 +190,7 @@ export interface BarData { export interface BarProps extends EventAttributes, Partial, Animatable { dataKey: DataKey; // As the source code states, dataKey will replace valueKey in 1.1.0 and it'll be required (it's already required in current implementation). className?: string; + fill?: string; layout?: LayoutType; xAxisId?: string | number; yAxisId?: string | number;