Skip to content

Commit

Permalink
dx.all.d.ts: fake TemplateLegacy rename (likely bundler does not care…
Browse files Browse the repository at this point in the history
… about case sensitivity)
  • Loading branch information
mpreyskurantov committed Nov 10, 2024
1 parent 2ec392a commit 308dd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devextreme/js/ui/widget/template.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import {
* @deprecated
* @public
*/
export type Template = template;
export type TemplateLegacy = template;
2 changes: 1 addition & 1 deletion packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30591,7 +30591,7 @@ declare module DevExpress.ui {
* [descr:ui.template]
* @deprecated [depNote:ui.template]
*/
export type Template = Template;
export type TemplateLegacy = Template;
/**
* [descr:ui.themes]
*/
Expand Down

0 comments on commit 308dd98

Please sign in to comment.