mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added in missing horizontalFill and verticalFill
This commit is contained in:
2
types/recharts/index.d.ts
vendored
2
types/recharts/index.d.ts
vendored
@@ -284,6 +284,8 @@ export interface CartesianGridProps extends Partial<PresentationAttributes> {
|
||||
offset?: object;
|
||||
chartWidth?: number;
|
||||
chartHeight?: number;
|
||||
horizontalFill?: string[];
|
||||
verticalFill?: string[];
|
||||
}
|
||||
|
||||
export class CartesianGrid extends React.Component<CartesianGridProps> { }
|
||||
|
||||
Reference in New Issue
Block a user