Skip to content

Commit 87aa638

Browse files
fix ts lint
1 parent c9d8617 commit 87aa638

File tree

1 file changed

+2
-2
lines changed
  • packages/devextreme/js/__internal/scheduler

1 file changed

+2
-2
lines changed

packages/devextreme/js/__internal/scheduler/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ export interface ScrollToOptions {
277277
alignInView?: 'start' | 'center';
278278
}
279279

280-
export type ScrollToGroupValuesOrOptions =
281-
| RawGroupValues
280+
export type ScrollToGroupValuesOrOptions
281+
= RawGroupValues
282282
| GroupValues
283283
| ScrollToOptions
284284
| undefined;

0 commit comments

Comments
 (0)