UNPKG

react-beautiful-heatmap

Version:

A calendar heatmap component built on SVG

13 lines (11 loc) 551 B
import { LayoutType } from './types'; export declare const MILLISECONDS_IN_ONE_DAY: number; export declare const DAYS_IN_WEEK = 7; export declare const MONTH_LABELS: string[]; export declare const DAY_LABELS: string[]; export declare const SQUARE_SIZE = 10; export declare const MONTH_LABEL_GUTTER_SIZE = 4; export declare const CSS_PSEDUO_NAMESPACE = "react-heatmap-"; export declare const VERTICAL_OFFSET = -2; export declare const WEEK_DAY_LABEL_SIZE: Record<LayoutType, number>; export declare const MONTH_LABEL_SIZE: Record<LayoutType, number>;