Skip to content

Commit

Permalink
fix(bar): fix linting error in types
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed May 16, 2020
1 parent 35b1681 commit cbba0f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bar/index.d.ts
Expand Up @@ -48,7 +48,6 @@ declare module '@nivo/bar' {

export type ValueFormatter = (value: number) => string | number


export type BarMouseEventHandler<T = HTMLCanvasElement> = (
datum: BarExtendedDatum,
event: React.MouseEvent<T>
Expand Down

0 comments on commit cbba0f2

Please sign in to comment.