UNPKG

@nivo/calendar

Version:
12 lines 906 B
export declare const TimeRange: import("react").ForwardRefExoticComponent<import("@nivo/core").Dimensions & { data: import("./types").CalendarDatum[]; } & Partial<Omit<import("./types").CalendarData, "data">> & Partial<Omit<import("./types").CommonCalendarProps, "yearLegend" | "yearSpacing" | "yearLegendOffset" | "yearLegendPosition" | "monthSpacing" | "monthBorderWidth" | "monthBorderColor"> & Partial<Record<"onClick" | "onMouseEnter" | "onMouseLeave" | "onMouseMove", (datum: import("./types").TimeRangeDayData, event: import("react").MouseEvent<SVGRectElement, MouseEvent>) => void>> & { dayRadius: number; square: boolean; role: string; weekdayLegendOffset: number; weekdayTicks: Array<0 | 1 | 2 | 3 | 4 | 5 | 6>; firstWeekday: import("./types").Weekday; weekdays: string[]; }> & import("react").RefAttributes<SVGSVGElement>>; //# sourceMappingURL=TimeRange.d.ts.map