We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e3e9d commit e212d9cCopy full SHA for e212d9c
packages/devextreme/js/ui/scheduler.d.ts
@@ -31,7 +31,7 @@ import {
31
import dxDraggable from './draggable';
32
33
import dxForm, { Item as FormItem } from './form';
34
-import dxPopup, { Properties as dxSchedulerPopupOptions } from './popup';
+import dxPopup, { Properties as SchedulerPopupOptions } from './popup';
35
36
import dxSortable from './sortable';
37
import { dxToolbarItem } from './toolbar';
@@ -670,7 +670,7 @@ export interface dxSchedulerOptions extends WidgetOptions<dxScheduler> {
670
* @default {}
671
* @public
672
*/
673
- popup?: dxSchedulerPopupOptions;
+ popup?: SchedulerPopupOptions;
674
};
675
/**
676
* @docid
0 commit comments