/**
 * 日期选择模式
 */
export type ModeType = 'date' | 'month' | 'week' | 'quarter' | 'year';
