Skip to content

Commit

Permalink
fix(calendar): add missing exports for canvas calendar (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
SourceCipher authored and plouc committed Oct 19, 2019
1 parent 484d308 commit 3f9bc62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/calendar/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ declare module '@nivo/calendar' {

export class Calendar extends React.Component<CalendarSvgProps & Dimensions> {}
export class ResponsiveCalendar extends React.Component<CalendarSvgProps> {}
export class CalendarCanvas extends React.Component<CalendarSvgProps & Dimensions> {}
export class ResponsiveCalendarCanvas extends React.Component<CalendarSvgProps> {}
}

0 comments on commit 3f9bc62

Please sign in to comment.