mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Merge pull request #19807 from li-xinyang/patch-1
Add missing Data attribute for Treemap component
This commit is contained in:
Vendored
+3
-2
@@ -702,8 +702,9 @@ export interface TooltipProps {
|
||||
export class Tooltip extends React.Component<TooltipProps> { }
|
||||
|
||||
export interface TreemapProps {
|
||||
width: number;
|
||||
height: number;
|
||||
data: any[];
|
||||
width?: number;
|
||||
height?: number;
|
||||
dataKey?: string;
|
||||
aspectRatio: number;
|
||||
isAnimationActive?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user