diff --git a/packages/devextreme/js/excel_exporter.d.ts b/packages/devextreme/js/excel_exporter.d.ts index 9caa39277801..4b16cfa7a8f9 100644 --- a/packages/devextreme/js/excel_exporter.d.ts +++ b/packages/devextreme/js/excel_exporter.d.ts @@ -98,6 +98,7 @@ export interface ExcelPivotGridCell extends Cell { * @docid * @namespace DevExpress.excelExporter * @type object + * @public */ export interface CellAddress { /** @@ -116,6 +117,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 54574a6fcfa2..1422dd0210a3 100644 --- a/packages/devextreme/ts/dx.all.d.ts +++ b/packages/devextreme/ts/dx.all.d.ts @@ -7014,7 +7014,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 { /** @@ -7028,7 +7027,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 { /**