diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index 5de42776b9..dd2a262384 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -5,6 +5,7 @@ // Roy Xue // Zheyang Song // Rich Baird +// Dan Torberg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.6 @@ -719,6 +720,8 @@ export interface ScatterProps extends EventAttributes, Partial | ContentRenderer; points?: ScatterPoint[]; hide?: boolean; + data?: object[]; + name?: string | number; } export class Scatter extends React.Component { }