mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Add missing Data attribute for Treemap component
This commit is contained in:
Vendored
+1
@@ -699,6 +699,7 @@ export interface TooltipProps {
|
||||
export class Tooltip extends React.Component<TooltipProps> { }
|
||||
|
||||
export interface TreemapProps {
|
||||
data: any[];
|
||||
width: number;
|
||||
height: number;
|
||||
dataKey?: string;
|
||||
|
||||
Reference in New Issue
Block a user