react-crud-mui 0.2.63 → 0.2.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -261,6 +261,7 @@ export declare const darkPalette: {
261
261
  background: {
262
262
  paper: string;
263
263
  default: string;
264
+ header: string;
264
265
  };
265
266
  grey: {
266
267
  25: string;
@@ -0,0 +1,3 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ export declare const Select: (theme: Theme) => Components["MuiSelect"];
3
+ export declare const OutlinedInput: (theme: Theme) => Components["MuiOutlinedInput"];
@@ -23,6 +23,7 @@ declare const themesOptions: {
23
23
  background: {
24
24
  paper: string;
25
25
  default: string;
26
+ header: string;
26
27
  };
27
28
  grey: {
28
29
  25: string;