mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Change width and height property optional for TreeMap component
This commit is contained in:
Vendored
+2
-2
@@ -700,8 +700,8 @@ export class Tooltip extends React.Component<TooltipProps> { }
|
||||
|
||||
export interface TreemapProps {
|
||||
data: any[];
|
||||
width: number;
|
||||
height: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
dataKey?: string;
|
||||
aspectRatio: number;
|
||||
isAnimationActive?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user