/** * APITable * Copyright (C) 2022 APITable Ltd. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ export declare const COUNT = 35; export declare const DEFAULT_LIST_HEIGHT = 28; export declare const SPACE = 6; export declare const DEFAULT_MOBILE_LIST_HEIGHT = 24; export declare const SPACE_MOBILE = 4; export declare const TYPE = "TASK"; export declare const FORMAT_MONTH = "yyyy/MM"; export declare const FORMAT = "yyyy/MM/dd"; export declare const MAX_LEVEL = 5; export declare const MONTHS: string[]; export declare enum Direction { Left = "left", Right = "right" } //# sourceMappingURL=constants.d.ts.map