mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #31042 from MichaelTsafrir/patch-2
Added missing blendStroke property to PieProps
This commit is contained in:
Vendored
+1
@@ -450,6 +450,7 @@ export interface PieProps extends EventAttributes, Partial<PresentationAttribute
|
||||
} | React.ReactElement<any> | ContentRenderer<any> | boolean;
|
||||
activeShape?: object | ContentRenderer<any> | React.ReactElement<any>;
|
||||
activeIndex?: number | number[];
|
||||
blendStroke?: boolean;
|
||||
}
|
||||
|
||||
export class Pie extends React.Component<PieProps> { }
|
||||
|
||||
Reference in New Issue
Block a user