Skip to content

Commit ee923f2

Browse files
committed
Simplify ra-no-code
1 parent c89c536 commit ee923f2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/ra-no-code/src/mui.d.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
11
import type {} from '@mui/material/themeCssVarsAugmentation';
2-
3-
declare module '@mui/material/styles' {
4-
interface PaletteOptions {
5-
bulkActionsToolbarColor?: string;
6-
bulkActionsToolbarBackgroundColor?: string;
7-
}
8-
interface Palette {
9-
bulkActionsToolbarColor: string;
10-
bulkActionsToolbarBackgroundColor: string;
11-
}
12-
}

0 commit comments

Comments
 (0)