/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { MultiViewCalendarSettings } from '../../calendar/models/MultiViewCalendarSettings'; /** * Represents the settings that can be passed to the MultiViewCalendar inside the DateRangePicker. */ export interface DateRangePickerCalendarSettings extends Omit { }