Skip to content

Commit

Permalink
fix(voronoi): fix typo in export class name (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
swsoyee committed Apr 21, 2021
1 parent d80dafd commit 245b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/voronoi/index.d.ts
Expand Up @@ -38,5 +38,5 @@ declare module '@nivo/voronoi' {
}

export class Voronoi extends React.Component<VoronoiProps & Dimensions> {}
export class ResponsiveVoroinoi extends React.Component<VoronoiProps> {}
export class ResponsiveVoronoi extends React.Component<VoronoiProps> {}
}

0 comments on commit 245b0cd

Please sign in to comment.