mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Added missing blendStroke property to PieProps
blendStroke property exists in the pie component, yet is not recognized by the ts definition
This commit is contained in:
Vendored
+1
@@ -447,6 +447,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