import {Moment} from 'moment';

export type SingleCalendarValue = Moment | string;