Skip to content

Commit

Permalink
fix(bar): add missing borderColor type to nivo/bar (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsteele110 authored and plouc committed Oct 19, 2019
1 parent 61fc207 commit 050f0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bar/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ declare module '@nivo/bar' {
labelTextColor: InheritedColorProp<BarDatumWithColor>

colors: OrdinalColorsInstruction
borderColor: InheritedColorProp<BarDatumWithColor>
borderRadius: number
borderWidth: number
theme: Theme
Expand Down

0 comments on commit 050f0a9

Please sign in to comment.