diff --git a/packages/devextreme/js/excel_exporter.types.d.ts b/packages/devextreme/js/excel_exporter.types.d.ts index b1f6e46e3993..3511378b0536 100644 --- a/packages/devextreme/js/excel_exporter.types.d.ts +++ b/packages/devextreme/js/excel_exporter.types.d.ts @@ -71,6 +71,7 @@ export interface ExcelPivotGridCell extends Cell { * @docid * @namespace DevExpress.excelExporter * @type object + * @public */ export interface CellAddress { /** @@ -89,6 +90,7 @@ export interface CellAddress { * @docid * @namespace DevExpress.excelExporter * @type object +* @public */ export interface CellRange { /** diff --git a/packages/devextreme/ts/dx.all.d.ts b/packages/devextreme/ts/dx.all.d.ts index 6eada8a2ea01..d457d89167e0 100644 --- a/packages/devextreme/ts/dx.all.d.ts +++ b/packages/devextreme/ts/dx.all.d.ts @@ -7525,7 +7525,6 @@ declare module DevExpress.events { declare module DevExpress.excelExporter { /** * [descr:CellAddress] - * @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 interface CellAddress { /** @@ -7539,7 +7538,6 @@ declare module DevExpress.excelExporter { } /** * [descr:CellRange] - * @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 interface CellRange { /**