Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri committed Dec 12, 2024
1 parent ce8c097 commit 26def52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 8 additions & 8 deletions packages/devextreme/js/ui/card_view/data_controller.d.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { DataSourceLike } from '../../data/data_source';
// import { DataSourceLike } from '../../data/data_source';

/**
* @docid
* @hidden
* @namespace DevExpress.ui.dxCardView
*/
export type DataControllerProperties = {
/**
* @docid
* @default undefined
* @type string | Array<any> | Store | DataSource | DataSourceOptions
* @public
*/
dataSource?: DataSourceLike<any, any>;
// /**
// * @docid
// * @default undefined
// * @type string | Array<any> | Store | DataSource | DataSourceOptions
// * @public
// */
// dataSource?: DataSourceLike<any, any>;
/**
* @docid
* @public
Expand Down
4 changes: 0 additions & 4 deletions packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31130,10 +31130,6 @@ declare module DevExpress.ui.dxCardView {
* @deprecated Attention! This type is for internal purposes only. If you used it previously, please submit a ticket to our {@link https://supportcenter.devexpress.com/ticket/create Support Center}. We will check if there is an alternative solution.
*/
export type DataControllerProperties = {
/**
* [descr:DataControllerProperties.dataSource]
*/
dataSource?: DevExpress.data.DataSource.DataSourceLike<any, any>;
/**
* [descr:DataControllerProperties.paging]
*/
Expand Down

0 comments on commit 26def52

Please sign in to comment.