File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import DataGrid, {
44} from 'devextreme-react/data-grid' ;
55import './App.css' ;
66import ArrayStore from 'devextreme/data/array_store' ;
7- import { DataSource , type DataSourceOptions } from 'devextreme-react/common/data' ;
7+ import { type DataSourceOptions } from 'devextreme-react/common/data' ;
88import service , { type City , type Employee } from './data' ;
99import MultipleDropDownBox from './components/MultipleDropDownBox' ;
1010
@@ -47,7 +47,7 @@ function renderMultipleDropDownBox(
4747 currentValue : number [ ] ,
4848 // eslint-disable-next-line no-unused-vars
4949 setValue : ( value : number [ ] ) => void ,
50- dataSource : ArrayStore | DataSource ,
50+ dataSource : ArrayStore | DataSourceOptions ,
5151) : JSX . Element {
5252 return (
5353 < MultipleDropDownBox
You can’t perform that action at this time.
0 commit comments