Skip to content

Commit 69aef61

Browse files
authoredSep 29, 2021
feat(bump): add missing line props in TS definition (#1787)
1 parent 399215b commit 69aef61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎packages/bump/index.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ declare module '@nivo/bump' {
8383
activePointBorderWidth?: number
8484
inactivePointBorderWidth?: number
8585
pointBorderColor?: InheritedColorConfig<BumpComputedPoint>
86+
87+
lineWidth?: number
88+
activeLineWidth?: number
89+
inactiveLineWidth?: number
90+
inactiveOpacity?: number
8691

8792
enableGridX?: boolean
8893
enableGridY?: boolean

0 commit comments

Comments
 (0)
Please sign in to comment.