export interface IDateRangePickerProps {
    modelValue: string[];
    valueFormat?: string;
    limitDays?: number;
    includeToday?: boolean;
}
