UNPKG

@fesjs/fes-design

Version:
11 lines (10 loc) 279 B
export declare const COMPONENT_NAME = "FCalendar"; export declare const prefixCls: string; /** * Calendar 行数 * * 固定 6 行,保证能展示所有日期 */ export declare const CALENDAR_ROW_NUM = 6; /** Calendar 列数 */ export declare const CALENDAR_COLUMN_NUM = 7;