export type PanelMode = 'date' | 'week' | 'month';
