2024-01-29 09:26:07 +08:00

3 lines
126 B
JavaScript

export const START_YEAR = 1901;
// TODO: we need to remove it to make height customizable
export const MONTH_ITEM_HEIGHT = 40;