Skip to content

Commit

Permalink
fix(core): fix type definition of PatternSquaresDef (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
netzwerg committed Dec 17, 2020
1 parent b5584de commit bf27d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.d.ts
Expand Up @@ -231,7 +231,7 @@ declare module '@nivo/core' {
}

export type PatternSquaresDef = Omit<PatternDotsDef, 'type'> & {
type: 'patternDots'
type: 'patternSquares'
}

export type PatternLinesDef = {
Expand Down

0 comments on commit bf27d55

Please sign in to comment.