Commit ca48ba14 authored by rohrbachan's avatar rohrbachan Committed by 偏右

Add missing colors prop in Pie Chart index.d.ts

the property colors?: string[] was missing in the typescript definitions
parent b425de85
......@@ -2,6 +2,7 @@ import * as React from 'react';
export interface IPieProps {
animate?: boolean;
color?: string;
colors?: string[];
height: number;
hasLegend?: boolean;
padding?: [number, number, number, number];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment