Skip to content

Commit

Permalink
use ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Sep 18, 2024
1 parent b9d6bd4 commit c1d4f56
Show file tree
Hide file tree
Showing 23 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions packages/x-charts-pro/src/themeAugmentation/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type * from '@mui/x-charts/themeAugmentation';
export type * from './overrides';
export type * from './props';
export type * from './components';
export * from '@mui/x-charts/themeAugmentation';
export * from './overrides';
export * from './props';
export * from './components';
6 changes: 3 additions & 3 deletions packages/x-charts/src/themeAugmentation/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type * from './overrides';
export type * from './props';
export type * from './components';
export * from './overrides';
export * from './props';
export * from './components';
6 changes: 3 additions & 3 deletions packages/x-date-pickers-pro/src/themeAugmentation/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from '@mui/x-date-pickers/themeAugmentation';
export type * from './overrides';
export type * from './props';
export type * from './components';
export * from './overrides';
export * from './props';
export * from './components';
6 changes: 3 additions & 3 deletions packages/x-date-pickers/src/themeAugmentation/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type * from './overrides';
export type * from './props';
export type * from './components';
export * from './overrides';
export * from './props';
export * from './components';
6 changes: 3 additions & 3 deletions packages/x-tree-view-pro/src/themeAugmentation/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type * from './overrides';
export type * from './props';
export type * from './components';
export * from './overrides';
export * from './props';
export * from './components';

0 comments on commit c1d4f56

Please sign in to comment.