UNPKG

react-d3-calendar-heatmap

Version:
3 lines (2 loc) 188 B
export declare type TooltipPlacement = "top" | "topRight" | "topLeft" | "bottom" | "bottomRight" | "bottomLeft" | "right" | "left"; export declare type TooltipPosition = [number, number];