import {Moment} from 'moment';

export type CalendarValue = Moment | Moment[] | string | string[];
