@avalabs/k2-alpine 1.188.0
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.
- package/README.md +29 -0
- package/dist/components/Accordion/Accordion.d.ts +3 -0
- package/dist/components/Accordion/AccordionActions.d.ts +3 -0
- package/dist/components/Accordion/AccordionDetails.d.ts +3 -0
- package/dist/components/Accordion/AccordionSummary.d.ts +9 -0
- package/dist/components/Accordion/Accordions.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts +5 -0
- package/dist/components/Avatar/Avatar.d.ts +9 -0
- package/dist/components/Button/SquareButton.d.ts +6 -0
- package/dist/components/CustomDialog/CustomDialog.d.ts +30 -0
- package/dist/components/CustomDialog/index.d.ts +1 -0
- package/dist/components/Icons/Airdrop.d.ts +2 -0
- package/dist/components/Icons/Avalanche.d.ts +9 -0
- package/dist/components/Icons/Avatar.d.ts +2 -0
- package/dist/components/Icons/Bitcoin.d.ts +9 -0
- package/dist/components/Icons/Bridge.d.ts +2 -0
- package/dist/components/Icons/CChain.d.ts +2 -0
- package/dist/components/Icons/ChevronDown.d.ts +2 -0
- package/dist/components/Icons/CloudAlert.d.ts +2 -0
- package/dist/components/Icons/CloudDownload.d.ts +2 -0
- package/dist/components/Icons/Contacts.d.ts +2 -0
- package/dist/components/Icons/Core.d.ts +2 -0
- package/dist/components/Icons/DeployedCode.d.ts +2 -0
- package/dist/components/Icons/Discover.d.ts +2 -0
- package/dist/components/Icons/Encrypted.d.ts +2 -0
- package/dist/components/Icons/Ethereum.d.ts +9 -0
- package/dist/components/Icons/Explorer.d.ts +2 -0
- package/dist/components/Icons/Export.d.ts +2 -0
- package/dist/components/Icons/Landscape.d.ts +2 -0
- package/dist/components/Icons/LedgerWallet.d.ts +2 -0
- package/dist/components/Icons/Monitoring.d.ts +2 -0
- package/dist/components/Icons/Outbound.d.ts +2 -0
- package/dist/components/Icons/PChainIcon.d.ts +2 -0
- package/dist/components/Icons/Portfolio.d.ts +2 -0
- package/dist/components/Icons/QrCode.d.ts +2 -0
- package/dist/components/Icons/Send.d.ts +2 -0
- package/dist/components/Icons/Signature.d.ts +2 -0
- package/dist/components/Icons/Solana.d.ts +7 -0
- package/dist/components/Icons/Stake.d.ts +2 -0
- package/dist/components/Icons/Swap.d.ts +2 -0
- package/dist/components/Icons/Tools.d.ts +2 -0
- package/dist/components/Icons/TriangleDown.d.ts +2 -0
- package/dist/components/Icons/TriangleUp.d.ts +2 -0
- package/dist/components/Icons/WalletClosed.d.ts +2 -0
- package/dist/components/Icons/WalletOpen.d.ts +2 -0
- package/dist/components/Icons/WaterDrop.d.ts +2 -0
- package/dist/components/Icons/XChainIcon.d.ts +2 -0
- package/dist/components/Icons/XPChain.d.ts +2 -0
- package/dist/components/Icons/index.d.ts +146 -0
- package/dist/components/Popover/Popover.d.ts +10 -0
- package/dist/components/Popover/PopoverContent.d.ts +15 -0
- package/dist/components/Popover/PopoverItem.d.ts +40 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/PopoverItem/PopoverItem.d.ts +40 -0
- package/dist/components/PopoverItem/index.d.ts +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +12 -0
- package/dist/components/Select/Select.d.ts +7 -0
- package/dist/components/StoreButtons/AppStore.d.ts +6 -0
- package/dist/components/StoreButtons/ChromeStore.d.ts +6 -0
- package/dist/components/StoreButtons/PlayStore.d.ts +6 -0
- package/dist/components/StoreButtons/index.d.ts +3 -0
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/dist/components/Toast/Toast.d.ts +25 -0
- package/dist/components/Toast/index.d.ts +1 -0
- package/dist/components/TruncateText/TruncateText.d.ts +30 -0
- package/dist/components/Typography/Typography.d.ts +5 -0
- package/dist/global.d.ts +181 -0
- package/dist/index.cjs +71 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.js +2704 -0
- package/dist/theme/components/alert.d.ts +2 -0
- package/dist/theme/components/appBar.d.ts +2 -0
- package/dist/theme/components/avatar.d.ts +2 -0
- package/dist/theme/components/backdrop.d.ts +2 -0
- package/dist/theme/components/button.d.ts +2 -0
- package/dist/theme/components/card.d.ts +2 -0
- package/dist/theme/components/checkbox.d.ts +2 -0
- package/dist/theme/components/container.d.ts +2 -0
- package/dist/theme/components/dialog.d.ts +2 -0
- package/dist/theme/components/drawer.d.ts +2 -0
- package/dist/theme/components/index.d.ts +1404 -0
- package/dist/theme/components/progress.d.ts +2 -0
- package/dist/theme/components/switch.d.ts +2 -0
- package/dist/theme/components/table.d.ts +2 -0
- package/dist/theme/components/tabs.d.ts +2 -0
- package/dist/theme/components/toolbar.d.ts +2 -0
- package/dist/theme/fonts.d.ts +4 -0
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/palette.d.ts +4 -0
- package/dist/theme/shape.d.ts +2 -0
- package/dist/theme/theme.d.ts +4 -0
- package/dist/theme/typography.d.ts +2 -0
- package/dist/theme/utilities/getComponentStyles.d.ts +3 -0
- package/dist/utils/combineSx.d.ts +2 -0
- package/dist/utils/getHexAlpha.d.ts +3 -0
- package/dist/utils/withSx.d.ts +13 -0
- package/dist/vite-env.d.ts +1 -0
- package/package.json +56 -0
|
@@ -0,0 +1,1404 @@
|
|
|
1
|
+
export declare const componentOverrides: {
|
|
2
|
+
MuiAlert?: {
|
|
3
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAlert"];
|
|
4
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AlertClasses, "MuiAlert", import('@mui/material').Theme>> | undefined;
|
|
5
|
+
variants?: {
|
|
6
|
+
props: Partial<import('@mui/material').AlertProps> | ((props: Partial<import('@mui/material').AlertProps> & {
|
|
7
|
+
ownerState: Partial<import('@mui/material').AlertProps>;
|
|
8
|
+
}) => boolean);
|
|
9
|
+
style: import('@mui/material').Interpolation<{
|
|
10
|
+
theme: import('@mui/material').Theme;
|
|
11
|
+
}>;
|
|
12
|
+
}[] | undefined;
|
|
13
|
+
} | undefined;
|
|
14
|
+
MuiAlertTitle?: {
|
|
15
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAlertTitle"];
|
|
16
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiAlertTitle", import('@mui/material').Theme>> | undefined;
|
|
17
|
+
variants?: {
|
|
18
|
+
props: Partial<import('@mui/material').AlertTitleProps> | ((props: Partial<import('@mui/material').AlertTitleProps> & {
|
|
19
|
+
ownerState: Partial<import('@mui/material').AlertTitleProps>;
|
|
20
|
+
}) => boolean);
|
|
21
|
+
style: import('@mui/material').Interpolation<{
|
|
22
|
+
theme: import('@mui/material').Theme;
|
|
23
|
+
}>;
|
|
24
|
+
}[] | undefined;
|
|
25
|
+
} | undefined;
|
|
26
|
+
MuiAppBar?: {
|
|
27
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAppBar"];
|
|
28
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AppBarClasses, "MuiAppBar", import('@mui/material').Theme>> | undefined;
|
|
29
|
+
variants?: {
|
|
30
|
+
props: Partial<import('@mui/material').AppBarProps> | ((props: Partial<import('@mui/material').AppBarProps> & {
|
|
31
|
+
ownerState: Partial<import('@mui/material').AppBarProps>;
|
|
32
|
+
}) => boolean);
|
|
33
|
+
style: import('@mui/material').Interpolation<{
|
|
34
|
+
theme: import('@mui/material').Theme;
|
|
35
|
+
}>;
|
|
36
|
+
}[] | undefined;
|
|
37
|
+
} | undefined;
|
|
38
|
+
MuiAutocomplete?: {
|
|
39
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAutocomplete"];
|
|
40
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AutocompleteClasses, "MuiAutocomplete", import('@mui/material').Theme>> | undefined;
|
|
41
|
+
variants?: {
|
|
42
|
+
props: Partial<import('@mui/material').AutocompleteProps<any, any, any, any, "div">> | ((props: Partial<import('@mui/material').AutocompleteProps<any, any, any, any, "div">> & {
|
|
43
|
+
ownerState: Partial<import('@mui/material').AutocompleteProps<any, any, any, any, "div">>;
|
|
44
|
+
}) => boolean);
|
|
45
|
+
style: import('@mui/material').Interpolation<{
|
|
46
|
+
theme: import('@mui/material').Theme;
|
|
47
|
+
}>;
|
|
48
|
+
}[] | undefined;
|
|
49
|
+
} | undefined;
|
|
50
|
+
MuiAvatar?: {
|
|
51
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAvatar"];
|
|
52
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AvatarClasses, "MuiAvatar", import('@mui/material').Theme>> | undefined;
|
|
53
|
+
variants?: {
|
|
54
|
+
props: Partial<import('@mui/material').AvatarProps> | ((props: Partial<import('@mui/material').AvatarProps> & {
|
|
55
|
+
ownerState: Partial<import('@mui/material').AvatarProps>;
|
|
56
|
+
}) => boolean);
|
|
57
|
+
style: import('@mui/material').Interpolation<{
|
|
58
|
+
theme: import('@mui/material').Theme;
|
|
59
|
+
}>;
|
|
60
|
+
}[] | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
MuiAvatarGroup?: {
|
|
63
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAvatarGroup"];
|
|
64
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AvatarGroupClasses, "MuiAvatarGroup", import('@mui/material').Theme>> | undefined;
|
|
65
|
+
variants?: {
|
|
66
|
+
props: Partial<import('@mui/material').AvatarGroupProps> | ((props: Partial<import('@mui/material').AvatarGroupProps> & {
|
|
67
|
+
ownerState: Partial<import('@mui/material').AvatarGroupProps>;
|
|
68
|
+
}) => boolean);
|
|
69
|
+
style: import('@mui/material').Interpolation<{
|
|
70
|
+
theme: import('@mui/material').Theme;
|
|
71
|
+
}>;
|
|
72
|
+
}[] | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
MuiBackdrop?: {
|
|
75
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBackdrop"];
|
|
76
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BackdropClasses, "MuiBackdrop", import('@mui/material').Theme>> | undefined;
|
|
77
|
+
variants?: {
|
|
78
|
+
props: Partial<import('@mui/material').BackdropProps> | ((props: Partial<import('@mui/material').BackdropProps> & {
|
|
79
|
+
ownerState: Partial<import('@mui/material').BackdropProps>;
|
|
80
|
+
}) => boolean);
|
|
81
|
+
style: import('@mui/material').Interpolation<{
|
|
82
|
+
theme: import('@mui/material').Theme;
|
|
83
|
+
}>;
|
|
84
|
+
}[] | undefined;
|
|
85
|
+
} | undefined;
|
|
86
|
+
MuiBadge?: {
|
|
87
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBadge"];
|
|
88
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BadgeClasses, "MuiBadge", import('@mui/material').Theme>> | undefined;
|
|
89
|
+
variants?: {
|
|
90
|
+
props: Partial<import('@mui/material').BadgeProps> | ((props: Partial<import('@mui/material').BadgeProps> & {
|
|
91
|
+
ownerState: Partial<import('@mui/material').BadgeProps>;
|
|
92
|
+
}) => boolean);
|
|
93
|
+
style: import('@mui/material').Interpolation<{
|
|
94
|
+
theme: import('@mui/material').Theme;
|
|
95
|
+
}>;
|
|
96
|
+
}[] | undefined;
|
|
97
|
+
} | undefined;
|
|
98
|
+
MuiBottomNavigation?: {
|
|
99
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBottomNavigation"];
|
|
100
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiBottomNavigation", import('@mui/material').Theme>> | undefined;
|
|
101
|
+
variants?: {
|
|
102
|
+
props: Partial<import('@mui/material').BottomNavigationProps> | ((props: Partial<import('@mui/material').BottomNavigationProps> & {
|
|
103
|
+
ownerState: Partial<import('@mui/material').BottomNavigationProps>;
|
|
104
|
+
}) => boolean);
|
|
105
|
+
style: import('@mui/material').Interpolation<{
|
|
106
|
+
theme: import('@mui/material').Theme;
|
|
107
|
+
}>;
|
|
108
|
+
}[] | undefined;
|
|
109
|
+
} | undefined;
|
|
110
|
+
MuiBottomNavigationAction?: {
|
|
111
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBottomNavigationAction"];
|
|
112
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BottomNavigationActionClasses, "MuiBottomNavigationAction", import('@mui/material').Theme>> | undefined;
|
|
113
|
+
variants?: {
|
|
114
|
+
props: Partial<import('@mui/material').BottomNavigationActionProps> | ((props: Partial<import('@mui/material').BottomNavigationActionProps> & {
|
|
115
|
+
ownerState: Partial<import('@mui/material').BottomNavigationActionProps>;
|
|
116
|
+
}) => boolean);
|
|
117
|
+
style: import('@mui/material').Interpolation<{
|
|
118
|
+
theme: import('@mui/material').Theme;
|
|
119
|
+
}>;
|
|
120
|
+
}[] | undefined;
|
|
121
|
+
} | undefined;
|
|
122
|
+
MuiBreadcrumbs?: {
|
|
123
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBreadcrumbs"];
|
|
124
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BreadcrumbsClasses, "MuiBreadcrumbs", import('@mui/material').Theme>> | undefined;
|
|
125
|
+
variants?: {
|
|
126
|
+
props: Partial<import('@mui/material').BreadcrumbsProps> | ((props: Partial<import('@mui/material').BreadcrumbsProps> & {
|
|
127
|
+
ownerState: Partial<import('@mui/material').BreadcrumbsProps>;
|
|
128
|
+
}) => boolean);
|
|
129
|
+
style: import('@mui/material').Interpolation<{
|
|
130
|
+
theme: import('@mui/material').Theme;
|
|
131
|
+
}>;
|
|
132
|
+
}[] | undefined;
|
|
133
|
+
} | undefined;
|
|
134
|
+
MuiButton?: {
|
|
135
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiButton"];
|
|
136
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ButtonClasses, "MuiButton", import('@mui/material').Theme>> | undefined;
|
|
137
|
+
variants?: {
|
|
138
|
+
props: Partial<import('@mui/material').ButtonProps> | ((props: Partial<import('@mui/material').ButtonProps> & {
|
|
139
|
+
ownerState: Partial<import('@mui/material').ButtonProps>;
|
|
140
|
+
}) => boolean);
|
|
141
|
+
style: import('@mui/material').Interpolation<{
|
|
142
|
+
theme: import('@mui/material').Theme;
|
|
143
|
+
}>;
|
|
144
|
+
}[] | undefined;
|
|
145
|
+
} | undefined;
|
|
146
|
+
MuiButtonBase?: {
|
|
147
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiButtonBase"];
|
|
148
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ButtonBaseClasses, "MuiButtonBase", import('@mui/material').Theme>> | undefined;
|
|
149
|
+
variants?: {
|
|
150
|
+
props: Partial<import('@mui/material').ButtonBaseProps> | ((props: Partial<import('@mui/material').ButtonBaseProps> & {
|
|
151
|
+
ownerState: Partial<import('@mui/material').ButtonBaseProps>;
|
|
152
|
+
}) => boolean);
|
|
153
|
+
style: import('@mui/material').Interpolation<{
|
|
154
|
+
theme: import('@mui/material').Theme;
|
|
155
|
+
}>;
|
|
156
|
+
}[] | undefined;
|
|
157
|
+
} | undefined;
|
|
158
|
+
MuiButtonGroup?: {
|
|
159
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiButtonGroup"];
|
|
160
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ButtonGroupClasses, "MuiButtonGroup", import('@mui/material').Theme>> | undefined;
|
|
161
|
+
variants?: {
|
|
162
|
+
props: Partial<import('@mui/material').ButtonGroupProps> | ((props: Partial<import('@mui/material').ButtonGroupProps> & {
|
|
163
|
+
ownerState: Partial<import('@mui/material').ButtonGroupProps>;
|
|
164
|
+
}) => boolean);
|
|
165
|
+
style: import('@mui/material').Interpolation<{
|
|
166
|
+
theme: import('@mui/material').Theme;
|
|
167
|
+
}>;
|
|
168
|
+
}[] | undefined;
|
|
169
|
+
} | undefined;
|
|
170
|
+
MuiCard?: {
|
|
171
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCard"];
|
|
172
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiCard", import('@mui/material').Theme>> | undefined;
|
|
173
|
+
variants?: {
|
|
174
|
+
props: Partial<import('@mui/material').CardProps> | ((props: Partial<import('@mui/material').CardProps> & {
|
|
175
|
+
ownerState: Partial<import('@mui/material').CardProps>;
|
|
176
|
+
}) => boolean);
|
|
177
|
+
style: import('@mui/material').Interpolation<{
|
|
178
|
+
theme: import('@mui/material').Theme;
|
|
179
|
+
}>;
|
|
180
|
+
}[] | undefined;
|
|
181
|
+
} | undefined;
|
|
182
|
+
MuiCardActionArea?: {
|
|
183
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardActionArea"];
|
|
184
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardActionAreaClasses, "MuiCardActionArea", import('@mui/material').Theme>> | undefined;
|
|
185
|
+
variants?: {
|
|
186
|
+
props: Partial<import('@mui/material').CardActionAreaProps> | ((props: Partial<import('@mui/material').CardActionAreaProps> & {
|
|
187
|
+
ownerState: Partial<import('@mui/material').CardActionAreaProps>;
|
|
188
|
+
}) => boolean);
|
|
189
|
+
style: import('@mui/material').Interpolation<{
|
|
190
|
+
theme: import('@mui/material').Theme;
|
|
191
|
+
}>;
|
|
192
|
+
}[] | undefined;
|
|
193
|
+
} | undefined;
|
|
194
|
+
MuiCardActions?: {
|
|
195
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardActions"];
|
|
196
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardActionsClasses, "MuiCardActions", import('@mui/material').Theme>> | undefined;
|
|
197
|
+
variants?: {
|
|
198
|
+
props: Partial<import('@mui/material').CardActionsProps> | ((props: Partial<import('@mui/material').CardActionsProps> & {
|
|
199
|
+
ownerState: Partial<import('@mui/material').CardActionsProps>;
|
|
200
|
+
}) => boolean);
|
|
201
|
+
style: import('@mui/material').Interpolation<{
|
|
202
|
+
theme: import('@mui/material').Theme;
|
|
203
|
+
}>;
|
|
204
|
+
}[] | undefined;
|
|
205
|
+
} | undefined;
|
|
206
|
+
MuiCardContent?: {
|
|
207
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardContent"];
|
|
208
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiCardContent", import('@mui/material').Theme>> | undefined;
|
|
209
|
+
variants?: {
|
|
210
|
+
props: Partial<import('@mui/material').CardContentProps> | ((props: Partial<import('@mui/material').CardContentProps> & {
|
|
211
|
+
ownerState: Partial<import('@mui/material').CardContentProps>;
|
|
212
|
+
}) => boolean);
|
|
213
|
+
style: import('@mui/material').Interpolation<{
|
|
214
|
+
theme: import('@mui/material').Theme;
|
|
215
|
+
}>;
|
|
216
|
+
}[] | undefined;
|
|
217
|
+
} | undefined;
|
|
218
|
+
MuiCardHeader?: {
|
|
219
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardHeader"];
|
|
220
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardHeaderClasses, "MuiCardHeader", import('@mui/material').Theme>> | undefined;
|
|
221
|
+
variants?: {
|
|
222
|
+
props: Partial<import('@mui/material').CardHeaderProps> | ((props: Partial<import('@mui/material').CardHeaderProps> & {
|
|
223
|
+
ownerState: Partial<import('@mui/material').CardHeaderProps>;
|
|
224
|
+
}) => boolean);
|
|
225
|
+
style: import('@mui/material').Interpolation<{
|
|
226
|
+
theme: import('@mui/material').Theme;
|
|
227
|
+
}>;
|
|
228
|
+
}[] | undefined;
|
|
229
|
+
} | undefined;
|
|
230
|
+
MuiCardMedia?: {
|
|
231
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardMedia"];
|
|
232
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardMediaClasses, "MuiCardMedia", import('@mui/material').Theme>> | undefined;
|
|
233
|
+
variants?: {
|
|
234
|
+
props: Partial<import('@mui/material').CardMediaProps> | ((props: Partial<import('@mui/material').CardMediaProps> & {
|
|
235
|
+
ownerState: Partial<import('@mui/material').CardMediaProps>;
|
|
236
|
+
}) => boolean);
|
|
237
|
+
style: import('@mui/material').Interpolation<{
|
|
238
|
+
theme: import('@mui/material').Theme;
|
|
239
|
+
}>;
|
|
240
|
+
}[] | undefined;
|
|
241
|
+
} | undefined;
|
|
242
|
+
MuiCheckbox?: {
|
|
243
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCheckbox"];
|
|
244
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CheckboxClasses, "MuiCheckbox", import('@mui/material').Theme>> | undefined;
|
|
245
|
+
variants?: {
|
|
246
|
+
props: Partial<import('@mui/material').CheckboxProps> | ((props: Partial<import('@mui/material').CheckboxProps> & {
|
|
247
|
+
ownerState: Partial<import('@mui/material').CheckboxProps>;
|
|
248
|
+
}) => boolean);
|
|
249
|
+
style: import('@mui/material').Interpolation<{
|
|
250
|
+
theme: import('@mui/material').Theme;
|
|
251
|
+
}>;
|
|
252
|
+
}[] | undefined;
|
|
253
|
+
} | undefined;
|
|
254
|
+
MuiChip?: {
|
|
255
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiChip"];
|
|
256
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ChipClasses, "MuiChip", import('@mui/material').Theme>> | undefined;
|
|
257
|
+
variants?: {
|
|
258
|
+
props: Partial<import('@mui/material').ChipProps> | ((props: Partial<import('@mui/material').ChipProps> & {
|
|
259
|
+
ownerState: Partial<import('@mui/material').ChipProps>;
|
|
260
|
+
}) => boolean);
|
|
261
|
+
style: import('@mui/material').Interpolation<{
|
|
262
|
+
theme: import('@mui/material').Theme;
|
|
263
|
+
}>;
|
|
264
|
+
}[] | undefined;
|
|
265
|
+
} | undefined;
|
|
266
|
+
MuiCircularProgress?: {
|
|
267
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCircularProgress"];
|
|
268
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CircularProgressClasses, "MuiCircularProgress", import('@mui/material').Theme>> | undefined;
|
|
269
|
+
variants?: {
|
|
270
|
+
props: Partial<import('@mui/material').CircularProgressProps> | ((props: Partial<import('@mui/material').CircularProgressProps> & {
|
|
271
|
+
ownerState: Partial<import('@mui/material').CircularProgressProps>;
|
|
272
|
+
}) => boolean);
|
|
273
|
+
style: import('@mui/material').Interpolation<{
|
|
274
|
+
theme: import('@mui/material').Theme;
|
|
275
|
+
}>;
|
|
276
|
+
}[] | undefined;
|
|
277
|
+
} | undefined;
|
|
278
|
+
MuiCollapse?: {
|
|
279
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCollapse"];
|
|
280
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CollapseClasses, "MuiCollapse", import('@mui/material').Theme>> | undefined;
|
|
281
|
+
variants?: {
|
|
282
|
+
props: Partial<import('@mui/material').CollapseProps> | ((props: Partial<import('@mui/material').CollapseProps> & {
|
|
283
|
+
ownerState: Partial<import('@mui/material').CollapseProps>;
|
|
284
|
+
}) => boolean);
|
|
285
|
+
style: import('@mui/material').Interpolation<{
|
|
286
|
+
theme: import('@mui/material').Theme;
|
|
287
|
+
}>;
|
|
288
|
+
}[] | undefined;
|
|
289
|
+
} | undefined;
|
|
290
|
+
MuiContainer?: {
|
|
291
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiContainer"];
|
|
292
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ContainerClasses, "MuiContainer", import('@mui/material').Theme>> | undefined;
|
|
293
|
+
variants?: {
|
|
294
|
+
props: Partial<import('@mui/material').ContainerProps> | ((props: Partial<import('@mui/material').ContainerProps> & {
|
|
295
|
+
ownerState: Partial<import('@mui/material').ContainerProps>;
|
|
296
|
+
}) => boolean);
|
|
297
|
+
style: import('@mui/material').Interpolation<{
|
|
298
|
+
theme: import('@mui/material').Theme;
|
|
299
|
+
}>;
|
|
300
|
+
}[] | undefined;
|
|
301
|
+
} | undefined;
|
|
302
|
+
MuiCssBaseline?: {
|
|
303
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCssBaseline"];
|
|
304
|
+
styleOverrides?: string | import('@mui/material').CSSObject | ((theme: import('@mui/material').Theme) => import('@mui/material').CSSInterpolation) | undefined;
|
|
305
|
+
variants?: {
|
|
306
|
+
props: Partial<import('@mui/material').CssBaselineProps> | ((props: Partial<import('@mui/material').CssBaselineProps> & {
|
|
307
|
+
ownerState: Partial<import('@mui/material').CssBaselineProps>;
|
|
308
|
+
}) => boolean);
|
|
309
|
+
style: import('@mui/material').Interpolation<{
|
|
310
|
+
theme: import('@mui/material').Theme;
|
|
311
|
+
}>;
|
|
312
|
+
}[] | undefined;
|
|
313
|
+
} | undefined;
|
|
314
|
+
MuiDialog?: {
|
|
315
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialog"];
|
|
316
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DialogClasses, "MuiDialog", import('@mui/material').Theme>> | undefined;
|
|
317
|
+
variants?: {
|
|
318
|
+
props: Partial<import('@mui/material').DialogProps> | ((props: Partial<import('@mui/material').DialogProps> & {
|
|
319
|
+
ownerState: Partial<import('@mui/material').DialogProps>;
|
|
320
|
+
}) => boolean);
|
|
321
|
+
style: import('@mui/material').Interpolation<{
|
|
322
|
+
theme: import('@mui/material').Theme;
|
|
323
|
+
}>;
|
|
324
|
+
}[] | undefined;
|
|
325
|
+
} | undefined;
|
|
326
|
+
MuiDialogActions?: {
|
|
327
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogActions"];
|
|
328
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DialogActionsClasses, "MuiDialogActions", import('@mui/material').Theme>> | undefined;
|
|
329
|
+
variants?: {
|
|
330
|
+
props: Partial<import('@mui/material').DialogActionsProps> | ((props: Partial<import('@mui/material').DialogActionsProps> & {
|
|
331
|
+
ownerState: Partial<import('@mui/material').DialogActionsProps>;
|
|
332
|
+
}) => boolean);
|
|
333
|
+
style: import('@mui/material').Interpolation<{
|
|
334
|
+
theme: import('@mui/material').Theme;
|
|
335
|
+
}>;
|
|
336
|
+
}[] | undefined;
|
|
337
|
+
} | undefined;
|
|
338
|
+
MuiDialogContent?: {
|
|
339
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogContent"];
|
|
340
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DialogContentClasses, "MuiDialogContent", import('@mui/material').Theme>> | undefined;
|
|
341
|
+
variants?: {
|
|
342
|
+
props: Partial<import('@mui/material').DialogContentProps> | ((props: Partial<import('@mui/material').DialogContentProps> & {
|
|
343
|
+
ownerState: Partial<import('@mui/material').DialogContentProps>;
|
|
344
|
+
}) => boolean);
|
|
345
|
+
style: import('@mui/material').Interpolation<{
|
|
346
|
+
theme: import('@mui/material').Theme;
|
|
347
|
+
}>;
|
|
348
|
+
}[] | undefined;
|
|
349
|
+
} | undefined;
|
|
350
|
+
MuiDialogContentText?: {
|
|
351
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogContentText"];
|
|
352
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiDialogContentText", import('@mui/material').Theme>> | undefined;
|
|
353
|
+
variants?: {
|
|
354
|
+
props: Partial<import('@mui/material').DialogContentTextProps> | ((props: Partial<import('@mui/material').DialogContentTextProps> & {
|
|
355
|
+
ownerState: Partial<import('@mui/material').DialogContentTextProps>;
|
|
356
|
+
}) => boolean);
|
|
357
|
+
style: import('@mui/material').Interpolation<{
|
|
358
|
+
theme: import('@mui/material').Theme;
|
|
359
|
+
}>;
|
|
360
|
+
}[] | undefined;
|
|
361
|
+
} | undefined;
|
|
362
|
+
MuiDialogTitle?: {
|
|
363
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogTitle"];
|
|
364
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiDialogTitle", import('@mui/material').Theme>> | undefined;
|
|
365
|
+
variants?: {
|
|
366
|
+
props: Partial<import('@mui/material').DialogTitleProps> | ((props: Partial<import('@mui/material').DialogTitleProps> & {
|
|
367
|
+
ownerState: Partial<import('@mui/material').DialogTitleProps>;
|
|
368
|
+
}) => boolean);
|
|
369
|
+
style: import('@mui/material').Interpolation<{
|
|
370
|
+
theme: import('@mui/material').Theme;
|
|
371
|
+
}>;
|
|
372
|
+
}[] | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
MuiDivider?: {
|
|
375
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDivider"];
|
|
376
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DividerClasses, "MuiDivider", import('@mui/material').Theme>> | undefined;
|
|
377
|
+
variants?: {
|
|
378
|
+
props: Partial<import('@mui/material').DividerProps> | ((props: Partial<import('@mui/material').DividerProps> & {
|
|
379
|
+
ownerState: Partial<import('@mui/material').DividerProps>;
|
|
380
|
+
}) => boolean);
|
|
381
|
+
style: import('@mui/material').Interpolation<{
|
|
382
|
+
theme: import('@mui/material').Theme;
|
|
383
|
+
}>;
|
|
384
|
+
}[] | undefined;
|
|
385
|
+
} | undefined;
|
|
386
|
+
MuiDrawer?: {
|
|
387
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDrawer"];
|
|
388
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DrawerClasses, "MuiDrawer", import('@mui/material').Theme>> | undefined;
|
|
389
|
+
variants?: {
|
|
390
|
+
props: Partial<import('@mui/material').DrawerProps> | ((props: Partial<import('@mui/material').DrawerProps> & {
|
|
391
|
+
ownerState: Partial<import('@mui/material').DrawerProps>;
|
|
392
|
+
}) => boolean);
|
|
393
|
+
style: import('@mui/material').Interpolation<{
|
|
394
|
+
theme: import('@mui/material').Theme;
|
|
395
|
+
}>;
|
|
396
|
+
}[] | undefined;
|
|
397
|
+
} | undefined;
|
|
398
|
+
MuiAccordion?: {
|
|
399
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordion"];
|
|
400
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AccordionClasses, "MuiAccordion", import('@mui/material').Theme>> | undefined;
|
|
401
|
+
variants?: {
|
|
402
|
+
props: Partial<import('@mui/material').AccordionProps> | ((props: Partial<import('@mui/material').AccordionProps> & {
|
|
403
|
+
ownerState: Partial<import('@mui/material').AccordionProps>;
|
|
404
|
+
}) => boolean);
|
|
405
|
+
style: import('@mui/material').Interpolation<{
|
|
406
|
+
theme: import('@mui/material').Theme;
|
|
407
|
+
}>;
|
|
408
|
+
}[] | undefined;
|
|
409
|
+
} | undefined;
|
|
410
|
+
MuiAccordionActions?: {
|
|
411
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordionActions"];
|
|
412
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AccordionActionsClasses, "MuiAccordionActions", import('@mui/material').Theme>> | undefined;
|
|
413
|
+
variants?: {
|
|
414
|
+
props: Partial<import('@mui/material').AccordionActionsProps> | ((props: Partial<import('@mui/material').AccordionActionsProps> & {
|
|
415
|
+
ownerState: Partial<import('@mui/material').AccordionActionsProps>;
|
|
416
|
+
}) => boolean);
|
|
417
|
+
style: import('@mui/material').Interpolation<{
|
|
418
|
+
theme: import('@mui/material').Theme;
|
|
419
|
+
}>;
|
|
420
|
+
}[] | undefined;
|
|
421
|
+
} | undefined;
|
|
422
|
+
MuiAccordionDetails?: {
|
|
423
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordionDetails"];
|
|
424
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiAccordionDetails", import('@mui/material').Theme>> | undefined;
|
|
425
|
+
variants?: {
|
|
426
|
+
props: Partial<import('@mui/material').AccordionDetailsProps> | ((props: Partial<import('@mui/material').AccordionDetailsProps> & {
|
|
427
|
+
ownerState: Partial<import('@mui/material').AccordionDetailsProps>;
|
|
428
|
+
}) => boolean);
|
|
429
|
+
style: import('@mui/material').Interpolation<{
|
|
430
|
+
theme: import('@mui/material').Theme;
|
|
431
|
+
}>;
|
|
432
|
+
}[] | undefined;
|
|
433
|
+
} | undefined;
|
|
434
|
+
MuiAccordionSummary?: {
|
|
435
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordionSummary"];
|
|
436
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AccordionSummaryClasses, "MuiAccordionSummary", import('@mui/material').Theme>> | undefined;
|
|
437
|
+
variants?: {
|
|
438
|
+
props: Partial<import('@mui/material').AccordionSummaryProps> | ((props: Partial<import('@mui/material').AccordionSummaryProps> & {
|
|
439
|
+
ownerState: Partial<import('@mui/material').AccordionSummaryProps>;
|
|
440
|
+
}) => boolean);
|
|
441
|
+
style: import('@mui/material').Interpolation<{
|
|
442
|
+
theme: import('@mui/material').Theme;
|
|
443
|
+
}>;
|
|
444
|
+
}[] | undefined;
|
|
445
|
+
} | undefined;
|
|
446
|
+
MuiFab?: {
|
|
447
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFab"];
|
|
448
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FabClasses, "MuiFab", import('@mui/material').Theme>> | undefined;
|
|
449
|
+
variants?: {
|
|
450
|
+
props: Partial<import('@mui/material').FabProps> | ((props: Partial<import('@mui/material').FabProps> & {
|
|
451
|
+
ownerState: Partial<import('@mui/material').FabProps>;
|
|
452
|
+
}) => boolean);
|
|
453
|
+
style: import('@mui/material').Interpolation<{
|
|
454
|
+
theme: import('@mui/material').Theme;
|
|
455
|
+
}>;
|
|
456
|
+
}[] | undefined;
|
|
457
|
+
} | undefined;
|
|
458
|
+
MuiFilledInput?: {
|
|
459
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFilledInput"];
|
|
460
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FilledInputClasses, "MuiFilledInput", import('@mui/material').Theme>> | undefined;
|
|
461
|
+
variants?: {
|
|
462
|
+
props: Partial<import('@mui/material').FilledInputProps> | ((props: Partial<import('@mui/material').FilledInputProps> & {
|
|
463
|
+
ownerState: Partial<import('@mui/material').FilledInputProps>;
|
|
464
|
+
}) => boolean);
|
|
465
|
+
style: import('@mui/material').Interpolation<{
|
|
466
|
+
theme: import('@mui/material').Theme;
|
|
467
|
+
}>;
|
|
468
|
+
}[] | undefined;
|
|
469
|
+
} | undefined;
|
|
470
|
+
MuiFormControl?: {
|
|
471
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormControl"];
|
|
472
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormControlClasses, "MuiFormControl", import('@mui/material').Theme>> | undefined;
|
|
473
|
+
variants?: {
|
|
474
|
+
props: Partial<import('@mui/material').FormControlProps> | ((props: Partial<import('@mui/material').FormControlProps> & {
|
|
475
|
+
ownerState: Partial<import('@mui/material').FormControlProps>;
|
|
476
|
+
}) => boolean);
|
|
477
|
+
style: import('@mui/material').Interpolation<{
|
|
478
|
+
theme: import('@mui/material').Theme;
|
|
479
|
+
}>;
|
|
480
|
+
}[] | undefined;
|
|
481
|
+
} | undefined;
|
|
482
|
+
MuiFormControlLabel?: {
|
|
483
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormControlLabel"];
|
|
484
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormControlLabelClasses, "MuiFormControlLabel", import('@mui/material').Theme>> | undefined;
|
|
485
|
+
variants?: {
|
|
486
|
+
props: Partial<import('@mui/material').FormControlLabelProps> | ((props: Partial<import('@mui/material').FormControlLabelProps> & {
|
|
487
|
+
ownerState: Partial<import('@mui/material').FormControlLabelProps>;
|
|
488
|
+
}) => boolean);
|
|
489
|
+
style: import('@mui/material').Interpolation<{
|
|
490
|
+
theme: import('@mui/material').Theme;
|
|
491
|
+
}>;
|
|
492
|
+
}[] | undefined;
|
|
493
|
+
} | undefined;
|
|
494
|
+
MuiFormGroup?: {
|
|
495
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormGroup"];
|
|
496
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormGroupClasses, "MuiFormGroup", import('@mui/material').Theme>> | undefined;
|
|
497
|
+
variants?: {
|
|
498
|
+
props: Partial<import('@mui/material').FormGroupProps> | ((props: Partial<import('@mui/material').FormGroupProps> & {
|
|
499
|
+
ownerState: Partial<import('@mui/material').FormGroupProps>;
|
|
500
|
+
}) => boolean);
|
|
501
|
+
style: import('@mui/material').Interpolation<{
|
|
502
|
+
theme: import('@mui/material').Theme;
|
|
503
|
+
}>;
|
|
504
|
+
}[] | undefined;
|
|
505
|
+
} | undefined;
|
|
506
|
+
MuiFormHelperText?: {
|
|
507
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormHelperText"];
|
|
508
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormHelperTextClasses, "MuiFormHelperText", import('@mui/material').Theme>> | undefined;
|
|
509
|
+
variants?: {
|
|
510
|
+
props: Partial<import('@mui/material').FormHelperTextProps> | ((props: Partial<import('@mui/material').FormHelperTextProps> & {
|
|
511
|
+
ownerState: Partial<import('@mui/material').FormHelperTextProps>;
|
|
512
|
+
}) => boolean);
|
|
513
|
+
style: import('@mui/material').Interpolation<{
|
|
514
|
+
theme: import('@mui/material').Theme;
|
|
515
|
+
}>;
|
|
516
|
+
}[] | undefined;
|
|
517
|
+
} | undefined;
|
|
518
|
+
MuiFormLabel?: {
|
|
519
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormLabel"];
|
|
520
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormLabelClasses, "MuiFormLabel", import('@mui/material').Theme>> | undefined;
|
|
521
|
+
variants?: {
|
|
522
|
+
props: Partial<import('@mui/material').FormLabelProps> | ((props: Partial<import('@mui/material').FormLabelProps> & {
|
|
523
|
+
ownerState: Partial<import('@mui/material').FormLabelProps>;
|
|
524
|
+
}) => boolean);
|
|
525
|
+
style: import('@mui/material').Interpolation<{
|
|
526
|
+
theme: import('@mui/material').Theme;
|
|
527
|
+
}>;
|
|
528
|
+
}[] | undefined;
|
|
529
|
+
} | undefined;
|
|
530
|
+
MuiGrid?: {
|
|
531
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiGrid"];
|
|
532
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material/Grid').GridClasses, "MuiGrid", import('@mui/material').Theme>> | undefined;
|
|
533
|
+
variants?: {
|
|
534
|
+
props: Partial<import('@mui/material').GridProps> | ((props: Partial<import('@mui/material').GridProps> & {
|
|
535
|
+
ownerState: Partial<import('@mui/material').GridProps>;
|
|
536
|
+
}) => boolean);
|
|
537
|
+
style: import('@mui/material').Interpolation<{
|
|
538
|
+
theme: import('@mui/material').Theme;
|
|
539
|
+
}>;
|
|
540
|
+
}[] | undefined;
|
|
541
|
+
} | undefined;
|
|
542
|
+
MuiGrid2?: {
|
|
543
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiGrid2"];
|
|
544
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').Grid2Classes, "MuiGrid2", import('@mui/material').Theme>> | undefined;
|
|
545
|
+
variants?: {
|
|
546
|
+
props: Partial<import('@mui/material').Grid2Props> | ((props: Partial<import('@mui/material').Grid2Props> & {
|
|
547
|
+
ownerState: Partial<import('@mui/material').Grid2Props>;
|
|
548
|
+
}) => boolean);
|
|
549
|
+
style: import('@mui/material').Interpolation<{
|
|
550
|
+
theme: import('@mui/material').Theme;
|
|
551
|
+
}>;
|
|
552
|
+
}[] | undefined;
|
|
553
|
+
} | undefined;
|
|
554
|
+
MuiImageList?: {
|
|
555
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiImageList"];
|
|
556
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ImageListClasses, "MuiImageList", import('@mui/material').Theme>> | undefined;
|
|
557
|
+
variants?: {
|
|
558
|
+
props: Partial<import('@mui/material').ImageListProps> | ((props: Partial<import('@mui/material').ImageListProps> & {
|
|
559
|
+
ownerState: Partial<import('@mui/material').ImageListProps>;
|
|
560
|
+
}) => boolean);
|
|
561
|
+
style: import('@mui/material').Interpolation<{
|
|
562
|
+
theme: import('@mui/material').Theme;
|
|
563
|
+
}>;
|
|
564
|
+
}[] | undefined;
|
|
565
|
+
} | undefined;
|
|
566
|
+
MuiImageListItem?: {
|
|
567
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiImageListItem"];
|
|
568
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ImageListItemClasses, "MuiImageListItem", import('@mui/material').Theme>> | undefined;
|
|
569
|
+
variants?: {
|
|
570
|
+
props: Partial<import('@mui/material').ImageListItemProps> | ((props: Partial<import('@mui/material').ImageListItemProps> & {
|
|
571
|
+
ownerState: Partial<import('@mui/material').ImageListItemProps>;
|
|
572
|
+
}) => boolean);
|
|
573
|
+
style: import('@mui/material').Interpolation<{
|
|
574
|
+
theme: import('@mui/material').Theme;
|
|
575
|
+
}>;
|
|
576
|
+
}[] | undefined;
|
|
577
|
+
} | undefined;
|
|
578
|
+
MuiImageListItemBar?: {
|
|
579
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiImageListItemBar"];
|
|
580
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ImageListItemBarClasses, "MuiImageListItemBar", import('@mui/material').Theme>> | undefined;
|
|
581
|
+
variants?: {
|
|
582
|
+
props: Partial<import('@mui/material').ImageListItemBarProps> | ((props: Partial<import('@mui/material').ImageListItemBarProps> & {
|
|
583
|
+
ownerState: Partial<import('@mui/material').ImageListItemBarProps>;
|
|
584
|
+
}) => boolean);
|
|
585
|
+
style: import('@mui/material').Interpolation<{
|
|
586
|
+
theme: import('@mui/material').Theme;
|
|
587
|
+
}>;
|
|
588
|
+
}[] | undefined;
|
|
589
|
+
} | undefined;
|
|
590
|
+
MuiIcon?: {
|
|
591
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiIcon"];
|
|
592
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').IconClasses, "MuiIcon", import('@mui/material').Theme>> | undefined;
|
|
593
|
+
variants?: {
|
|
594
|
+
props: Partial<import('@mui/material').IconProps> | ((props: Partial<import('@mui/material').IconProps> & {
|
|
595
|
+
ownerState: Partial<import('@mui/material').IconProps>;
|
|
596
|
+
}) => boolean);
|
|
597
|
+
style: import('@mui/material').Interpolation<{
|
|
598
|
+
theme: import('@mui/material').Theme;
|
|
599
|
+
}>;
|
|
600
|
+
}[] | undefined;
|
|
601
|
+
} | undefined;
|
|
602
|
+
MuiIconButton?: {
|
|
603
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiIconButton"];
|
|
604
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').IconButtonClasses, "MuiIconButton", import('@mui/material').Theme>> | undefined;
|
|
605
|
+
variants?: {
|
|
606
|
+
props: Partial<import('@mui/material').IconButtonProps> | ((props: Partial<import('@mui/material').IconButtonProps> & {
|
|
607
|
+
ownerState: Partial<import('@mui/material').IconButtonProps>;
|
|
608
|
+
}) => boolean);
|
|
609
|
+
style: import('@mui/material').Interpolation<{
|
|
610
|
+
theme: import('@mui/material').Theme;
|
|
611
|
+
}>;
|
|
612
|
+
}[] | undefined;
|
|
613
|
+
} | undefined;
|
|
614
|
+
MuiInput?: {
|
|
615
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInput"];
|
|
616
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputClasses, "MuiInput", import('@mui/material').Theme>> | undefined;
|
|
617
|
+
variants?: {
|
|
618
|
+
props: Partial<import('@mui/material').InputProps> | ((props: Partial<import('@mui/material').InputProps> & {
|
|
619
|
+
ownerState: Partial<import('@mui/material').InputProps>;
|
|
620
|
+
}) => boolean);
|
|
621
|
+
style: import('@mui/material').Interpolation<{
|
|
622
|
+
theme: import('@mui/material').Theme;
|
|
623
|
+
}>;
|
|
624
|
+
}[] | undefined;
|
|
625
|
+
} | undefined;
|
|
626
|
+
MuiInputAdornment?: {
|
|
627
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInputAdornment"];
|
|
628
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputAdornmentClasses, "MuiInputAdornment", import('@mui/material').Theme>> | undefined;
|
|
629
|
+
variants?: {
|
|
630
|
+
props: Partial<import('@mui/material').InputAdornmentProps> | ((props: Partial<import('@mui/material').InputAdornmentProps> & {
|
|
631
|
+
ownerState: Partial<import('@mui/material').InputAdornmentProps>;
|
|
632
|
+
}) => boolean);
|
|
633
|
+
style: import('@mui/material').Interpolation<{
|
|
634
|
+
theme: import('@mui/material').Theme;
|
|
635
|
+
}>;
|
|
636
|
+
}[] | undefined;
|
|
637
|
+
} | undefined;
|
|
638
|
+
MuiInputBase?: {
|
|
639
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInputBase"];
|
|
640
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputBaseClasses, "MuiInputBase", import('@mui/material').Theme>> | undefined;
|
|
641
|
+
variants?: {
|
|
642
|
+
props: Partial<import('@mui/material').InputBaseProps> | ((props: Partial<import('@mui/material').InputBaseProps> & {
|
|
643
|
+
ownerState: Partial<import('@mui/material').InputBaseProps>;
|
|
644
|
+
}) => boolean);
|
|
645
|
+
style: import('@mui/material').Interpolation<{
|
|
646
|
+
theme: import('@mui/material').Theme;
|
|
647
|
+
}>;
|
|
648
|
+
}[] | undefined;
|
|
649
|
+
} | undefined;
|
|
650
|
+
MuiInputLabel?: {
|
|
651
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInputLabel"];
|
|
652
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputLabelClasses, "MuiInputLabel", import('@mui/material').Theme>> | undefined;
|
|
653
|
+
variants?: {
|
|
654
|
+
props: Partial<import('@mui/material').InputLabelProps> | ((props: Partial<import('@mui/material').InputLabelProps> & {
|
|
655
|
+
ownerState: Partial<import('@mui/material').InputLabelProps>;
|
|
656
|
+
}) => boolean);
|
|
657
|
+
style: import('@mui/material').Interpolation<{
|
|
658
|
+
theme: import('@mui/material').Theme;
|
|
659
|
+
}>;
|
|
660
|
+
}[] | undefined;
|
|
661
|
+
} | undefined;
|
|
662
|
+
MuiLinearProgress?: {
|
|
663
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiLinearProgress"];
|
|
664
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').LinearProgressClasses, "MuiLinearProgress", import('@mui/material').Theme>> | undefined;
|
|
665
|
+
variants?: {
|
|
666
|
+
props: Partial<import('@mui/material').LinearProgressProps> | ((props: Partial<import('@mui/material').LinearProgressProps> & {
|
|
667
|
+
ownerState: Partial<import('@mui/material').LinearProgressProps>;
|
|
668
|
+
}) => boolean);
|
|
669
|
+
style: import('@mui/material').Interpolation<{
|
|
670
|
+
theme: import('@mui/material').Theme;
|
|
671
|
+
}>;
|
|
672
|
+
}[] | undefined;
|
|
673
|
+
} | undefined;
|
|
674
|
+
MuiLink?: {
|
|
675
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiLink"];
|
|
676
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').LinkClasses, "MuiLink", import('@mui/material').Theme>> | undefined;
|
|
677
|
+
variants?: {
|
|
678
|
+
props: Partial<import('@mui/material').LinkProps> | ((props: Partial<import('@mui/material').LinkProps> & {
|
|
679
|
+
ownerState: Partial<import('@mui/material').LinkProps>;
|
|
680
|
+
}) => boolean);
|
|
681
|
+
style: import('@mui/material').Interpolation<{
|
|
682
|
+
theme: import('@mui/material').Theme;
|
|
683
|
+
}>;
|
|
684
|
+
}[] | undefined;
|
|
685
|
+
} | undefined;
|
|
686
|
+
MuiList?: {
|
|
687
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiList"];
|
|
688
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListClasses, "MuiList", import('@mui/material').Theme>> | undefined;
|
|
689
|
+
variants?: {
|
|
690
|
+
props: Partial<import('@mui/material').ListProps> | ((props: Partial<import('@mui/material').ListProps> & {
|
|
691
|
+
ownerState: Partial<import('@mui/material').ListProps>;
|
|
692
|
+
}) => boolean);
|
|
693
|
+
style: import('@mui/material').Interpolation<{
|
|
694
|
+
theme: import('@mui/material').Theme;
|
|
695
|
+
}>;
|
|
696
|
+
}[] | undefined;
|
|
697
|
+
} | undefined;
|
|
698
|
+
MuiListItem?: {
|
|
699
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItem"];
|
|
700
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemClasses, "MuiListItem", import('@mui/material').Theme>> | undefined;
|
|
701
|
+
variants?: {
|
|
702
|
+
props: Partial<import('@mui/material').ListItemProps> | ((props: Partial<import('@mui/material').ListItemProps> & {
|
|
703
|
+
ownerState: Partial<import('@mui/material').ListItemProps>;
|
|
704
|
+
}) => boolean);
|
|
705
|
+
style: import('@mui/material').Interpolation<{
|
|
706
|
+
theme: import('@mui/material').Theme;
|
|
707
|
+
}>;
|
|
708
|
+
}[] | undefined;
|
|
709
|
+
} | undefined;
|
|
710
|
+
MuiListItemButton?: {
|
|
711
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemButton"];
|
|
712
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemButtonClasses, "MuiListItemButton", import('@mui/material').Theme>> | undefined;
|
|
713
|
+
variants?: {
|
|
714
|
+
props: Partial<import('@mui/material').ListItemButtonProps> | ((props: Partial<import('@mui/material').ListItemButtonProps> & {
|
|
715
|
+
ownerState: Partial<import('@mui/material').ListItemButtonProps>;
|
|
716
|
+
}) => boolean);
|
|
717
|
+
style: import('@mui/material').Interpolation<{
|
|
718
|
+
theme: import('@mui/material').Theme;
|
|
719
|
+
}>;
|
|
720
|
+
}[] | undefined;
|
|
721
|
+
} | undefined;
|
|
722
|
+
MuiListItemAvatar?: {
|
|
723
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemAvatar"];
|
|
724
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemAvatarClasses, "MuiListItemAvatar", import('@mui/material').Theme>> | undefined;
|
|
725
|
+
variants?: {
|
|
726
|
+
props: Partial<import('@mui/material').ListItemAvatarProps> | ((props: Partial<import('@mui/material').ListItemAvatarProps> & {
|
|
727
|
+
ownerState: Partial<import('@mui/material').ListItemAvatarProps>;
|
|
728
|
+
}) => boolean);
|
|
729
|
+
style: import('@mui/material').Interpolation<{
|
|
730
|
+
theme: import('@mui/material').Theme;
|
|
731
|
+
}>;
|
|
732
|
+
}[] | undefined;
|
|
733
|
+
} | undefined;
|
|
734
|
+
MuiListItemIcon?: {
|
|
735
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemIcon"];
|
|
736
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemIconClasses, "MuiListItemIcon", import('@mui/material').Theme>> | undefined;
|
|
737
|
+
variants?: {
|
|
738
|
+
props: Partial<import('@mui/material').ListItemIconProps> | ((props: Partial<import('@mui/material').ListItemIconProps> & {
|
|
739
|
+
ownerState: Partial<import('@mui/material').ListItemIconProps>;
|
|
740
|
+
}) => boolean);
|
|
741
|
+
style: import('@mui/material').Interpolation<{
|
|
742
|
+
theme: import('@mui/material').Theme;
|
|
743
|
+
}>;
|
|
744
|
+
}[] | undefined;
|
|
745
|
+
} | undefined;
|
|
746
|
+
MuiListItemSecondaryAction?: {
|
|
747
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemSecondaryAction"];
|
|
748
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemSecondaryActionClasses, "MuiListItemSecondaryAction", import('@mui/material').Theme>> | undefined;
|
|
749
|
+
variants?: {
|
|
750
|
+
props: Partial<import('@mui/material').ListItemSecondaryActionProps> | ((props: Partial<import('@mui/material').ListItemSecondaryActionProps> & {
|
|
751
|
+
ownerState: Partial<import('@mui/material').ListItemSecondaryActionProps>;
|
|
752
|
+
}) => boolean);
|
|
753
|
+
style: import('@mui/material').Interpolation<{
|
|
754
|
+
theme: import('@mui/material').Theme;
|
|
755
|
+
}>;
|
|
756
|
+
}[] | undefined;
|
|
757
|
+
} | undefined;
|
|
758
|
+
MuiListItemText?: {
|
|
759
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemText"];
|
|
760
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemTextClasses, "MuiListItemText", import('@mui/material').Theme>> | undefined;
|
|
761
|
+
variants?: {
|
|
762
|
+
props: Partial<import('@mui/material').ListItemTextProps<"span", "p">> | ((props: Partial<import('@mui/material').ListItemTextProps<"span", "p">> & {
|
|
763
|
+
ownerState: Partial<import('@mui/material').ListItemTextProps<"span", "p">>;
|
|
764
|
+
}) => boolean);
|
|
765
|
+
style: import('@mui/material').Interpolation<{
|
|
766
|
+
theme: import('@mui/material').Theme;
|
|
767
|
+
}>;
|
|
768
|
+
}[] | undefined;
|
|
769
|
+
} | undefined;
|
|
770
|
+
MuiListSubheader?: {
|
|
771
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListSubheader"];
|
|
772
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListSubheaderClasses, "MuiListSubheader", import('@mui/material').Theme>> | undefined;
|
|
773
|
+
variants?: {
|
|
774
|
+
props: Partial<import('@mui/material').ListSubheaderProps> | ((props: Partial<import('@mui/material').ListSubheaderProps> & {
|
|
775
|
+
ownerState: Partial<import('@mui/material').ListSubheaderProps>;
|
|
776
|
+
}) => boolean);
|
|
777
|
+
style: import('@mui/material').Interpolation<{
|
|
778
|
+
theme: import('@mui/material').Theme;
|
|
779
|
+
}>;
|
|
780
|
+
}[] | undefined;
|
|
781
|
+
} | undefined;
|
|
782
|
+
MuiMenu?: {
|
|
783
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMenu"];
|
|
784
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').MenuClasses, "MuiMenu", import('@mui/material').Theme>> | undefined;
|
|
785
|
+
variants?: {
|
|
786
|
+
props: Partial<import('@mui/material').MenuProps> | ((props: Partial<import('@mui/material').MenuProps> & {
|
|
787
|
+
ownerState: Partial<import('@mui/material').MenuProps>;
|
|
788
|
+
}) => boolean);
|
|
789
|
+
style: import('@mui/material').Interpolation<{
|
|
790
|
+
theme: import('@mui/material').Theme;
|
|
791
|
+
}>;
|
|
792
|
+
}[] | undefined;
|
|
793
|
+
} | undefined;
|
|
794
|
+
MuiMenuItem?: {
|
|
795
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMenuItem"];
|
|
796
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').MenuItemClasses, "MuiMenuItem", import('@mui/material').Theme>> | undefined;
|
|
797
|
+
variants?: {
|
|
798
|
+
props: Partial<import('@mui/material').MenuItemProps> | ((props: Partial<import('@mui/material').MenuItemProps> & {
|
|
799
|
+
ownerState: Partial<import('@mui/material').MenuItemProps>;
|
|
800
|
+
}) => boolean);
|
|
801
|
+
style: import('@mui/material').Interpolation<{
|
|
802
|
+
theme: import('@mui/material').Theme;
|
|
803
|
+
}>;
|
|
804
|
+
}[] | undefined;
|
|
805
|
+
} | undefined;
|
|
806
|
+
MuiMenuList?: {
|
|
807
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMenuList"];
|
|
808
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListClasses, "MuiMenuList", import('@mui/material').Theme>> | undefined;
|
|
809
|
+
variants?: {
|
|
810
|
+
props: Partial<import('@mui/material').MenuListProps> | ((props: Partial<import('@mui/material').MenuListProps> & {
|
|
811
|
+
ownerState: Partial<import('@mui/material').MenuListProps>;
|
|
812
|
+
}) => boolean);
|
|
813
|
+
style: import('@mui/material').Interpolation<{
|
|
814
|
+
theme: import('@mui/material').Theme;
|
|
815
|
+
}>;
|
|
816
|
+
}[] | undefined;
|
|
817
|
+
} | undefined;
|
|
818
|
+
MuiMobileStepper?: {
|
|
819
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMobileStepper"];
|
|
820
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').MobileStepperClasses, "MuiMobileStepper", import('@mui/material').Theme>> | undefined;
|
|
821
|
+
variants?: {
|
|
822
|
+
props: Partial<import('@mui/material').MobileStepperProps> | ((props: Partial<import('@mui/material').MobileStepperProps> & {
|
|
823
|
+
ownerState: Partial<import('@mui/material').MobileStepperProps>;
|
|
824
|
+
}) => boolean);
|
|
825
|
+
style: import('@mui/material').Interpolation<{
|
|
826
|
+
theme: import('@mui/material').Theme;
|
|
827
|
+
}>;
|
|
828
|
+
}[] | undefined;
|
|
829
|
+
} | undefined;
|
|
830
|
+
MuiModal?: {
|
|
831
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiModal"];
|
|
832
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ModalClasses, "MuiModal", import('@mui/material').Theme>> | undefined;
|
|
833
|
+
variants?: {
|
|
834
|
+
props: Partial<import('@mui/material').ModalProps> | ((props: Partial<import('@mui/material').ModalProps> & {
|
|
835
|
+
ownerState: Partial<import('@mui/material').ModalProps>;
|
|
836
|
+
}) => boolean);
|
|
837
|
+
style: import('@mui/material').Interpolation<{
|
|
838
|
+
theme: import('@mui/material').Theme;
|
|
839
|
+
}>;
|
|
840
|
+
}[] | undefined;
|
|
841
|
+
} | undefined;
|
|
842
|
+
MuiNativeSelect?: {
|
|
843
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiNativeSelect"];
|
|
844
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').NativeSelectClasses, "MuiNativeSelect", import('@mui/material').Theme>> | undefined;
|
|
845
|
+
variants?: {
|
|
846
|
+
props: Partial<import('@mui/material').NativeSelectProps> | ((props: Partial<import('@mui/material').NativeSelectProps> & {
|
|
847
|
+
ownerState: Partial<import('@mui/material').NativeSelectProps>;
|
|
848
|
+
}) => boolean);
|
|
849
|
+
style: import('@mui/material').Interpolation<{
|
|
850
|
+
theme: import('@mui/material').Theme;
|
|
851
|
+
}>;
|
|
852
|
+
}[] | undefined;
|
|
853
|
+
} | undefined;
|
|
854
|
+
MuiOutlinedInput?: {
|
|
855
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiOutlinedInput"];
|
|
856
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').OutlinedInputClasses, "MuiOutlinedInput", import('@mui/material').Theme>> | undefined;
|
|
857
|
+
variants?: {
|
|
858
|
+
props: Partial<import('@mui/material').OutlinedInputProps> | ((props: Partial<import('@mui/material').OutlinedInputProps> & {
|
|
859
|
+
ownerState: Partial<import('@mui/material').OutlinedInputProps>;
|
|
860
|
+
}) => boolean);
|
|
861
|
+
style: import('@mui/material').Interpolation<{
|
|
862
|
+
theme: import('@mui/material').Theme;
|
|
863
|
+
}>;
|
|
864
|
+
}[] | undefined;
|
|
865
|
+
} | undefined;
|
|
866
|
+
MuiPagination?: {
|
|
867
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPagination"];
|
|
868
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PaginationClasses, "MuiPagination", import('@mui/material').Theme>> | undefined;
|
|
869
|
+
variants?: {
|
|
870
|
+
props: Partial<import('@mui/material').PaginationProps> | ((props: Partial<import('@mui/material').PaginationProps> & {
|
|
871
|
+
ownerState: Partial<import('@mui/material').PaginationProps>;
|
|
872
|
+
}) => boolean);
|
|
873
|
+
style: import('@mui/material').Interpolation<{
|
|
874
|
+
theme: import('@mui/material').Theme;
|
|
875
|
+
}>;
|
|
876
|
+
}[] | undefined;
|
|
877
|
+
} | undefined;
|
|
878
|
+
MuiPaginationItem?: {
|
|
879
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPaginationItem"];
|
|
880
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PaginationItemClasses, "MuiPaginationItem", import('@mui/material').Theme>> | undefined;
|
|
881
|
+
variants?: {
|
|
882
|
+
props: Partial<import('@mui/material').PaginationItemProps> | ((props: Partial<import('@mui/material').PaginationItemProps> & {
|
|
883
|
+
ownerState: Partial<import('@mui/material').PaginationItemProps>;
|
|
884
|
+
}) => boolean);
|
|
885
|
+
style: import('@mui/material').Interpolation<{
|
|
886
|
+
theme: import('@mui/material').Theme;
|
|
887
|
+
}>;
|
|
888
|
+
}[] | undefined;
|
|
889
|
+
} | undefined;
|
|
890
|
+
MuiPaper?: {
|
|
891
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPaper"];
|
|
892
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PaperClasses, "MuiPaper", import('@mui/material').Theme>> | undefined;
|
|
893
|
+
variants?: {
|
|
894
|
+
props: Partial<import('@mui/material').PaperProps> | ((props: Partial<import('@mui/material').PaperProps> & {
|
|
895
|
+
ownerState: Partial<import('@mui/material').PaperProps>;
|
|
896
|
+
}) => boolean);
|
|
897
|
+
style: import('@mui/material').Interpolation<{
|
|
898
|
+
theme: import('@mui/material').Theme;
|
|
899
|
+
}>;
|
|
900
|
+
}[] | undefined;
|
|
901
|
+
} | undefined;
|
|
902
|
+
MuiPopper?: {
|
|
903
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPopper"];
|
|
904
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiPopper", import('@mui/material').Theme>> | undefined;
|
|
905
|
+
} | undefined;
|
|
906
|
+
MuiPopover?: {
|
|
907
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPopover"];
|
|
908
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PopoverClasses, "MuiPopover", import('@mui/material').Theme>> | undefined;
|
|
909
|
+
variants?: {
|
|
910
|
+
props: Partial<import('@mui/material').PopoverProps> | ((props: Partial<import('@mui/material').PopoverProps> & {
|
|
911
|
+
ownerState: Partial<import('@mui/material').PopoverProps>;
|
|
912
|
+
}) => boolean);
|
|
913
|
+
style: import('@mui/material').Interpolation<{
|
|
914
|
+
theme: import('@mui/material').Theme;
|
|
915
|
+
}>;
|
|
916
|
+
}[] | undefined;
|
|
917
|
+
} | undefined;
|
|
918
|
+
MuiRadio?: {
|
|
919
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiRadio"];
|
|
920
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').RadioClasses, "MuiRadio", import('@mui/material').Theme>> | undefined;
|
|
921
|
+
variants?: {
|
|
922
|
+
props: Partial<import('@mui/material').RadioProps> | ((props: Partial<import('@mui/material').RadioProps> & {
|
|
923
|
+
ownerState: Partial<import('@mui/material').RadioProps>;
|
|
924
|
+
}) => boolean);
|
|
925
|
+
style: import('@mui/material').Interpolation<{
|
|
926
|
+
theme: import('@mui/material').Theme;
|
|
927
|
+
}>;
|
|
928
|
+
}[] | undefined;
|
|
929
|
+
} | undefined;
|
|
930
|
+
MuiRadioGroup?: {
|
|
931
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiRadioGroup"];
|
|
932
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormGroupClasses, "MuiRadioGroup", import('@mui/material').Theme>> | undefined;
|
|
933
|
+
variants?: {
|
|
934
|
+
props: Partial<import('@mui/material').RadioGroupProps> | ((props: Partial<import('@mui/material').RadioGroupProps> & {
|
|
935
|
+
ownerState: Partial<import('@mui/material').RadioGroupProps>;
|
|
936
|
+
}) => boolean);
|
|
937
|
+
style: import('@mui/material').Interpolation<{
|
|
938
|
+
theme: import('@mui/material').Theme;
|
|
939
|
+
}>;
|
|
940
|
+
}[] | undefined;
|
|
941
|
+
} | undefined;
|
|
942
|
+
MuiRating?: {
|
|
943
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiRating"];
|
|
944
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').RatingClasses, "MuiRating", import('@mui/material').Theme>> | undefined;
|
|
945
|
+
variants?: {
|
|
946
|
+
props: Partial<import('@mui/material').RatingProps> | ((props: Partial<import('@mui/material').RatingProps> & {
|
|
947
|
+
ownerState: Partial<import('@mui/material').RatingProps>;
|
|
948
|
+
}) => boolean);
|
|
949
|
+
style: import('@mui/material').Interpolation<{
|
|
950
|
+
theme: import('@mui/material').Theme;
|
|
951
|
+
}>;
|
|
952
|
+
}[] | undefined;
|
|
953
|
+
} | undefined;
|
|
954
|
+
MuiScopedCssBaseline?: {
|
|
955
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiScopedCssBaseline"];
|
|
956
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiScopedCssBaseline", import('@mui/material').Theme>> | undefined;
|
|
957
|
+
variants?: {
|
|
958
|
+
props: Partial<import('@mui/material').ScopedCssBaselineProps> | ((props: Partial<import('@mui/material').ScopedCssBaselineProps> & {
|
|
959
|
+
ownerState: Partial<import('@mui/material').ScopedCssBaselineProps>;
|
|
960
|
+
}) => boolean);
|
|
961
|
+
style: import('@mui/material').Interpolation<{
|
|
962
|
+
theme: import('@mui/material').Theme;
|
|
963
|
+
}>;
|
|
964
|
+
}[] | undefined;
|
|
965
|
+
} | undefined;
|
|
966
|
+
MuiSelect?: {
|
|
967
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSelect"];
|
|
968
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SelectClasses, "MuiSelect", import('@mui/material').Theme>> | undefined;
|
|
969
|
+
variants?: {
|
|
970
|
+
props: Partial<import('@mui/material').SelectProps> | ((props: Partial<import('@mui/material').SelectProps> & {
|
|
971
|
+
ownerState: Partial<import('@mui/material').SelectProps>;
|
|
972
|
+
}) => boolean);
|
|
973
|
+
style: import('@mui/material').Interpolation<{
|
|
974
|
+
theme: import('@mui/material').Theme;
|
|
975
|
+
}>;
|
|
976
|
+
}[] | undefined;
|
|
977
|
+
} | undefined;
|
|
978
|
+
MuiSkeleton?: {
|
|
979
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSkeleton"];
|
|
980
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SkeletonClasses, "MuiSkeleton", import('@mui/material').Theme>> | undefined;
|
|
981
|
+
variants?: {
|
|
982
|
+
props: Partial<import('@mui/material').SkeletonProps> | ((props: Partial<import('@mui/material').SkeletonProps> & {
|
|
983
|
+
ownerState: Partial<import('@mui/material').SkeletonProps>;
|
|
984
|
+
}) => boolean);
|
|
985
|
+
style: import('@mui/material').Interpolation<{
|
|
986
|
+
theme: import('@mui/material').Theme;
|
|
987
|
+
}>;
|
|
988
|
+
}[] | undefined;
|
|
989
|
+
} | undefined;
|
|
990
|
+
MuiSlider?: {
|
|
991
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSlider"];
|
|
992
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SliderClasses, "MuiSlider", import('@mui/material').Theme>> | undefined;
|
|
993
|
+
variants?: {
|
|
994
|
+
props: Partial<import('@mui/material').SliderProps> | ((props: Partial<import('@mui/material').SliderProps> & {
|
|
995
|
+
ownerState: Partial<import('@mui/material').SliderProps>;
|
|
996
|
+
}) => boolean);
|
|
997
|
+
style: import('@mui/material').Interpolation<{
|
|
998
|
+
theme: import('@mui/material').Theme;
|
|
999
|
+
}>;
|
|
1000
|
+
}[] | undefined;
|
|
1001
|
+
} | undefined;
|
|
1002
|
+
MuiSnackbar?: {
|
|
1003
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSnackbar"];
|
|
1004
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SnackbarClasses, "MuiSnackbar", import('@mui/material').Theme>> | undefined;
|
|
1005
|
+
variants?: {
|
|
1006
|
+
props: Partial<import('@mui/material').SnackbarProps> | ((props: Partial<import('@mui/material').SnackbarProps> & {
|
|
1007
|
+
ownerState: Partial<import('@mui/material').SnackbarProps>;
|
|
1008
|
+
}) => boolean);
|
|
1009
|
+
style: import('@mui/material').Interpolation<{
|
|
1010
|
+
theme: import('@mui/material').Theme;
|
|
1011
|
+
}>;
|
|
1012
|
+
}[] | undefined;
|
|
1013
|
+
} | undefined;
|
|
1014
|
+
MuiSnackbarContent?: {
|
|
1015
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSnackbarContent"];
|
|
1016
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SnackbarContentClasses, "MuiSnackbarContent", import('@mui/material').Theme>> | undefined;
|
|
1017
|
+
variants?: {
|
|
1018
|
+
props: Partial<import('@mui/material').SnackbarContentProps> | ((props: Partial<import('@mui/material').SnackbarContentProps> & {
|
|
1019
|
+
ownerState: Partial<import('@mui/material').SnackbarContentProps>;
|
|
1020
|
+
}) => boolean);
|
|
1021
|
+
style: import('@mui/material').Interpolation<{
|
|
1022
|
+
theme: import('@mui/material').Theme;
|
|
1023
|
+
}>;
|
|
1024
|
+
}[] | undefined;
|
|
1025
|
+
} | undefined;
|
|
1026
|
+
MuiSpeedDial?: {
|
|
1027
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSpeedDial"];
|
|
1028
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SpeedDialClasses, "MuiSpeedDial", import('@mui/material').Theme>> | undefined;
|
|
1029
|
+
variants?: {
|
|
1030
|
+
props: Partial<import('@mui/material').SpeedDialProps> | ((props: Partial<import('@mui/material').SpeedDialProps> & {
|
|
1031
|
+
ownerState: Partial<import('@mui/material').SpeedDialProps>;
|
|
1032
|
+
}) => boolean);
|
|
1033
|
+
style: import('@mui/material').Interpolation<{
|
|
1034
|
+
theme: import('@mui/material').Theme;
|
|
1035
|
+
}>;
|
|
1036
|
+
}[] | undefined;
|
|
1037
|
+
} | undefined;
|
|
1038
|
+
MuiSpeedDialAction?: {
|
|
1039
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSpeedDialAction"];
|
|
1040
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SpeedDialActionClasses, "MuiSpeedDialAction", import('@mui/material').Theme>> | undefined;
|
|
1041
|
+
variants?: {
|
|
1042
|
+
props: Partial<import('@mui/material').SpeedDialActionProps> | ((props: Partial<import('@mui/material').SpeedDialActionProps> & {
|
|
1043
|
+
ownerState: Partial<import('@mui/material').SpeedDialActionProps>;
|
|
1044
|
+
}) => boolean);
|
|
1045
|
+
style: import('@mui/material').Interpolation<{
|
|
1046
|
+
theme: import('@mui/material').Theme;
|
|
1047
|
+
}>;
|
|
1048
|
+
}[] | undefined;
|
|
1049
|
+
} | undefined;
|
|
1050
|
+
MuiSpeedDialIcon?: {
|
|
1051
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSpeedDialIcon"];
|
|
1052
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SpeedDialIconClasses, "MuiSpeedDialIcon", import('@mui/material').Theme>> | undefined;
|
|
1053
|
+
variants?: {
|
|
1054
|
+
props: Partial<import('@mui/material').SpeedDialIconProps> | ((props: Partial<import('@mui/material').SpeedDialIconProps> & {
|
|
1055
|
+
ownerState: Partial<import('@mui/material').SpeedDialIconProps>;
|
|
1056
|
+
}) => boolean);
|
|
1057
|
+
style: import('@mui/material').Interpolation<{
|
|
1058
|
+
theme: import('@mui/material').Theme;
|
|
1059
|
+
}>;
|
|
1060
|
+
}[] | undefined;
|
|
1061
|
+
} | undefined;
|
|
1062
|
+
MuiStack?: {
|
|
1063
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStack"];
|
|
1064
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiStack", import('@mui/material').Theme>> | undefined;
|
|
1065
|
+
variants?: {
|
|
1066
|
+
props: Partial<import('@mui/material').StackProps> | ((props: Partial<import('@mui/material').StackProps> & {
|
|
1067
|
+
ownerState: Partial<import('@mui/material').StackProps>;
|
|
1068
|
+
}) => boolean);
|
|
1069
|
+
style: import('@mui/material').Interpolation<{
|
|
1070
|
+
theme: import('@mui/material').Theme;
|
|
1071
|
+
}>;
|
|
1072
|
+
}[] | undefined;
|
|
1073
|
+
} | undefined;
|
|
1074
|
+
MuiStep?: {
|
|
1075
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStep"];
|
|
1076
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepClasses, "MuiStep", import('@mui/material').Theme>> | undefined;
|
|
1077
|
+
variants?: {
|
|
1078
|
+
props: Partial<import('@mui/material').StepProps> | ((props: Partial<import('@mui/material').StepProps> & {
|
|
1079
|
+
ownerState: Partial<import('@mui/material').StepProps>;
|
|
1080
|
+
}) => boolean);
|
|
1081
|
+
style: import('@mui/material').Interpolation<{
|
|
1082
|
+
theme: import('@mui/material').Theme;
|
|
1083
|
+
}>;
|
|
1084
|
+
}[] | undefined;
|
|
1085
|
+
} | undefined;
|
|
1086
|
+
MuiStepButton?: {
|
|
1087
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepButton"];
|
|
1088
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepButtonClasses, "MuiStepButton", import('@mui/material').Theme>> | undefined;
|
|
1089
|
+
variants?: {
|
|
1090
|
+
props: Partial<import('@mui/material').StepButtonProps> | ((props: Partial<import('@mui/material').StepButtonProps> & {
|
|
1091
|
+
ownerState: Partial<import('@mui/material').StepButtonProps>;
|
|
1092
|
+
}) => boolean);
|
|
1093
|
+
style: import('@mui/material').Interpolation<{
|
|
1094
|
+
theme: import('@mui/material').Theme;
|
|
1095
|
+
}>;
|
|
1096
|
+
}[] | undefined;
|
|
1097
|
+
} | undefined;
|
|
1098
|
+
MuiStepConnector?: {
|
|
1099
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepConnector"];
|
|
1100
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepConnectorClasses, "MuiStepConnector", import('@mui/material').Theme>> | undefined;
|
|
1101
|
+
variants?: {
|
|
1102
|
+
props: Partial<import('@mui/material').StepConnectorProps> | ((props: Partial<import('@mui/material').StepConnectorProps> & {
|
|
1103
|
+
ownerState: Partial<import('@mui/material').StepConnectorProps>;
|
|
1104
|
+
}) => boolean);
|
|
1105
|
+
style: import('@mui/material').Interpolation<{
|
|
1106
|
+
theme: import('@mui/material').Theme;
|
|
1107
|
+
}>;
|
|
1108
|
+
}[] | undefined;
|
|
1109
|
+
} | undefined;
|
|
1110
|
+
MuiStepContent?: {
|
|
1111
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepContent"];
|
|
1112
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepContentClasses, "MuiStepContent", import('@mui/material').Theme>> | undefined;
|
|
1113
|
+
variants?: {
|
|
1114
|
+
props: Partial<import('@mui/material').StepContentProps> | ((props: Partial<import('@mui/material').StepContentProps> & {
|
|
1115
|
+
ownerState: Partial<import('@mui/material').StepContentProps>;
|
|
1116
|
+
}) => boolean);
|
|
1117
|
+
style: import('@mui/material').Interpolation<{
|
|
1118
|
+
theme: import('@mui/material').Theme;
|
|
1119
|
+
}>;
|
|
1120
|
+
}[] | undefined;
|
|
1121
|
+
} | undefined;
|
|
1122
|
+
MuiStepIcon?: {
|
|
1123
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepIcon"];
|
|
1124
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepIconClasses, "MuiStepIcon", import('@mui/material').Theme>> | undefined;
|
|
1125
|
+
variants?: {
|
|
1126
|
+
props: Partial<import('@mui/material').StepIconProps> | ((props: Partial<import('@mui/material').StepIconProps> & {
|
|
1127
|
+
ownerState: Partial<import('@mui/material').StepIconProps>;
|
|
1128
|
+
}) => boolean);
|
|
1129
|
+
style: import('@mui/material').Interpolation<{
|
|
1130
|
+
theme: import('@mui/material').Theme;
|
|
1131
|
+
}>;
|
|
1132
|
+
}[] | undefined;
|
|
1133
|
+
} | undefined;
|
|
1134
|
+
MuiStepLabel?: {
|
|
1135
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepLabel"];
|
|
1136
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepLabelClasses, "MuiStepLabel", import('@mui/material').Theme>> | undefined;
|
|
1137
|
+
variants?: {
|
|
1138
|
+
props: Partial<import('@mui/material').StepLabelProps> | ((props: Partial<import('@mui/material').StepLabelProps> & {
|
|
1139
|
+
ownerState: Partial<import('@mui/material').StepLabelProps>;
|
|
1140
|
+
}) => boolean);
|
|
1141
|
+
style: import('@mui/material').Interpolation<{
|
|
1142
|
+
theme: import('@mui/material').Theme;
|
|
1143
|
+
}>;
|
|
1144
|
+
}[] | undefined;
|
|
1145
|
+
} | undefined;
|
|
1146
|
+
MuiStepper?: {
|
|
1147
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepper"];
|
|
1148
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepperClasses, "MuiStepper", import('@mui/material').Theme>> | undefined;
|
|
1149
|
+
variants?: {
|
|
1150
|
+
props: Partial<import('@mui/material').StepperProps> | ((props: Partial<import('@mui/material').StepperProps> & {
|
|
1151
|
+
ownerState: Partial<import('@mui/material').StepperProps>;
|
|
1152
|
+
}) => boolean);
|
|
1153
|
+
style: import('@mui/material').Interpolation<{
|
|
1154
|
+
theme: import('@mui/material').Theme;
|
|
1155
|
+
}>;
|
|
1156
|
+
}[] | undefined;
|
|
1157
|
+
} | undefined;
|
|
1158
|
+
MuiSvgIcon?: {
|
|
1159
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSvgIcon"];
|
|
1160
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SvgIconClasses, "MuiSvgIcon", import('@mui/material').Theme>> | undefined;
|
|
1161
|
+
variants?: {
|
|
1162
|
+
props: Partial<import('@mui/material').SvgIconProps> | ((props: Partial<import('@mui/material').SvgIconProps> & {
|
|
1163
|
+
ownerState: Partial<import('@mui/material').SvgIconProps>;
|
|
1164
|
+
}) => boolean);
|
|
1165
|
+
style: import('@mui/material').Interpolation<{
|
|
1166
|
+
theme: import('@mui/material').Theme;
|
|
1167
|
+
}>;
|
|
1168
|
+
}[] | undefined;
|
|
1169
|
+
} | undefined;
|
|
1170
|
+
MuiSwipeableDrawer?: {
|
|
1171
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSwipeableDrawer"];
|
|
1172
|
+
};
|
|
1173
|
+
MuiSwitch?: {
|
|
1174
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSwitch"];
|
|
1175
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SwitchClasses, "MuiSwitch", import('@mui/material').Theme>> | undefined;
|
|
1176
|
+
variants?: {
|
|
1177
|
+
props: Partial<import('@mui/material').SwitchProps> | ((props: Partial<import('@mui/material').SwitchProps> & {
|
|
1178
|
+
ownerState: Partial<import('@mui/material').SwitchProps>;
|
|
1179
|
+
}) => boolean);
|
|
1180
|
+
style: import('@mui/material').Interpolation<{
|
|
1181
|
+
theme: import('@mui/material').Theme;
|
|
1182
|
+
}>;
|
|
1183
|
+
}[] | undefined;
|
|
1184
|
+
} | undefined;
|
|
1185
|
+
MuiTab?: {
|
|
1186
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTab"];
|
|
1187
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TabClasses, "MuiTab", import('@mui/material').Theme>> | undefined;
|
|
1188
|
+
variants?: {
|
|
1189
|
+
props: Partial<import('@mui/material').TabProps> | ((props: Partial<import('@mui/material').TabProps> & {
|
|
1190
|
+
ownerState: Partial<import('@mui/material').TabProps>;
|
|
1191
|
+
}) => boolean);
|
|
1192
|
+
style: import('@mui/material').Interpolation<{
|
|
1193
|
+
theme: import('@mui/material').Theme;
|
|
1194
|
+
}>;
|
|
1195
|
+
}[] | undefined;
|
|
1196
|
+
} | undefined;
|
|
1197
|
+
MuiTable?: {
|
|
1198
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTable"];
|
|
1199
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableClasses, "MuiTable", import('@mui/material').Theme>> | undefined;
|
|
1200
|
+
variants?: {
|
|
1201
|
+
props: Partial<import('@mui/material').TableProps> | ((props: Partial<import('@mui/material').TableProps> & {
|
|
1202
|
+
ownerState: Partial<import('@mui/material').TableProps>;
|
|
1203
|
+
}) => boolean);
|
|
1204
|
+
style: import('@mui/material').Interpolation<{
|
|
1205
|
+
theme: import('@mui/material').Theme;
|
|
1206
|
+
}>;
|
|
1207
|
+
}[] | undefined;
|
|
1208
|
+
} | undefined;
|
|
1209
|
+
MuiTableBody?: {
|
|
1210
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableBody"];
|
|
1211
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableBody", import('@mui/material').Theme>> | undefined;
|
|
1212
|
+
variants?: {
|
|
1213
|
+
props: Partial<import('@mui/material').TableBodyProps> | ((props: Partial<import('@mui/material').TableBodyProps> & {
|
|
1214
|
+
ownerState: Partial<import('@mui/material').TableBodyProps>;
|
|
1215
|
+
}) => boolean);
|
|
1216
|
+
style: import('@mui/material').Interpolation<{
|
|
1217
|
+
theme: import('@mui/material').Theme;
|
|
1218
|
+
}>;
|
|
1219
|
+
}[] | undefined;
|
|
1220
|
+
} | undefined;
|
|
1221
|
+
MuiTableCell?: {
|
|
1222
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableCell"];
|
|
1223
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableCellClasses, "MuiTableCell", import('@mui/material').Theme>> | undefined;
|
|
1224
|
+
variants?: {
|
|
1225
|
+
props: Partial<import('@mui/material').TableCellProps> | ((props: Partial<import('@mui/material').TableCellProps> & {
|
|
1226
|
+
ownerState: Partial<import('@mui/material').TableCellProps>;
|
|
1227
|
+
}) => boolean);
|
|
1228
|
+
style: import('@mui/material').Interpolation<{
|
|
1229
|
+
theme: import('@mui/material').Theme;
|
|
1230
|
+
}>;
|
|
1231
|
+
}[] | undefined;
|
|
1232
|
+
} | undefined;
|
|
1233
|
+
MuiTableContainer?: {
|
|
1234
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableContainer"];
|
|
1235
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableContainer", import('@mui/material').Theme>> | undefined;
|
|
1236
|
+
variants?: {
|
|
1237
|
+
props: Partial<import('@mui/material').TableContainerProps> | ((props: Partial<import('@mui/material').TableContainerProps> & {
|
|
1238
|
+
ownerState: Partial<import('@mui/material').TableContainerProps>;
|
|
1239
|
+
}) => boolean);
|
|
1240
|
+
style: import('@mui/material').Interpolation<{
|
|
1241
|
+
theme: import('@mui/material').Theme;
|
|
1242
|
+
}>;
|
|
1243
|
+
}[] | undefined;
|
|
1244
|
+
} | undefined;
|
|
1245
|
+
MuiTableFooter?: {
|
|
1246
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableFooter"];
|
|
1247
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableFooter", import('@mui/material').Theme>> | undefined;
|
|
1248
|
+
variants?: {
|
|
1249
|
+
props: Partial<import('@mui/material').TableFooterProps> | ((props: Partial<import('@mui/material').TableFooterProps> & {
|
|
1250
|
+
ownerState: Partial<import('@mui/material').TableFooterProps>;
|
|
1251
|
+
}) => boolean);
|
|
1252
|
+
style: import('@mui/material').Interpolation<{
|
|
1253
|
+
theme: import('@mui/material').Theme;
|
|
1254
|
+
}>;
|
|
1255
|
+
}[] | undefined;
|
|
1256
|
+
} | undefined;
|
|
1257
|
+
MuiTableHead?: {
|
|
1258
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableHead"];
|
|
1259
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableHead", import('@mui/material').Theme>> | undefined;
|
|
1260
|
+
variants?: {
|
|
1261
|
+
props: Partial<import('@mui/material').TableHeadProps> | ((props: Partial<import('@mui/material').TableHeadProps> & {
|
|
1262
|
+
ownerState: Partial<import('@mui/material').TableHeadProps>;
|
|
1263
|
+
}) => boolean);
|
|
1264
|
+
style: import('@mui/material').Interpolation<{
|
|
1265
|
+
theme: import('@mui/material').Theme;
|
|
1266
|
+
}>;
|
|
1267
|
+
}[] | undefined;
|
|
1268
|
+
} | undefined;
|
|
1269
|
+
MuiTablePagination?: {
|
|
1270
|
+
defaultProps?: Partial<import('@mui/material').TablePaginationProps> | undefined;
|
|
1271
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TablePaginationClasses, "MuiTablePagination", import('@mui/material').Theme>> | undefined;
|
|
1272
|
+
variants?: {
|
|
1273
|
+
props: Partial<import('@mui/material').TablePaginationProps> | ((props: Partial<import('@mui/material').TablePaginationProps> & {
|
|
1274
|
+
ownerState: Partial<import('@mui/material').TablePaginationProps>;
|
|
1275
|
+
}) => boolean);
|
|
1276
|
+
style: import('@mui/material').Interpolation<{
|
|
1277
|
+
theme: import('@mui/material').Theme;
|
|
1278
|
+
}>;
|
|
1279
|
+
}[] | undefined;
|
|
1280
|
+
} | undefined;
|
|
1281
|
+
MuiTableRow?: {
|
|
1282
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableRow"];
|
|
1283
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableRowClasses, "MuiTableRow", import('@mui/material').Theme>> | undefined;
|
|
1284
|
+
variants?: {
|
|
1285
|
+
props: Partial<import('@mui/material').TableRowProps> | ((props: Partial<import('@mui/material').TableRowProps> & {
|
|
1286
|
+
ownerState: Partial<import('@mui/material').TableRowProps>;
|
|
1287
|
+
}) => boolean);
|
|
1288
|
+
style: import('@mui/material').Interpolation<{
|
|
1289
|
+
theme: import('@mui/material').Theme;
|
|
1290
|
+
}>;
|
|
1291
|
+
}[] | undefined;
|
|
1292
|
+
} | undefined;
|
|
1293
|
+
MuiTableSortLabel?: {
|
|
1294
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableSortLabel"];
|
|
1295
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableSortLabelClasses, "MuiTableSortLabel", import('@mui/material').Theme>> | undefined;
|
|
1296
|
+
variants?: {
|
|
1297
|
+
props: Partial<import('@mui/material').TableSortLabelProps> | ((props: Partial<import('@mui/material').TableSortLabelProps> & {
|
|
1298
|
+
ownerState: Partial<import('@mui/material').TableSortLabelProps>;
|
|
1299
|
+
}) => boolean);
|
|
1300
|
+
style: import('@mui/material').Interpolation<{
|
|
1301
|
+
theme: import('@mui/material').Theme;
|
|
1302
|
+
}>;
|
|
1303
|
+
}[] | undefined;
|
|
1304
|
+
} | undefined;
|
|
1305
|
+
MuiTabs?: {
|
|
1306
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTabs"];
|
|
1307
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TabsClasses, "MuiTabs", import('@mui/material').Theme>> | undefined;
|
|
1308
|
+
variants?: {
|
|
1309
|
+
props: Partial<import('@mui/material').TabsProps> | ((props: Partial<import('@mui/material').TabsProps> & {
|
|
1310
|
+
ownerState: Partial<import('@mui/material').TabsProps>;
|
|
1311
|
+
}) => boolean);
|
|
1312
|
+
style: import('@mui/material').Interpolation<{
|
|
1313
|
+
theme: import('@mui/material').Theme;
|
|
1314
|
+
}>;
|
|
1315
|
+
}[] | undefined;
|
|
1316
|
+
} | undefined;
|
|
1317
|
+
MuiTextField?: {
|
|
1318
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTextField"];
|
|
1319
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTextField", import('@mui/material').Theme>> | undefined;
|
|
1320
|
+
variants?: {
|
|
1321
|
+
props: Partial<import('@mui/material').TextFieldProps> | ((props: Partial<import('@mui/material').TextFieldProps> & {
|
|
1322
|
+
ownerState: Partial<import('@mui/material').TextFieldProps>;
|
|
1323
|
+
}) => boolean);
|
|
1324
|
+
style: import('@mui/material').Interpolation<{
|
|
1325
|
+
theme: import('@mui/material').Theme;
|
|
1326
|
+
}>;
|
|
1327
|
+
}[] | undefined;
|
|
1328
|
+
} | undefined;
|
|
1329
|
+
MuiToggleButton?: {
|
|
1330
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiToggleButton"];
|
|
1331
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ToggleButtonClasses, "MuiToggleButton", import('@mui/material').Theme>> | undefined;
|
|
1332
|
+
variants?: {
|
|
1333
|
+
props: Partial<import('@mui/material').ToggleButtonProps> | ((props: Partial<import('@mui/material').ToggleButtonProps> & {
|
|
1334
|
+
ownerState: Partial<import('@mui/material').ToggleButtonProps>;
|
|
1335
|
+
}) => boolean);
|
|
1336
|
+
style: import('@mui/material').Interpolation<{
|
|
1337
|
+
theme: import('@mui/material').Theme;
|
|
1338
|
+
}>;
|
|
1339
|
+
}[] | undefined;
|
|
1340
|
+
} | undefined;
|
|
1341
|
+
MuiToggleButtonGroup?: {
|
|
1342
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiToggleButtonGroup"];
|
|
1343
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ToggleButtonGroupClasses, "MuiToggleButtonGroup", import('@mui/material').Theme>> | undefined;
|
|
1344
|
+
variants?: {
|
|
1345
|
+
props: Partial<import('@mui/material').ToggleButtonGroupProps> | ((props: Partial<import('@mui/material').ToggleButtonGroupProps> & {
|
|
1346
|
+
ownerState: Partial<import('@mui/material').ToggleButtonGroupProps>;
|
|
1347
|
+
}) => boolean);
|
|
1348
|
+
style: import('@mui/material').Interpolation<{
|
|
1349
|
+
theme: import('@mui/material').Theme;
|
|
1350
|
+
}>;
|
|
1351
|
+
}[] | undefined;
|
|
1352
|
+
} | undefined;
|
|
1353
|
+
MuiToolbar?: {
|
|
1354
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiToolbar"];
|
|
1355
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ToolbarClasses, "MuiToolbar", import('@mui/material').Theme>> | undefined;
|
|
1356
|
+
variants?: {
|
|
1357
|
+
props: Partial<import('@mui/material').ToolbarProps> | ((props: Partial<import('@mui/material').ToolbarProps> & {
|
|
1358
|
+
ownerState: Partial<import('@mui/material').ToolbarProps>;
|
|
1359
|
+
}) => boolean);
|
|
1360
|
+
style: import('@mui/material').Interpolation<{
|
|
1361
|
+
theme: import('@mui/material').Theme;
|
|
1362
|
+
}>;
|
|
1363
|
+
}[] | undefined;
|
|
1364
|
+
} | undefined;
|
|
1365
|
+
MuiTooltip?: {
|
|
1366
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTooltip"];
|
|
1367
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TooltipClasses, "MuiTooltip", import('@mui/material').Theme>> | undefined;
|
|
1368
|
+
variants?: {
|
|
1369
|
+
props: Partial<import('@mui/material').TooltipProps> | ((props: Partial<import('@mui/material').TooltipProps> & {
|
|
1370
|
+
ownerState: Partial<import('@mui/material').TooltipProps>;
|
|
1371
|
+
}) => boolean);
|
|
1372
|
+
style: import('@mui/material').Interpolation<{
|
|
1373
|
+
theme: import('@mui/material').Theme;
|
|
1374
|
+
}>;
|
|
1375
|
+
}[] | undefined;
|
|
1376
|
+
} | undefined;
|
|
1377
|
+
MuiTouchRipple?: {
|
|
1378
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTouchRipple"];
|
|
1379
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TouchRippleClasses, "MuiTouchRipple", import('@mui/material').Theme>> | undefined;
|
|
1380
|
+
variants?: {
|
|
1381
|
+
props: Partial<import('@mui/material').TouchRippleProps> | ((props: Partial<import('@mui/material').TouchRippleProps> & {
|
|
1382
|
+
ownerState: Partial<import('@mui/material').TouchRippleProps>;
|
|
1383
|
+
}) => boolean);
|
|
1384
|
+
style: import('@mui/material').Interpolation<{
|
|
1385
|
+
theme: import('@mui/material').Theme;
|
|
1386
|
+
}>;
|
|
1387
|
+
}[] | undefined;
|
|
1388
|
+
} | undefined;
|
|
1389
|
+
MuiTypography?: {
|
|
1390
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTypography"];
|
|
1391
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TypographyClasses, "MuiTypography", import('@mui/material').Theme>> | undefined;
|
|
1392
|
+
variants?: {
|
|
1393
|
+
props: Partial<import('@mui/material').TypographyProps> | ((props: Partial<import('@mui/material').TypographyProps> & {
|
|
1394
|
+
ownerState: Partial<import('@mui/material').TypographyProps>;
|
|
1395
|
+
}) => boolean);
|
|
1396
|
+
style: import('@mui/material').Interpolation<{
|
|
1397
|
+
theme: import('@mui/material').Theme;
|
|
1398
|
+
}>;
|
|
1399
|
+
}[] | undefined;
|
|
1400
|
+
} | undefined;
|
|
1401
|
+
MuiUseMediaQuery?: {
|
|
1402
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiUseMediaQuery"];
|
|
1403
|
+
};
|
|
1404
|
+
};
|