Skip to content

Commit e212d9c

Browse files
committed
misc: change type name for popup options
1 parent e9e3e9d commit e212d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devextreme/js/ui/scheduler.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
import dxDraggable from './draggable';
3232

3333
import dxForm, { Item as FormItem } from './form';
34-
import dxPopup, { Properties as dxSchedulerPopupOptions } from './popup';
34+
import dxPopup, { Properties as SchedulerPopupOptions } from './popup';
3535

3636
import dxSortable from './sortable';
3737
import { dxToolbarItem } from './toolbar';
@@ -670,7 +670,7 @@ export interface dxSchedulerOptions extends WidgetOptions<dxScheduler> {
670670
* @default {}
671671
* @public
672672
*/
673-
popup?: dxSchedulerPopupOptions;
673+
popup?: SchedulerPopupOptions;
674674
};
675675
/**
676676
* @docid

0 commit comments

Comments
 (0)