export enum HeaderPicker { month = 'month', year = 'year', } export enum MenuPlacement { top = 'top', bottom = 'bottom', } export enum CMP { header = 'header', calendar = 'calendar', timePicker = 'timePicker', } export enum FlowStep { month = 'month', year = 'year', calendar = 'calendar', time = 'time', minutes = 'minutes', hours = 'hours', seconds = 'seconds', }