Skip to content

Commit

Permalink
update ts
Browse files Browse the repository at this point in the history
  • Loading branch information
markallenramirez committed Sep 15, 2023
1 parent 04bee3e commit f1a641a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/devextreme/js/ui/themes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ export default class themes {
* @public
*/
static initialized(callback: Function): void;
static isMaterial(theme: string): boolean;
static isFluent(theme: string): boolean;
static isMaterialBased(theme: string): boolean;
}

export function current(): string;
Expand Down
3 changes: 0 additions & 3 deletions packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29817,9 +29817,6 @@ declare module DevExpress.ui {
* [descr:ui.themes.initialized(callback)]
*/
static initialized(callback: Function): void;
static isMaterial(theme: string): boolean;
static isFluent(theme: string): boolean;
static isMaterialBased(theme: string): boolean;
}
/**
* [descr:Widget]
Expand Down

0 comments on commit f1a641a

Please sign in to comment.