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'; ...@@ -2,6 +2,7 @@ import * as React from 'react';
export interface IPieProps { export interface IPieProps {
animate?: boolean; animate?: boolean;
color?: string; color?: string;
colors?: string[];
height: number; height: number;
hasLegend?: boolean; hasLegend?: boolean;
padding?: [number, number, number, number]; 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