Skip to content

Commit

Permalink
feat(bump): add missing line props in TS definition (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
filahf authored Sep 29, 2021
1 parent 399215b commit 69aef61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/bump/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ declare module '@nivo/bump' {
activePointBorderWidth?: number
inactivePointBorderWidth?: number
pointBorderColor?: InheritedColorConfig<BumpComputedPoint>

lineWidth?: number
activeLineWidth?: number
inactiveLineWidth?: number
inactiveOpacity?: number

enableGridX?: boolean
enableGridY?: boolean
Expand Down

0 comments on commit 69aef61

Please sign in to comment.