Skip to content

Commit

Permalink
add export to DevicesObject in common/core/environment
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Dec 5, 2024
1 parent 228b86c commit 5863c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme/js/common/core/environment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type EventName = 'orientationChanged';
* @namespace DevExpress.common.core.environment
* @public
*/
declare class DevicesObject {
export class DevicesObject {
constructor(options?: { window?: Window });
/**
* @docid
Expand Down

0 comments on commit 5863c6c

Please sign in to comment.