Skip to content

Commit

Permalink
adding thickness property to circular progress (#8888)
Browse files Browse the repository at this point in the history
  • Loading branch information
jportela authored and oliviertassinari committed Oct 28, 2017
1 parent 1678930 commit 979e289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Progress/CircularProgress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface CircularProgressProps extends StandardProps<
mode?: 'determinate' | 'indeterminate';
size?: number;
value?: number;
thickness?: number;
}

export type CircularProgressClassKey =
Expand Down

0 comments on commit 979e289

Please sign in to comment.