Skip to content

Commit

Permalink
fix(legends): Add missing symbolBorderWidth to typings (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
bladedeyna committed Apr 26, 2021
1 parent 89109d9 commit a00ef4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/legends/index.d.ts
Expand Up @@ -83,6 +83,7 @@ declare module '@nivo/legends' {
symbolSpacing?: number
symbolShape?: LegendSymbolShape | any
symbolBorderColor?: string
symbolBorderWidth?: number
textColor?: string

onClick?: LegendMouseHandler
Expand Down

0 comments on commit a00ef4a

Please sign in to comment.