diff --git a/index.d.ts b/index.d.ts index eb861e96..87d3910c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -175,6 +175,7 @@ interface RectProps extends PathProps { height?: NumberProp, rx?: NumberProp, ry?: NumberProp, + class? : string } export const Rect: React.ComponentClass; @@ -183,6 +184,7 @@ export const Shape: React.ComponentClass<{}>; interface StopProps { stopColor?: string, stopOpacity?: NumberProp, + offset?: string } export const Stop: React.ComponentClass;