Skip to content

Commit

Permalink
dx.all.d.ts: animationPresets without declare keyword (coz no longer …
Browse files Browse the repository at this point in the history
…default export), export + const at once
  • Loading branch information
mpreyskurantov committed Nov 10, 2024
1 parent 308dd98 commit 852d1c2
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/common/core/animation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export interface PositionConfig {
* @namespace DevExpress
* @public
*/
export declare const animationPresets: {
export const animationPresets: {
/**
* @docid
* @publicName applyChanges()
Expand Down
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 @@ -569,7 +569,7 @@ declare module DevExpress {
/**
* [descr:animationPresets]
*/
export declare const animationPresets: {
export const animationPresets: {
/**
* [descr:animationPresets.applyChanges()]
*/
Expand Down

0 comments on commit 852d1c2

Please sign in to comment.