mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Recharts Typing Update
+ Many interfaces are partially shaped or wrongly shaped. + Replace tab with 4-spaces
This commit is contained in:
Vendored
+742
-651
File diff suppressed because it is too large
Load Diff
@@ -97,6 +97,7 @@ class Component extends React.Component<{}, ComponentState> {
|
||||
</LineChart>
|
||||
<PieChart width={800} height={400}>
|
||||
<Pie
|
||||
dataKey="value"
|
||||
activeIndex={this.state.activeIndex}
|
||||
activeShape={renderActiveShape}
|
||||
data={data}
|
||||
|
||||
Reference in New Issue
Block a user