@rnaga/wp-next-ui 1.1.10 → 1.2.1
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/Button.js +1 -1
- package/DateTimePicker.d.ts.map +1 -1
- package/DateTimePicker.js +32 -25
- package/DraggableBox.d.ts +1 -1
- package/DraggableBox.d.ts.map +1 -1
- package/InputSearch.d.ts.map +1 -1
- package/InputSearch.js +3 -1
- package/Loading.d.ts +1 -1
- package/Loading.d.ts.map +1 -1
- package/LoadingBox.d.ts +1 -1
- package/LoadingBox.d.ts.map +1 -1
- package/MediaTag.d.ts +1 -1
- package/MediaTag.d.ts.map +1 -1
- package/MediaTag.js +1 -3
- package/README.md +100 -218
- package/SelectAutocomplete.d.ts +1109 -1077
- package/SelectAutocomplete.d.ts.map +1 -1
- package/SelectAutocomplete.js +1 -1
- package/SelectWPPost.d.ts.map +1 -1
- package/SelectWPPost.js +4 -1
- package/SelectWPTerm.d.ts.map +1 -1
- package/SelectWPTerm.js +4 -1
- package/SelectWPUser.d.ts.map +1 -1
- package/SelectWPUser.js +4 -1
- package/SortableList.js +1 -1
- package/Tabs.d.ts +1 -1
- package/Tabs.d.ts.map +1 -1
- package/ThemeRegistry.d.ts +2 -2
- package/ThemeRegistry.d.ts.map +1 -1
- package/Typography.d.ts +3 -2
- package/Typography.d.ts.map +1 -1
- package/Typography.js +23 -8
- package/font/import-fonts.d.ts +5 -0
- package/font/import-fonts.d.ts.map +1 -0
- package/font/import-fonts.js +4 -0
- package/hooks/use-form-data.d.ts +3 -3
- package/hooks/use-scheme-toggle.d.ts +1 -1
- package/list/ListTable.d.ts +3 -3
- package/list/ListTable.d.ts.map +1 -1
- package/list/Pagination.d.ts +1 -1
- package/list/Pagination.d.ts.map +1 -1
- package/media/MediaGridForm.d.ts +1 -1
- package/media/MediaGridForm.d.ts.map +1 -1
- package/media/MediaThumbnail.d.ts +1 -1
- package/media/MediaThumbnail.d.ts.map +1 -1
- package/media/MediaThumbnail.js +1 -3
- package/media/MediaUpload.js +1 -1
- package/media-selector/MediaSelectorList.js +1 -1
- package/media-selector/MediaSelectorPreview.d.ts +1 -1
- package/media-selector/MediaSelectorPreview.d.ts.map +1 -1
- package/media-selector/index.js +2 -1
- package/package.json +5 -4
- package/portal/use-portal.d.ts +1 -1
- package/portal/use-portal.d.ts.map +1 -1
package/SelectAutocomplete.d.ts
CHANGED
|
@@ -37,886 +37,7 @@ export declare const SelectAutocomplete: {
|
|
|
37
37
|
size: "small" | "medium";
|
|
38
38
|
sx?: SxProps;
|
|
39
39
|
}) => {
|
|
40
|
-
|
|
41
|
-
filter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter>);
|
|
42
|
-
marker?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Marker> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Marker>);
|
|
43
|
-
mask?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number>>[]>);
|
|
44
|
-
accentColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AccentColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AccentColor>);
|
|
45
|
-
alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent>);
|
|
46
|
-
alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems>);
|
|
47
|
-
alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf>);
|
|
48
|
-
alignTracks?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignTracks> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignTracks>);
|
|
49
|
-
alignmentBaseline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline>[]>);
|
|
50
|
-
anchorName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorName>);
|
|
51
|
-
anchorScope?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorScope> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorScope>);
|
|
52
|
-
animationComposition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationComposition> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationComposition>);
|
|
53
|
-
animationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>>);
|
|
54
|
-
animationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection>);
|
|
55
|
-
animationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>>);
|
|
56
|
-
animationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode>);
|
|
57
|
-
animationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]>);
|
|
58
|
-
animationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName>);
|
|
59
|
-
animationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState>);
|
|
60
|
-
animationRangeEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeEnd<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeEnd<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number>>[]>);
|
|
61
|
-
animationRangeStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeStart<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeStart<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number>>[]>);
|
|
62
|
-
animationTimeline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimeline> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimeline>);
|
|
63
|
-
animationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction>);
|
|
64
|
-
appearance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance>[]>);
|
|
65
|
-
aspectRatio?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio>[]>);
|
|
66
|
-
backdropFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter>);
|
|
67
|
-
backfaceVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[]>);
|
|
68
|
-
backgroundAttachment?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundAttachment> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundAttachment>);
|
|
69
|
-
backgroundBlendMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundBlendMode> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundBlendMode>);
|
|
70
|
-
backgroundClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip>);
|
|
71
|
-
backgroundColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[]>);
|
|
72
|
-
backgroundImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundImage> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundImage>);
|
|
73
|
-
backgroundOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin>);
|
|
74
|
-
backgroundPositionX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionX<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionX<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[]>);
|
|
75
|
-
backgroundPositionY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[]>);
|
|
76
|
-
backgroundRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundRepeat> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundRepeat>);
|
|
77
|
-
backgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]>);
|
|
78
|
-
baselineShift?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number>>[]>);
|
|
79
|
-
blockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number>>[]>);
|
|
80
|
-
borderBlockEndColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockEndColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockEndColor>);
|
|
81
|
-
borderBlockEndStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle>[]>);
|
|
82
|
-
borderBlockEndWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[]>);
|
|
83
|
-
borderBlockStartColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStartColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStartColor>);
|
|
84
|
-
borderBlockStartStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle>[]>);
|
|
85
|
-
borderBlockStartWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[]>);
|
|
86
|
-
borderBottomColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBottomColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBottomColor>);
|
|
87
|
-
borderBottomLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[]>);
|
|
88
|
-
borderBottomRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[]>);
|
|
89
|
-
borderBottomStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle>[]>);
|
|
90
|
-
borderBottomWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[]>);
|
|
91
|
-
borderCollapse?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse>[]>);
|
|
92
|
-
borderEndEndRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[]>);
|
|
93
|
-
borderEndStartRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[]>);
|
|
94
|
-
borderImageOutset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageOutset<string | number> | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageOutset<string | number> | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[]>);
|
|
95
|
-
borderImageRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageRepeat> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageRepeat>);
|
|
96
|
-
borderImageSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[]>);
|
|
97
|
-
borderImageSource?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageSource> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageSource>);
|
|
98
|
-
borderImageWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[]>);
|
|
99
|
-
borderInlineEndColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor>);
|
|
100
|
-
borderInlineEndStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[]>);
|
|
101
|
-
borderInlineEndWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[]>);
|
|
102
|
-
borderInlineStartColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor>);
|
|
103
|
-
borderInlineStartStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[]>);
|
|
104
|
-
borderInlineStartWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[]>);
|
|
105
|
-
borderLeftColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderLeftColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderLeftColor>);
|
|
106
|
-
borderLeftStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle>[]>);
|
|
107
|
-
borderLeftWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[]>);
|
|
108
|
-
borderRightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderRightColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderRightColor>);
|
|
109
|
-
borderRightStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle>[]>);
|
|
110
|
-
borderRightWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[]>);
|
|
111
|
-
borderSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderSpacing<string | number> | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderSpacing<string | number> | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number>>[]>);
|
|
112
|
-
borderStartEndRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[]>);
|
|
113
|
-
borderStartStartRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[]>);
|
|
114
|
-
borderTopColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderTopColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderTopColor>);
|
|
115
|
-
borderTopLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[]>);
|
|
116
|
-
borderTopRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[]>);
|
|
117
|
-
borderTopStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle>[]>);
|
|
118
|
-
borderTopWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[]>);
|
|
119
|
-
bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number>>[]>);
|
|
120
|
-
boxDecorationBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[]>);
|
|
121
|
-
boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[]>);
|
|
122
|
-
breakAfter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter>[]>);
|
|
123
|
-
breakBefore?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore>[]>);
|
|
124
|
-
breakInside?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside>[]>);
|
|
125
|
-
captionSide?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide>[]>);
|
|
126
|
-
caretColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CaretColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CaretColor>);
|
|
127
|
-
caretShape?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape>[]>);
|
|
128
|
-
clear?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear>[]>);
|
|
129
|
-
clipRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule>[]>);
|
|
130
|
-
color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color>);
|
|
131
|
-
colorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[]>);
|
|
132
|
-
colorInterpolationFilters?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters>[]>);
|
|
133
|
-
colorScheme?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColorScheme> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColorScheme>);
|
|
134
|
-
columnCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[]>);
|
|
135
|
-
columnFill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[]>);
|
|
136
|
-
columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number>>[]>);
|
|
137
|
-
columnRuleColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor>);
|
|
138
|
-
columnRuleStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle>);
|
|
139
|
-
columnRuleWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[]>);
|
|
140
|
-
columnSpan?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[]>);
|
|
141
|
-
columnWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[]>);
|
|
142
|
-
contain?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Contain> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Contain>);
|
|
143
|
-
containIntrinsicBlockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number>>[]>);
|
|
144
|
-
containIntrinsicHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number>>[]>);
|
|
145
|
-
containIntrinsicInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number>>[]>);
|
|
146
|
-
containIntrinsicWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number>>[]>);
|
|
147
|
-
containerName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerName>);
|
|
148
|
-
containerType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerType> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerType>);
|
|
149
|
-
content?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Content> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Content>);
|
|
150
|
-
contentVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility>[]>);
|
|
151
|
-
counterIncrement?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterIncrement> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterIncrement>);
|
|
152
|
-
counterReset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterReset> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterReset>);
|
|
153
|
-
counterSet?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterSet> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterSet>);
|
|
154
|
-
cursor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Cursor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Cursor>);
|
|
155
|
-
cx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number>>[]>);
|
|
156
|
-
cy?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number>>[]>);
|
|
157
|
-
d?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.D> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.D>);
|
|
158
|
-
direction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction>[]>);
|
|
159
|
-
display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display>);
|
|
160
|
-
dominantBaseline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline>[]>);
|
|
161
|
-
emptyCells?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells>[]>);
|
|
162
|
-
fieldSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing>[]>);
|
|
163
|
-
fill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Fill> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Fill>);
|
|
164
|
-
fillOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity>[]>);
|
|
165
|
-
fillRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule>[]>);
|
|
166
|
-
flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[]>);
|
|
167
|
-
flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[]>);
|
|
168
|
-
flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[]>);
|
|
169
|
-
flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[]>);
|
|
170
|
-
flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[]>);
|
|
171
|
-
float?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float>[]>);
|
|
172
|
-
floodColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FloodColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FloodColor>);
|
|
173
|
-
floodOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity>[]>);
|
|
174
|
-
fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFamily> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFamily>);
|
|
175
|
-
fontFeatureSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings>);
|
|
176
|
-
fontKerning?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[]>);
|
|
177
|
-
fontLanguageOverride?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride>);
|
|
178
|
-
fontOpticalSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing>[]>);
|
|
179
|
-
fontPalette?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontPalette> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontPalette>);
|
|
180
|
-
fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number>>[]>);
|
|
181
|
-
fontSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust>[]>);
|
|
182
|
-
fontSmooth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[]>);
|
|
183
|
-
fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle>);
|
|
184
|
-
fontSynthesis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontSynthesis> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontSynthesis>);
|
|
185
|
-
fontSynthesisPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition>[]>);
|
|
186
|
-
fontSynthesisSmallCaps?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps>[]>);
|
|
187
|
-
fontSynthesisStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle>[]>);
|
|
188
|
-
fontSynthesisWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight>[]>);
|
|
189
|
-
fontVariant?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariant> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariant>);
|
|
190
|
-
fontVariantAlternates?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantAlternates> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantAlternates>);
|
|
191
|
-
fontVariantCaps?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps>[]>);
|
|
192
|
-
fontVariantEastAsian?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantEastAsian> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantEastAsian>);
|
|
193
|
-
fontVariantEmoji?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji>[]>);
|
|
194
|
-
fontVariantLigatures?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures>);
|
|
195
|
-
fontVariantNumeric?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantNumeric> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantNumeric>);
|
|
196
|
-
fontVariantPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition>[]>);
|
|
197
|
-
fontVariationSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariationSettings> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariationSettings>);
|
|
198
|
-
fontWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontWidth> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontWidth>);
|
|
199
|
-
forcedColorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust>[]>);
|
|
200
|
-
gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[]>);
|
|
201
|
-
gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow>);
|
|
202
|
-
gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number>>[]>);
|
|
203
|
-
gridColumnEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd>[]>);
|
|
204
|
-
gridColumnStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart>[]>);
|
|
205
|
-
gridRowEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd>[]>);
|
|
206
|
-
gridRowStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart>[]>);
|
|
207
|
-
gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas>);
|
|
208
|
-
gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[]>);
|
|
209
|
-
gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[]>);
|
|
210
|
-
hangingPunctuation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HangingPunctuation> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HangingPunctuation>);
|
|
211
|
-
height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number>>[]>);
|
|
212
|
-
hyphenateCharacter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter>);
|
|
213
|
-
hyphenateLimitChars?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars>[]>);
|
|
214
|
-
hyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]>);
|
|
215
|
-
imageOrientation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageOrientation> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageOrientation>);
|
|
216
|
-
imageRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering>[]>);
|
|
217
|
-
imageResolution?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageResolution> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageResolution>);
|
|
218
|
-
initialLetter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[]>);
|
|
219
|
-
initialLetterAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign>[]>);
|
|
220
|
-
inlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number>>[]>);
|
|
221
|
-
insetBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[]>);
|
|
222
|
-
insetBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[]>);
|
|
223
|
-
insetInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[]>);
|
|
224
|
-
insetInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[]>);
|
|
225
|
-
interpolateSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize>[]>);
|
|
226
|
-
isolation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation>[]>);
|
|
227
|
-
justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent>);
|
|
228
|
-
justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems>);
|
|
229
|
-
justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf>);
|
|
230
|
-
justifyTracks?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyTracks> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyTracks>);
|
|
231
|
-
left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number>>[]>);
|
|
232
|
-
letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number>>[]>);
|
|
233
|
-
lightingColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.LightingColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.LightingColor>);
|
|
234
|
-
lineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]>);
|
|
235
|
-
lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number>>[]>);
|
|
236
|
-
lineHeightStep?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeightStep<string | number> | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeightStep<string | number> | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number>>[]>);
|
|
237
|
-
listStyleImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleImage> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleImage>);
|
|
238
|
-
listStylePosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition>[]>);
|
|
239
|
-
listStyleType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleType> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleType>);
|
|
240
|
-
marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[]>);
|
|
241
|
-
marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[]>);
|
|
242
|
-
marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number>>[]>);
|
|
243
|
-
marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[]>);
|
|
244
|
-
marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[]>);
|
|
245
|
-
marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]>);
|
|
246
|
-
marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number>>[]>);
|
|
247
|
-
marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]>);
|
|
248
|
-
marginTrim?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim>[]>);
|
|
249
|
-
markerEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerEnd> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerEnd>);
|
|
250
|
-
markerMid?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerMid> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerMid>);
|
|
251
|
-
markerStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerStart> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerStart>);
|
|
252
|
-
maskBorderMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode>[]>);
|
|
253
|
-
maskBorderOutset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[]>);
|
|
254
|
-
maskBorderRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat>);
|
|
255
|
-
maskBorderSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[]>);
|
|
256
|
-
maskBorderSource?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource>);
|
|
257
|
-
maskBorderWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[]>);
|
|
258
|
-
maskClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskClip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskClip>);
|
|
259
|
-
maskComposite?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskComposite> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskComposite>);
|
|
260
|
-
maskImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskImage> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskImage>);
|
|
261
|
-
maskMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskMode> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskMode>);
|
|
262
|
-
maskOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskOrigin> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskOrigin>);
|
|
263
|
-
maskPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskPosition<string | number> | readonly NonNullable<import("csstype").Property.MaskPosition<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskPosition<string | number> | readonly NonNullable<import("csstype").Property.MaskPosition<string | number>>[]>);
|
|
264
|
-
maskRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskRepeat> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskRepeat>);
|
|
265
|
-
maskSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskSize<string | number> | readonly NonNullable<import("csstype").Property.MaskSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskSize<string | number> | readonly NonNullable<import("csstype").Property.MaskSize<string | number>>[]>);
|
|
266
|
-
maskType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType>[]>);
|
|
267
|
-
masonryAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MasonryAutoFlow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MasonryAutoFlow>);
|
|
268
|
-
mathDepth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth>[]>);
|
|
269
|
-
mathShift?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift>[]>);
|
|
270
|
-
mathStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle>[]>);
|
|
271
|
-
maxBlockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[]>);
|
|
272
|
-
maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number>>[]>);
|
|
273
|
-
maxInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[]>);
|
|
274
|
-
maxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines>[]>);
|
|
275
|
-
maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number>>[]>);
|
|
276
|
-
minBlockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number>>[]>);
|
|
277
|
-
minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number>>[]>);
|
|
278
|
-
minInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number>>[]>);
|
|
279
|
-
minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number>>[]>);
|
|
280
|
-
mixBlendMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode>[]>);
|
|
281
|
-
motionDistance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[]>);
|
|
282
|
-
motionPath?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath>);
|
|
283
|
-
motionRotation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate>);
|
|
284
|
-
objectFit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[]>);
|
|
285
|
-
objectPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[]>);
|
|
286
|
-
objectViewBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ObjectViewBox> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ObjectViewBox>);
|
|
287
|
-
offsetAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[]>);
|
|
288
|
-
offsetDistance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number>>[]>);
|
|
289
|
-
offsetPath?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath>);
|
|
290
|
-
offsetPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetPosition<string | number> | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetPosition<string | number> | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number>>[]>);
|
|
291
|
-
offsetRotate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate>);
|
|
292
|
-
offsetRotation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate>);
|
|
293
|
-
opacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[]>);
|
|
294
|
-
order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[]>);
|
|
295
|
-
orphans?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans>[]>);
|
|
296
|
-
outlineColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor>);
|
|
297
|
-
outlineOffset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineOffset<string | number> | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineOffset<string | number> | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number>>[]>);
|
|
298
|
-
outlineStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle>[]>);
|
|
299
|
-
outlineWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[]>);
|
|
300
|
-
overflowAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor>[]>);
|
|
301
|
-
overflowBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock>[]>);
|
|
302
|
-
overflowClipBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox>[]>);
|
|
303
|
-
overflowClipMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipMargin<string | number> | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipMargin<string | number> | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[]>);
|
|
304
|
-
overflowInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline>[]>);
|
|
305
|
-
overflowWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap>[]>);
|
|
306
|
-
overflowX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[]>);
|
|
307
|
-
overflowY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[]>);
|
|
308
|
-
overlay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Overlay | readonly NonNullable<import("csstype").Property.Overlay>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Overlay | readonly NonNullable<import("csstype").Property.Overlay>[]>);
|
|
309
|
-
overscrollBehaviorBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorBlock | readonly NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorBlock | readonly NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[]>);
|
|
310
|
-
overscrollBehaviorInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline>[]>);
|
|
311
|
-
overscrollBehaviorX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX>[]>);
|
|
312
|
-
overscrollBehaviorY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY>[]>);
|
|
313
|
-
paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[]>);
|
|
314
|
-
paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[]>);
|
|
315
|
-
paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number>>[]>);
|
|
316
|
-
paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[]>);
|
|
317
|
-
paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[]>);
|
|
318
|
-
paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]>);
|
|
319
|
-
paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number>>[]>);
|
|
320
|
-
paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]>);
|
|
321
|
-
page?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Page> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Page>);
|
|
322
|
-
paintOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PaintOrder> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PaintOrder>);
|
|
323
|
-
perspective?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[]>);
|
|
324
|
-
perspectiveOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[]>);
|
|
325
|
-
pointerEvents?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents>[]>);
|
|
326
|
-
position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position>[]>);
|
|
327
|
-
positionAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionAnchor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionAnchor>);
|
|
328
|
-
positionArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea>);
|
|
329
|
-
positionTryFallbacks?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks>);
|
|
330
|
-
positionTryOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder>[]>);
|
|
331
|
-
positionVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionVisibility> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionVisibility>);
|
|
332
|
-
printColorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[]>);
|
|
333
|
-
quotes?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Quotes> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Quotes>);
|
|
334
|
-
r?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number>>[]>);
|
|
335
|
-
resize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize>[]>);
|
|
336
|
-
right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number>>[]>);
|
|
337
|
-
rotate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Rotate> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Rotate>);
|
|
338
|
-
rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number>>[]>);
|
|
339
|
-
rubyAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign>[]>);
|
|
340
|
-
rubyMerge?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge>[]>);
|
|
341
|
-
rubyOverhang?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang>[]>);
|
|
342
|
-
rubyPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition>);
|
|
343
|
-
rx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number>>[]>);
|
|
344
|
-
ry?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number>>[]>);
|
|
345
|
-
scale?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale>[]>);
|
|
346
|
-
scrollBehavior?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior>[]>);
|
|
347
|
-
scrollInitialTarget?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget>[]>);
|
|
348
|
-
scrollMarginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[]>);
|
|
349
|
-
scrollMarginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[]>);
|
|
350
|
-
scrollMarginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[]>);
|
|
351
|
-
scrollMarginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[]>);
|
|
352
|
-
scrollMarginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[]>);
|
|
353
|
-
scrollMarginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[]>);
|
|
354
|
-
scrollMarginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[]>);
|
|
355
|
-
scrollMarginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[]>);
|
|
356
|
-
scrollPaddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[]>);
|
|
357
|
-
scrollPaddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[]>);
|
|
358
|
-
scrollPaddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[]>);
|
|
359
|
-
scrollPaddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[]>);
|
|
360
|
-
scrollPaddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[]>);
|
|
361
|
-
scrollPaddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[]>);
|
|
362
|
-
scrollPaddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[]>);
|
|
363
|
-
scrollPaddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[]>);
|
|
364
|
-
scrollSnapAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapAlign> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapAlign>);
|
|
365
|
-
scrollSnapMarginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[]>);
|
|
366
|
-
scrollSnapMarginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[]>);
|
|
367
|
-
scrollSnapMarginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[]>);
|
|
368
|
-
scrollSnapMarginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[]>);
|
|
369
|
-
scrollSnapStop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop>[]>);
|
|
370
|
-
scrollSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType>);
|
|
371
|
-
scrollTimelineAxis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineAxis> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineAxis>);
|
|
372
|
-
scrollTimelineName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineName>);
|
|
373
|
-
scrollbarColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarColor>);
|
|
374
|
-
scrollbarGutter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarGutter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarGutter>);
|
|
375
|
-
scrollbarWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth>[]>);
|
|
376
|
-
shapeImageThreshold?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold>[]>);
|
|
377
|
-
shapeMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[]>);
|
|
378
|
-
shapeOutside?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ShapeOutside> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ShapeOutside>);
|
|
379
|
-
shapeRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering>[]>);
|
|
380
|
-
speakAs?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.SpeakAs> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.SpeakAs>);
|
|
381
|
-
stopColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StopColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StopColor>);
|
|
382
|
-
stopOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity>[]>);
|
|
383
|
-
stroke?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Stroke> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Stroke>);
|
|
384
|
-
strokeColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StrokeColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StrokeColor>);
|
|
385
|
-
strokeDasharray?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[]>);
|
|
386
|
-
strokeDashoffset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[]>);
|
|
387
|
-
strokeLinecap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap>[]>);
|
|
388
|
-
strokeLinejoin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin>[]>);
|
|
389
|
-
strokeMiterlimit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit>[]>);
|
|
390
|
-
strokeOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity>[]>);
|
|
391
|
-
strokeWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number>>[]>);
|
|
392
|
-
tabSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[]>);
|
|
393
|
-
tableLayout?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout>[]>);
|
|
394
|
-
textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign>[]>);
|
|
395
|
-
textAlignLast?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[]>);
|
|
396
|
-
textAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor>[]>);
|
|
397
|
-
textAutospace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextAutospace> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextAutospace>);
|
|
398
|
-
textBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBox> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBox>);
|
|
399
|
-
textBoxEdge?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBoxEdge> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBoxEdge>);
|
|
400
|
-
textBoxTrim?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim>[]>);
|
|
401
|
-
textCombineUpright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright>);
|
|
402
|
-
textDecorationColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor>);
|
|
403
|
-
textDecorationLine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine>);
|
|
404
|
-
textDecorationSkip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip>);
|
|
405
|
-
textDecorationSkipInk?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk>[]>);
|
|
406
|
-
textDecorationStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[]>);
|
|
407
|
-
textDecorationThickness?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationThickness<string | number> | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationThickness<string | number> | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[]>);
|
|
408
|
-
textEmphasisColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor>);
|
|
409
|
-
textEmphasisPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition>);
|
|
410
|
-
textEmphasisStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle>);
|
|
411
|
-
textIndent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextIndent<string | number> | readonly NonNullable<import("csstype").Property.TextIndent<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextIndent<string | number> | readonly NonNullable<import("csstype").Property.TextIndent<string | number>>[]>);
|
|
412
|
-
textJustify?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify>[]>);
|
|
413
|
-
textOrientation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[]>);
|
|
414
|
-
textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow>);
|
|
415
|
-
textRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering>[]>);
|
|
416
|
-
textShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextShadow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextShadow>);
|
|
417
|
-
textSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust>);
|
|
418
|
-
textSpacingTrim?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim>[]>);
|
|
419
|
-
textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextTransform> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextTransform>);
|
|
420
|
-
textUnderlineOffset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[]>);
|
|
421
|
-
textUnderlinePosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition>);
|
|
422
|
-
textWrapMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode>[]>);
|
|
423
|
-
textWrapStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle>[]>);
|
|
424
|
-
timelineScope?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TimelineScope> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TimelineScope>);
|
|
425
|
-
top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number>>[]>);
|
|
426
|
-
touchAction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction>);
|
|
427
|
-
transform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform>);
|
|
428
|
-
transformBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox>[]>);
|
|
429
|
-
transformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]>);
|
|
430
|
-
transformStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[]>);
|
|
431
|
-
transitionBehavior?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionBehavior> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionBehavior>);
|
|
432
|
-
transitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>>);
|
|
433
|
-
transitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>>);
|
|
434
|
-
transitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty>);
|
|
435
|
-
transitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction>);
|
|
436
|
-
translate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number>>[]>);
|
|
437
|
-
unicodeBidi?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi>[]>);
|
|
438
|
-
userSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[]>);
|
|
439
|
-
vectorEffect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect>[]>);
|
|
440
|
-
verticalAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number>>[]>);
|
|
441
|
-
viewTimelineAxis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineAxis> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineAxis>);
|
|
442
|
-
viewTimelineInset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number>>[]>);
|
|
443
|
-
viewTimelineName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineName>);
|
|
444
|
-
viewTransitionClass?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionClass> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionClass>);
|
|
445
|
-
viewTransitionName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionName>);
|
|
446
|
-
visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility>[]>);
|
|
447
|
-
whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace>);
|
|
448
|
-
whiteSpaceCollapse?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse>[]>);
|
|
449
|
-
widows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows>[]>);
|
|
450
|
-
width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number>>[]>);
|
|
451
|
-
willChange?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WillChange> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WillChange>);
|
|
452
|
-
wordBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[]>);
|
|
453
|
-
wordSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordSpacing<string | number> | readonly NonNullable<import("csstype").Property.WordSpacing<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordSpacing<string | number> | readonly NonNullable<import("csstype").Property.WordSpacing<string | number>>[]>);
|
|
454
|
-
wordWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap>[]>);
|
|
455
|
-
writingMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[]>);
|
|
456
|
-
x?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number>>[]>);
|
|
457
|
-
y?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number>>[]>);
|
|
458
|
-
zoom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom>[]>);
|
|
459
|
-
all?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Globals | readonly NonNullable<import("csstype").Globals>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Globals | readonly NonNullable<import("csstype").Globals>[]>);
|
|
460
|
-
animation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]>);
|
|
461
|
-
animationRange?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number>>[]>);
|
|
462
|
-
background?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number>>[]>);
|
|
463
|
-
backgroundPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[]>);
|
|
464
|
-
borderBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number>>[]>);
|
|
465
|
-
borderBlockColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockColor>);
|
|
466
|
-
borderBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[]>);
|
|
467
|
-
borderBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[]>);
|
|
468
|
-
borderBlockStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStyle>);
|
|
469
|
-
borderBlockWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[]>);
|
|
470
|
-
borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number>>[]>);
|
|
471
|
-
borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor>);
|
|
472
|
-
borderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]>);
|
|
473
|
-
borderInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number>>[]>);
|
|
474
|
-
borderInlineColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineColor>);
|
|
475
|
-
borderInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[]>);
|
|
476
|
-
borderInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[]>);
|
|
477
|
-
borderInlineStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStyle>);
|
|
478
|
-
borderInlineWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[]>);
|
|
479
|
-
borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number>>[]>);
|
|
480
|
-
borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[]>);
|
|
481
|
-
borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number>>[]>);
|
|
482
|
-
borderStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderStyle>);
|
|
483
|
-
borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number>>[]>);
|
|
484
|
-
borderWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderWidth<string | number>>[]>);
|
|
485
|
-
caret?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Caret> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Caret>);
|
|
486
|
-
columnRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[]>);
|
|
487
|
-
columns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[]>);
|
|
488
|
-
containIntrinsicSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number>>[]>);
|
|
489
|
-
container?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Container> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Container>);
|
|
490
|
-
flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[]>);
|
|
491
|
-
flexFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow>);
|
|
492
|
-
font?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Font> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Font>);
|
|
493
|
-
gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number>>[]>);
|
|
494
|
-
grid?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Grid> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Grid>);
|
|
495
|
-
gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea>[]>);
|
|
496
|
-
gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn>[]>);
|
|
497
|
-
gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow>[]>);
|
|
498
|
-
gridTemplate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplate> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplate>);
|
|
499
|
-
inset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number>>[]>);
|
|
500
|
-
insetBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[]>);
|
|
501
|
-
insetInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[]>);
|
|
502
|
-
lineClamp?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineClamp | readonly NonNullable<import("csstype").Property.LineClamp>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineClamp | readonly NonNullable<import("csstype").Property.LineClamp>[]>);
|
|
503
|
-
listStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyle>);
|
|
504
|
-
margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number>>[]>);
|
|
505
|
-
marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number>>[]>);
|
|
506
|
-
marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number>>[]>);
|
|
507
|
-
maskBorder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[]>);
|
|
508
|
-
motion?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[]>);
|
|
509
|
-
offset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number>>[]>);
|
|
510
|
-
outline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[]>);
|
|
511
|
-
overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow>);
|
|
512
|
-
overscrollBehavior?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OverscrollBehavior> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OverscrollBehavior>);
|
|
513
|
-
padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number>>[]>);
|
|
514
|
-
paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number>>[]>);
|
|
515
|
-
paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number>>[]>);
|
|
516
|
-
placeContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceContent> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceContent>);
|
|
517
|
-
placeItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceItems> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceItems>);
|
|
518
|
-
placeSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceSelf> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceSelf>);
|
|
519
|
-
positionTry?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTry> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTry>);
|
|
520
|
-
scrollMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[]>);
|
|
521
|
-
scrollMarginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[]>);
|
|
522
|
-
scrollMarginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[]>);
|
|
523
|
-
scrollPadding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPadding<string | number> | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPadding<string | number> | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number>>[]>);
|
|
524
|
-
scrollPaddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[]>);
|
|
525
|
-
scrollPaddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[]>);
|
|
526
|
-
scrollSnapMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number>>[]>);
|
|
527
|
-
scrollTimeline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimeline> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimeline>);
|
|
528
|
-
textDecoration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number>>[]>);
|
|
529
|
-
textEmphasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis>);
|
|
530
|
-
textWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextWrap> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextWrap>);
|
|
531
|
-
transition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>>);
|
|
532
|
-
viewTimeline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimeline> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimeline>);
|
|
533
|
-
MozAnimationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>>);
|
|
534
|
-
MozAnimationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection>);
|
|
535
|
-
MozAnimationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>>);
|
|
536
|
-
MozAnimationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode>);
|
|
537
|
-
MozAnimationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]>);
|
|
538
|
-
MozAnimationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName>);
|
|
539
|
-
MozAnimationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState>);
|
|
540
|
-
MozAnimationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction>);
|
|
541
|
-
MozAppearance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance>[]>);
|
|
542
|
-
MozBackfaceVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[]>);
|
|
543
|
-
MozBinding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBinding> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBinding>);
|
|
544
|
-
MozBorderBottomColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderBottomColors> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderBottomColors>);
|
|
545
|
-
MozBorderEndColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor>);
|
|
546
|
-
MozBorderEndStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle>[]>);
|
|
547
|
-
MozBorderEndWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[]>);
|
|
548
|
-
MozBorderLeftColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderLeftColors> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderLeftColors>);
|
|
549
|
-
MozBorderRightColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderRightColors> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderRightColors>);
|
|
550
|
-
MozBorderStartColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor>);
|
|
551
|
-
MozBorderStartStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle>[]>);
|
|
552
|
-
MozBorderTopColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderTopColors> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderTopColors>);
|
|
553
|
-
MozBoxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[]>);
|
|
554
|
-
MozColumnRuleColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor>);
|
|
555
|
-
MozColumnRuleStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle>);
|
|
556
|
-
MozColumnRuleWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[]>);
|
|
557
|
-
MozColumnWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[]>);
|
|
558
|
-
MozContextProperties?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozContextProperties> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozContextProperties>);
|
|
559
|
-
MozFontFeatureSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings>);
|
|
560
|
-
MozFontLanguageOverride?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride>);
|
|
561
|
-
MozHyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]>);
|
|
562
|
-
MozMarginEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[]>);
|
|
563
|
-
MozMarginStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[]>);
|
|
564
|
-
MozOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient>[]>);
|
|
565
|
-
MozOsxFontSmoothing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[]>);
|
|
566
|
-
MozOutlineRadiusBottomleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[]>);
|
|
567
|
-
MozOutlineRadiusBottomright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[]>);
|
|
568
|
-
MozOutlineRadiusTopleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[]>);
|
|
569
|
-
MozOutlineRadiusTopright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[]>);
|
|
570
|
-
MozPaddingEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[]>);
|
|
571
|
-
MozPaddingStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[]>);
|
|
572
|
-
MozPerspective?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[]>);
|
|
573
|
-
MozPerspectiveOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[]>);
|
|
574
|
-
MozStackSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing>[]>);
|
|
575
|
-
MozTabSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[]>);
|
|
576
|
-
MozTextBlink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink>[]>);
|
|
577
|
-
MozTextSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust>);
|
|
578
|
-
MozTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform>);
|
|
579
|
-
MozTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]>);
|
|
580
|
-
MozTransformStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[]>);
|
|
581
|
-
MozUserModify?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify>[]>);
|
|
582
|
-
MozUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[]>);
|
|
583
|
-
MozWindowDragging?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging>[]>);
|
|
584
|
-
MozWindowShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowShadow | readonly NonNullable<import("csstype").Property.MozWindowShadow>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowShadow | readonly NonNullable<import("csstype").Property.MozWindowShadow>[]>);
|
|
585
|
-
msAccelerator?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator>[]>);
|
|
586
|
-
msBlockProgression?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression>[]>);
|
|
587
|
-
msContentZoomChaining?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining>[]>);
|
|
588
|
-
msContentZoomLimitMax?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMax> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMax>);
|
|
589
|
-
msContentZoomLimitMin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMin> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMin>);
|
|
590
|
-
msContentZoomSnapPoints?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnapPoints> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnapPoints>);
|
|
591
|
-
msContentZoomSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType>[]>);
|
|
592
|
-
msContentZooming?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming>[]>);
|
|
593
|
-
msFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFilter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFilter>);
|
|
594
|
-
msFlexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[]>);
|
|
595
|
-
msFlexPositive?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[]>);
|
|
596
|
-
msFlowFrom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowFrom> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowFrom>);
|
|
597
|
-
msFlowInto?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowInto> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowInto>);
|
|
598
|
-
msGridColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number>>[]>);
|
|
599
|
-
msGridRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number>>[]>);
|
|
600
|
-
msHighContrastAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust>[]>);
|
|
601
|
-
msHyphenateLimitChars?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars>[]>);
|
|
602
|
-
msHyphenateLimitLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines>[]>);
|
|
603
|
-
msHyphenateLimitZone?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[]>);
|
|
604
|
-
msHyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]>);
|
|
605
|
-
msImeAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign>[]>);
|
|
606
|
-
msLineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]>);
|
|
607
|
-
msOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[]>);
|
|
608
|
-
msOverflowStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle>[]>);
|
|
609
|
-
msOverflowX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX>[]>);
|
|
610
|
-
msOverflowY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY>[]>);
|
|
611
|
-
msScrollChaining?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining>[]>);
|
|
612
|
-
msScrollLimitXMax?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[]>);
|
|
613
|
-
msScrollLimitXMin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[]>);
|
|
614
|
-
msScrollLimitYMax?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[]>);
|
|
615
|
-
msScrollLimitYMin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[]>);
|
|
616
|
-
msScrollRails?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails>[]>);
|
|
617
|
-
msScrollSnapPointsX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsX> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsX>);
|
|
618
|
-
msScrollSnapPointsY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsY> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsY>);
|
|
619
|
-
msScrollSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType>[]>);
|
|
620
|
-
msScrollTranslation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation>[]>);
|
|
621
|
-
msScrollbar3dlightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbar3dlightColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbar3dlightColor>);
|
|
622
|
-
msScrollbarArrowColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarArrowColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarArrowColor>);
|
|
623
|
-
msScrollbarBaseColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarBaseColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarBaseColor>);
|
|
624
|
-
msScrollbarDarkshadowColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarDarkshadowColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarDarkshadowColor>);
|
|
625
|
-
msScrollbarFaceColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarFaceColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarFaceColor>);
|
|
626
|
-
msScrollbarHighlightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarHighlightColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarHighlightColor>);
|
|
627
|
-
msScrollbarShadowColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarShadowColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarShadowColor>);
|
|
628
|
-
msScrollbarTrackColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarTrackColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarTrackColor>);
|
|
629
|
-
msTextAutospace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace>[]>);
|
|
630
|
-
msTextCombineHorizontal?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright>);
|
|
631
|
-
msTextOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow>);
|
|
632
|
-
msTouchAction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction>);
|
|
633
|
-
msTouchSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect>[]>);
|
|
634
|
-
msTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform>);
|
|
635
|
-
msTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]>);
|
|
636
|
-
msTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>>);
|
|
637
|
-
msTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>>);
|
|
638
|
-
msTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty>);
|
|
639
|
-
msTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction>);
|
|
640
|
-
msUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect>[]>);
|
|
641
|
-
msWordBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak>[]>);
|
|
642
|
-
msWrapFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow>[]>);
|
|
643
|
-
msWrapMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapMargin<string | number> | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapMargin<string | number> | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[]>);
|
|
644
|
-
msWrapThrough?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough>[]>);
|
|
645
|
-
msWritingMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[]>);
|
|
646
|
-
WebkitAlignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent>);
|
|
647
|
-
WebkitAlignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems>);
|
|
648
|
-
WebkitAlignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf>);
|
|
649
|
-
WebkitAnimationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>>);
|
|
650
|
-
WebkitAnimationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection>);
|
|
651
|
-
WebkitAnimationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>>);
|
|
652
|
-
WebkitAnimationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode>);
|
|
653
|
-
WebkitAnimationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]>);
|
|
654
|
-
WebkitAnimationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName>);
|
|
655
|
-
WebkitAnimationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState>);
|
|
656
|
-
WebkitAnimationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction>);
|
|
657
|
-
WebkitAppearance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance>[]>);
|
|
658
|
-
WebkitBackdropFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter>);
|
|
659
|
-
WebkitBackfaceVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility>[]>);
|
|
660
|
-
WebkitBackgroundClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip>);
|
|
661
|
-
WebkitBackgroundOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin>);
|
|
662
|
-
WebkitBackgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]>);
|
|
663
|
-
WebkitBorderBeforeColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeColor>);
|
|
664
|
-
WebkitBorderBeforeStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeStyle>);
|
|
665
|
-
WebkitBorderBeforeWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[]>);
|
|
666
|
-
WebkitBorderBottomLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[]>);
|
|
667
|
-
WebkitBorderBottomRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[]>);
|
|
668
|
-
WebkitBorderImageSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice>[]>);
|
|
669
|
-
WebkitBorderTopLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[]>);
|
|
670
|
-
WebkitBorderTopRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[]>);
|
|
671
|
-
WebkitBoxDecorationBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak>[]>);
|
|
672
|
-
WebkitBoxReflect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBoxReflect<string | number> | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBoxReflect<string | number> | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[]>);
|
|
673
|
-
WebkitBoxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow>);
|
|
674
|
-
WebkitBoxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing>[]>);
|
|
675
|
-
WebkitClipPath?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ClipPath> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ClipPath>);
|
|
676
|
-
WebkitColumnCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[]>);
|
|
677
|
-
WebkitColumnFill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[]>);
|
|
678
|
-
WebkitColumnRuleColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor>);
|
|
679
|
-
WebkitColumnRuleStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle>);
|
|
680
|
-
WebkitColumnRuleWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[]>);
|
|
681
|
-
WebkitColumnSpan?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan>[]>);
|
|
682
|
-
WebkitColumnWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number>>[]>);
|
|
683
|
-
WebkitFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter>);
|
|
684
|
-
WebkitFlexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number>>[]>);
|
|
685
|
-
WebkitFlexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection>[]>);
|
|
686
|
-
WebkitFlexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow>[]>);
|
|
687
|
-
WebkitFlexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink>[]>);
|
|
688
|
-
WebkitFlexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap>[]>);
|
|
689
|
-
WebkitFontFeatureSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings>);
|
|
690
|
-
WebkitFontKerning?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning>[]>);
|
|
691
|
-
WebkitFontSmoothing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number>>[]>);
|
|
692
|
-
WebkitFontVariantLigatures?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures>);
|
|
693
|
-
WebkitHyphenateCharacter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter>);
|
|
694
|
-
WebkitHyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens>[]>);
|
|
695
|
-
WebkitInitialLetter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter>[]>);
|
|
696
|
-
WebkitJustifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent>);
|
|
697
|
-
WebkitLineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]>);
|
|
698
|
-
WebkitLineClamp?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp>[]>);
|
|
699
|
-
WebkitLogicalHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number>>[]>);
|
|
700
|
-
WebkitLogicalWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number>>[]>);
|
|
701
|
-
WebkitMarginEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[]>);
|
|
702
|
-
WebkitMarginStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[]>);
|
|
703
|
-
WebkitMaskAttachment?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskAttachment> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskAttachment>);
|
|
704
|
-
WebkitMaskBoxImageOutset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[]>);
|
|
705
|
-
WebkitMaskBoxImageRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat>);
|
|
706
|
-
WebkitMaskBoxImageSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice>[]>);
|
|
707
|
-
WebkitMaskBoxImageSource?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource>);
|
|
708
|
-
WebkitMaskBoxImageWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[]>);
|
|
709
|
-
WebkitMaskClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskClip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskClip>);
|
|
710
|
-
WebkitMaskComposite?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskComposite> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskComposite>);
|
|
711
|
-
WebkitMaskImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskImage> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskImage>);
|
|
712
|
-
WebkitMaskOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskOrigin> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskOrigin>);
|
|
713
|
-
WebkitMaskPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPosition<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPosition<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[]>);
|
|
714
|
-
WebkitMaskPositionX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionX<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionX<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[]>);
|
|
715
|
-
WebkitMaskPositionY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionY<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionY<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[]>);
|
|
716
|
-
WebkitMaskRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskRepeat> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskRepeat>);
|
|
717
|
-
WebkitMaskRepeatX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX>[]>);
|
|
718
|
-
WebkitMaskRepeatY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY>[]>);
|
|
719
|
-
WebkitMaskSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskSize<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskSize<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[]>);
|
|
720
|
-
WebkitMaxInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[]>);
|
|
721
|
-
WebkitOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order>[]>);
|
|
722
|
-
WebkitOverflowScrolling?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling>[]>);
|
|
723
|
-
WebkitPaddingEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[]>);
|
|
724
|
-
WebkitPaddingStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[]>);
|
|
725
|
-
WebkitPerspective?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number>>[]>);
|
|
726
|
-
WebkitPerspectiveOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[]>);
|
|
727
|
-
WebkitPrintColorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust>[]>);
|
|
728
|
-
WebkitRubyPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition>);
|
|
729
|
-
WebkitScrollSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType>);
|
|
730
|
-
WebkitShapeMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number>>[]>);
|
|
731
|
-
WebkitTapHighlightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTapHighlightColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTapHighlightColor>);
|
|
732
|
-
WebkitTextCombine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright>);
|
|
733
|
-
WebkitTextDecorationColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor>);
|
|
734
|
-
WebkitTextDecorationLine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine>);
|
|
735
|
-
WebkitTextDecorationSkip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip>);
|
|
736
|
-
WebkitTextDecorationStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[]>);
|
|
737
|
-
WebkitTextEmphasisColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor>);
|
|
738
|
-
WebkitTextEmphasisPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition>);
|
|
739
|
-
WebkitTextEmphasisStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle>);
|
|
740
|
-
WebkitTextFillColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextFillColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextFillColor>);
|
|
741
|
-
WebkitTextOrientation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation>[]>);
|
|
742
|
-
WebkitTextSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust>);
|
|
743
|
-
WebkitTextStrokeColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextStrokeColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextStrokeColor>);
|
|
744
|
-
WebkitTextStrokeWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[]>);
|
|
745
|
-
WebkitTextUnderlinePosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition>);
|
|
746
|
-
WebkitTouchCallout?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout>[]>);
|
|
747
|
-
WebkitTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform>);
|
|
748
|
-
WebkitTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]>);
|
|
749
|
-
WebkitTransformStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle>[]>);
|
|
750
|
-
WebkitTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>>);
|
|
751
|
-
WebkitTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>>);
|
|
752
|
-
WebkitTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty>);
|
|
753
|
-
WebkitTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction>);
|
|
754
|
-
WebkitUserModify?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify>[]>);
|
|
755
|
-
WebkitUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect>[]>);
|
|
756
|
-
WebkitWritingMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[]>);
|
|
757
|
-
MozAnimation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]>);
|
|
758
|
-
MozBorderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]>);
|
|
759
|
-
MozColumnRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[]>);
|
|
760
|
-
MozColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[]>);
|
|
761
|
-
MozOutlineRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[]>);
|
|
762
|
-
MozTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>>);
|
|
763
|
-
msContentZoomLimit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimit> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimit>);
|
|
764
|
-
msContentZoomSnap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnap> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnap>);
|
|
765
|
-
msFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[]>);
|
|
766
|
-
msScrollLimit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollLimit> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollLimit>);
|
|
767
|
-
msScrollSnapX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapX> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapX>);
|
|
768
|
-
msScrollSnapY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapY> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapY>);
|
|
769
|
-
msTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>>);
|
|
770
|
-
WebkitAnimation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]>);
|
|
771
|
-
WebkitBorderBefore?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[]>);
|
|
772
|
-
WebkitBorderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]>);
|
|
773
|
-
WebkitBorderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[]>);
|
|
774
|
-
WebkitColumnRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[]>);
|
|
775
|
-
WebkitColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[]>);
|
|
776
|
-
WebkitFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number>>[]>);
|
|
777
|
-
WebkitFlexFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow>);
|
|
778
|
-
WebkitMask?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number>>[]>);
|
|
779
|
-
WebkitMaskBoxImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder>[]>);
|
|
780
|
-
WebkitTextEmphasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis>);
|
|
781
|
-
WebkitTextStroke?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[]>);
|
|
782
|
-
WebkitTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>>);
|
|
783
|
-
boxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]>);
|
|
784
|
-
boxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]>);
|
|
785
|
-
boxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]>);
|
|
786
|
-
boxFlexGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[]>);
|
|
787
|
-
boxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[]>);
|
|
788
|
-
boxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]>);
|
|
789
|
-
boxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]>);
|
|
790
|
-
boxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]>);
|
|
791
|
-
clip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Clip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Clip>);
|
|
792
|
-
fontStretch?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStretch> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStretch>);
|
|
793
|
-
gridColumnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number>>[]>);
|
|
794
|
-
gridGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number>>[]>);
|
|
795
|
-
gridRowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number>>[]>);
|
|
796
|
-
imeMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[]>);
|
|
797
|
-
insetArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea>);
|
|
798
|
-
offsetBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number>>[]>);
|
|
799
|
-
offsetBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[]>);
|
|
800
|
-
offsetBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[]>);
|
|
801
|
-
offsetInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number>>[]>);
|
|
802
|
-
offsetInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[]>);
|
|
803
|
-
offsetInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[]>);
|
|
804
|
-
pageBreakAfter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter>[]>);
|
|
805
|
-
pageBreakBefore?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore>[]>);
|
|
806
|
-
pageBreakInside?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside>[]>);
|
|
807
|
-
positionTryOptions?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks>);
|
|
808
|
-
scrollSnapCoordinate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[]>);
|
|
809
|
-
scrollSnapDestination?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[]>);
|
|
810
|
-
scrollSnapPointsX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsX> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsX>);
|
|
811
|
-
scrollSnapPointsY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsY> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsY>);
|
|
812
|
-
scrollSnapTypeX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX>[]>);
|
|
813
|
-
scrollSnapTypeY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY>[]>);
|
|
814
|
-
KhtmlBoxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]>);
|
|
815
|
-
KhtmlBoxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]>);
|
|
816
|
-
KhtmlBoxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]>);
|
|
817
|
-
KhtmlBoxFlexGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[]>);
|
|
818
|
-
KhtmlBoxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[]>);
|
|
819
|
-
KhtmlBoxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]>);
|
|
820
|
-
KhtmlBoxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]>);
|
|
821
|
-
KhtmlBoxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]>);
|
|
822
|
-
KhtmlLineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak>[]>);
|
|
823
|
-
KhtmlOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[]>);
|
|
824
|
-
KhtmlUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[]>);
|
|
825
|
-
MozBackgroundClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip>);
|
|
826
|
-
MozBackgroundOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin>);
|
|
827
|
-
MozBackgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]>);
|
|
828
|
-
MozBorderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[]>);
|
|
829
|
-
MozBorderRadiusBottomleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[]>);
|
|
830
|
-
MozBorderRadiusBottomright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[]>);
|
|
831
|
-
MozBorderRadiusTopleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[]>);
|
|
832
|
-
MozBorderRadiusTopright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[]>);
|
|
833
|
-
MozBoxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]>);
|
|
834
|
-
MozBoxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]>);
|
|
835
|
-
MozBoxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]>);
|
|
836
|
-
MozBoxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]>);
|
|
837
|
-
MozBoxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]>);
|
|
838
|
-
MozBoxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]>);
|
|
839
|
-
MozBoxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow>);
|
|
840
|
-
MozColumnCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount>[]>);
|
|
841
|
-
MozColumnFill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill>[]>);
|
|
842
|
-
MozFloatEdge?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge>[]>);
|
|
843
|
-
MozForceBrokenImageIcon?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[]>);
|
|
844
|
-
MozOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity>[]>);
|
|
845
|
-
MozOutline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number>>[]>);
|
|
846
|
-
MozOutlineColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor>);
|
|
847
|
-
MozOutlineStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle>[]>);
|
|
848
|
-
MozOutlineWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number>>[]>);
|
|
849
|
-
MozTextAlignLast?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast>[]>);
|
|
850
|
-
MozTextDecorationColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor>);
|
|
851
|
-
MozTextDecorationLine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine>);
|
|
852
|
-
MozTextDecorationStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle>[]>);
|
|
853
|
-
MozTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>>);
|
|
854
|
-
MozTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>>);
|
|
855
|
-
MozTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty>);
|
|
856
|
-
MozTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction>);
|
|
857
|
-
MozUserFocus?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus>[]>);
|
|
858
|
-
MozUserInput?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput>[]>);
|
|
859
|
-
msImeMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[]>);
|
|
860
|
-
OAnimation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[]>);
|
|
861
|
-
OAnimationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}>>);
|
|
862
|
-
OAnimationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection>);
|
|
863
|
-
OAnimationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}>>);
|
|
864
|
-
OAnimationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode>);
|
|
865
|
-
OAnimationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount>[]>);
|
|
866
|
-
OAnimationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName>);
|
|
867
|
-
OAnimationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState>);
|
|
868
|
-
OAnimationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction>);
|
|
869
|
-
OBackgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number>>[]>);
|
|
870
|
-
OBorderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[]>);
|
|
871
|
-
OObjectFit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit>[]>);
|
|
872
|
-
OObjectPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number>>[]>);
|
|
873
|
-
OTabSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number>>[]>);
|
|
874
|
-
OTextOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow>);
|
|
875
|
-
OTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform>);
|
|
876
|
-
OTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number>>[]>);
|
|
877
|
-
OTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}>>);
|
|
878
|
-
OTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}>>);
|
|
879
|
-
OTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}>>);
|
|
880
|
-
OTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty>);
|
|
881
|
-
OTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction>);
|
|
882
|
-
WebkitBoxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign>[]>);
|
|
883
|
-
WebkitBoxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection>[]>);
|
|
884
|
-
WebkitBoxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex>[]>);
|
|
885
|
-
WebkitBoxFlexGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup>[]>);
|
|
886
|
-
WebkitBoxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines>[]>);
|
|
887
|
-
WebkitBoxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup>[]>);
|
|
888
|
-
WebkitBoxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient>[]>);
|
|
889
|
-
WebkitBoxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack>[]>);
|
|
890
|
-
colorInterpolation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation>[]>);
|
|
891
|
-
colorRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering>[]>);
|
|
892
|
-
glyphOrientationVertical?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical>[]>);
|
|
893
|
-
border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | (string & {}) | "inset" | "hidden" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "transparent" | "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentColor" | "none" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | "medium" | "thick" | "thin"> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | (string & {}) | "inset" | "hidden" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "transparent" | "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentColor" | "none" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | "medium" | "thick" | "thin">);
|
|
894
|
-
boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow>);
|
|
895
|
-
fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {})> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {})>);
|
|
896
|
-
zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {})> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {})>);
|
|
897
|
-
bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[]>);
|
|
898
|
-
m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number>>[]>);
|
|
899
|
-
mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]>);
|
|
900
|
-
mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number>>[]>);
|
|
901
|
-
mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number>>[]>);
|
|
902
|
-
ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]>);
|
|
903
|
-
mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]>);
|
|
904
|
-
marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number>>[]>);
|
|
905
|
-
my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]>);
|
|
906
|
-
marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number>>[]>);
|
|
907
|
-
p: string | number | readonly (import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number>>[])[] | {
|
|
908
|
-
[key: string]: import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number>>[];
|
|
909
|
-
} | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number>>[]>);
|
|
910
|
-
pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]>);
|
|
911
|
-
pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number>>[]>);
|
|
912
|
-
pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number>>[]>);
|
|
913
|
-
pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]>);
|
|
914
|
-
px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]>);
|
|
915
|
-
paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number>>[]>);
|
|
916
|
-
py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]>);
|
|
917
|
-
paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number>>[]>);
|
|
918
|
-
typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string>);
|
|
919
|
-
displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display>);
|
|
40
|
+
p: string;
|
|
920
41
|
"& .MuiOutlinedInput-root": any;
|
|
921
42
|
"& .MuiInputBase-input": {
|
|
922
43
|
cursor: string;
|
|
@@ -932,161 +53,1072 @@ export declare const SelectAutocomplete: {
|
|
|
932
53
|
fontSize: number;
|
|
933
54
|
};
|
|
934
55
|
} | {
|
|
935
|
-
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
"
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
"
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
"
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
56
|
+
p: string;
|
|
57
|
+
"& .MuiOutlinedInput-root": any;
|
|
58
|
+
"& .MuiInputBase-input": {
|
|
59
|
+
cursor: string;
|
|
60
|
+
height: number;
|
|
61
|
+
};
|
|
62
|
+
"& .MuiOutlinedInput-notchedOutline": {
|
|
63
|
+
border: string;
|
|
64
|
+
};
|
|
65
|
+
"& .MuiOutlinedInput-root .MuiAutocomplete-input": {
|
|
66
|
+
py: number;
|
|
67
|
+
};
|
|
68
|
+
"& .MuiAutocomplete-tag": {
|
|
69
|
+
fontSize: number;
|
|
70
|
+
};
|
|
71
|
+
} | {
|
|
72
|
+
clipPath?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ClipPath | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ClipPath | undefined>) | null;
|
|
73
|
+
filter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter | undefined>) | null;
|
|
74
|
+
marker?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Marker | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Marker | undefined>) | null;
|
|
75
|
+
mask?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | undefined>) | null;
|
|
76
|
+
accentColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AccentColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AccentColor | undefined>) | null;
|
|
77
|
+
alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>) | null;
|
|
78
|
+
alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>) | null;
|
|
79
|
+
alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined>) | null;
|
|
80
|
+
alignTracks?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignTracks | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignTracks | undefined>) | null;
|
|
81
|
+
alignmentBaseline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | undefined>) | null;
|
|
82
|
+
anchorName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorName | undefined>) | null;
|
|
83
|
+
anchorScope?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorScope | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnchorScope | undefined>) | null;
|
|
84
|
+
animationComposition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationComposition | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationComposition | undefined>) | null;
|
|
85
|
+
animationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined>) | null;
|
|
86
|
+
animationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined>) | null;
|
|
87
|
+
animationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined>) | null;
|
|
88
|
+
animationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined>) | null;
|
|
89
|
+
animationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined>) | null;
|
|
90
|
+
animationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined>) | null;
|
|
91
|
+
animationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined>) | null;
|
|
92
|
+
animationRangeEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeEnd<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeEnd<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>[] | undefined>) | null;
|
|
93
|
+
animationRangeStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeStart<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRangeStart<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number> | undefined>[] | undefined>) | null;
|
|
94
|
+
animationTimeline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimeline | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimeline | undefined>) | null;
|
|
95
|
+
animationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined>) | null;
|
|
96
|
+
appearance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | undefined>) | null;
|
|
97
|
+
aspectRatio?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | undefined>) | null;
|
|
98
|
+
backdropFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter | undefined>) | null;
|
|
99
|
+
backfaceVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | undefined>) | null;
|
|
100
|
+
backgroundAttachment?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundAttachment | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundAttachment | undefined>) | null;
|
|
101
|
+
backgroundBlendMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundBlendMode | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundBlendMode | undefined>) | null;
|
|
102
|
+
backgroundClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip | undefined>) | null;
|
|
103
|
+
backgroundColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined>) | null;
|
|
104
|
+
backgroundImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundImage | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundImage | undefined>) | null;
|
|
105
|
+
backgroundOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin | undefined>) | null;
|
|
106
|
+
backgroundPositionX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionX<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionX<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number> | undefined>[] | undefined>) | null;
|
|
107
|
+
backgroundPositionY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | undefined>) | null;
|
|
108
|
+
backgroundRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundRepeat | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundRepeat | undefined>) | null;
|
|
109
|
+
backgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined>) | null;
|
|
110
|
+
baselineShift?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | undefined>) | null;
|
|
111
|
+
blockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined>) | null;
|
|
112
|
+
borderBlockEndColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockEndColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockEndColor | undefined>) | null;
|
|
113
|
+
borderBlockEndStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | undefined>) | null;
|
|
114
|
+
borderBlockEndWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined>) | null;
|
|
115
|
+
borderBlockStartColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStartColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStartColor | undefined>) | null;
|
|
116
|
+
borderBlockStartStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | undefined>) | null;
|
|
117
|
+
borderBlockStartWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined>) | null;
|
|
118
|
+
borderBottomColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBottomColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBottomColor | undefined>) | null;
|
|
119
|
+
borderBottomLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined>) | null;
|
|
120
|
+
borderBottomRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined>) | null;
|
|
121
|
+
borderBottomStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle | undefined>[] | undefined>) | null;
|
|
122
|
+
borderBottomWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number> | undefined>[] | undefined>) | null;
|
|
123
|
+
borderCollapse?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse | undefined>[] | undefined>) | null;
|
|
124
|
+
borderEndEndRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number> | undefined>[] | undefined>) | null;
|
|
125
|
+
borderEndStartRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderEndStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number> | undefined>[] | undefined>) | null;
|
|
126
|
+
borderImageOutset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageOutset<string | number> | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageOutset<string | number> | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number> | undefined>[] | undefined>) | null;
|
|
127
|
+
borderImageRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageRepeat | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageRepeat | undefined>) | null;
|
|
128
|
+
borderImageSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | undefined>) | null;
|
|
129
|
+
borderImageSource?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageSource | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderImageSource | undefined>) | null;
|
|
130
|
+
borderImageWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | undefined>) | null;
|
|
131
|
+
borderInlineEndColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor | undefined>) | null;
|
|
132
|
+
borderInlineEndStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | undefined>) | null;
|
|
133
|
+
borderInlineEndWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined>) | null;
|
|
134
|
+
borderInlineStartColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor | undefined>) | null;
|
|
135
|
+
borderInlineStartStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | undefined>) | null;
|
|
136
|
+
borderInlineStartWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined>) | null;
|
|
137
|
+
borderLeftColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderLeftColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderLeftColor | undefined>) | null;
|
|
138
|
+
borderLeftStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | undefined>) | null;
|
|
139
|
+
borderLeftWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeftWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined>) | null;
|
|
140
|
+
borderRightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderRightColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderRightColor | undefined>) | null;
|
|
141
|
+
borderRightStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle | undefined>[] | undefined>) | null;
|
|
142
|
+
borderRightWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRightWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number> | undefined>[] | undefined>) | null;
|
|
143
|
+
borderSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderSpacing<string | number> | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderSpacing<string | number> | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number> | undefined>[] | undefined>) | null;
|
|
144
|
+
borderStartEndRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number> | undefined>[] | undefined>) | null;
|
|
145
|
+
borderStartStartRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderStartStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number> | undefined>[] | undefined>) | null;
|
|
146
|
+
borderTopColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderTopColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderTopColor | undefined>) | null;
|
|
147
|
+
borderTopLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined>) | null;
|
|
148
|
+
borderTopRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined>) | null;
|
|
149
|
+
borderTopStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle | undefined>[] | undefined>) | null;
|
|
150
|
+
borderTopWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number> | undefined>[] | undefined>) | null;
|
|
151
|
+
bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined>) | null;
|
|
152
|
+
boxDecorationBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | undefined>) | null;
|
|
153
|
+
boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>) | null;
|
|
154
|
+
breakAfter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter | undefined>[] | undefined>) | null;
|
|
155
|
+
breakBefore?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore | undefined>[] | undefined>) | null;
|
|
156
|
+
breakInside?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside | undefined>[] | undefined>) | null;
|
|
157
|
+
captionSide?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide | undefined>[] | undefined>) | null;
|
|
158
|
+
caretColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CaretColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CaretColor | undefined>) | null;
|
|
159
|
+
caretShape?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | undefined>) | null;
|
|
160
|
+
clear?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | undefined>) | null;
|
|
161
|
+
clipRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | undefined>) | null;
|
|
162
|
+
color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>) | null;
|
|
163
|
+
colorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | undefined>) | null;
|
|
164
|
+
colorInterpolationFilters?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | undefined>) | null;
|
|
165
|
+
colorScheme?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColorScheme | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColorScheme | undefined>) | null;
|
|
166
|
+
columnCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined>) | null;
|
|
167
|
+
columnFill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | undefined>) | null;
|
|
168
|
+
columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined>) | null;
|
|
169
|
+
columnRuleColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor | undefined>) | null;
|
|
170
|
+
columnRuleStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle | undefined>) | null;
|
|
171
|
+
columnRuleWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined>) | null;
|
|
172
|
+
columnSpan?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | undefined>) | null;
|
|
173
|
+
columnWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined>) | null;
|
|
174
|
+
contain?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Contain | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Contain | undefined>) | null;
|
|
175
|
+
containIntrinsicBlockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>[] | undefined>) | null;
|
|
176
|
+
containIntrinsicHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>[] | undefined>) | null;
|
|
177
|
+
containIntrinsicInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined>) | null;
|
|
178
|
+
containIntrinsicWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined>) | null;
|
|
179
|
+
containerName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerName | undefined>) | null;
|
|
180
|
+
containerType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerType | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ContainerType | undefined>) | null;
|
|
181
|
+
content?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Content | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Content | undefined>) | null;
|
|
182
|
+
contentVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | undefined>) | null;
|
|
183
|
+
counterIncrement?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterIncrement | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterIncrement | undefined>) | null;
|
|
184
|
+
counterReset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterReset | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterReset | undefined>) | null;
|
|
185
|
+
counterSet?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterSet | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.CounterSet | undefined>) | null;
|
|
186
|
+
cursor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Cursor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Cursor | undefined>) | null;
|
|
187
|
+
cx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | undefined>) | null;
|
|
188
|
+
cy?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | undefined>) | null;
|
|
189
|
+
d?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.D | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.D | undefined>) | null;
|
|
190
|
+
direction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | undefined>) | null;
|
|
191
|
+
display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>) | null;
|
|
192
|
+
dominantBaseline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | undefined>) | null;
|
|
193
|
+
emptyCells?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | undefined>) | null;
|
|
194
|
+
fieldSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | undefined>) | null;
|
|
195
|
+
fill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Fill | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Fill | undefined>) | null;
|
|
196
|
+
fillOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | undefined>) | null;
|
|
197
|
+
fillRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | undefined>) | null;
|
|
198
|
+
flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined>) | null;
|
|
199
|
+
flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>) | null;
|
|
200
|
+
flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>) | null;
|
|
201
|
+
flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined>) | null;
|
|
202
|
+
flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined>) | null;
|
|
203
|
+
float?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | undefined>) | null;
|
|
204
|
+
floodColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FloodColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FloodColor | undefined>) | null;
|
|
205
|
+
floodOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | undefined>) | null;
|
|
206
|
+
fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFamily | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFamily | undefined>) | null;
|
|
207
|
+
fontFeatureSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings | undefined>) | null;
|
|
208
|
+
fontKerning?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | undefined>) | null;
|
|
209
|
+
fontLanguageOverride?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride | undefined>) | null;
|
|
210
|
+
fontOpticalSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing | undefined>[] | undefined>) | null;
|
|
211
|
+
fontPalette?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontPalette | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontPalette | undefined>) | null;
|
|
212
|
+
fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>) | null;
|
|
213
|
+
fontSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | undefined>) | null;
|
|
214
|
+
fontSmooth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined>) | null;
|
|
215
|
+
fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined>) | null;
|
|
216
|
+
fontSynthesis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontSynthesis | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontSynthesis | undefined>) | null;
|
|
217
|
+
fontSynthesisPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | undefined>) | null;
|
|
218
|
+
fontSynthesisSmallCaps?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps | undefined>[] | undefined>) | null;
|
|
219
|
+
fontSynthesisStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle | undefined>[] | undefined>) | null;
|
|
220
|
+
fontSynthesisWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight | undefined>[] | undefined>) | null;
|
|
221
|
+
fontVariant?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariant | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariant | undefined>) | null;
|
|
222
|
+
fontVariantAlternates?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantAlternates | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantAlternates | undefined>) | null;
|
|
223
|
+
fontVariantCaps?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps | undefined>[] | undefined>) | null;
|
|
224
|
+
fontVariantEastAsian?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantEastAsian | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantEastAsian | undefined>) | null;
|
|
225
|
+
fontVariantEmoji?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji | undefined>[] | undefined>) | null;
|
|
226
|
+
fontVariantLigatures?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures | undefined>) | null;
|
|
227
|
+
fontVariantNumeric?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantNumeric | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantNumeric | undefined>) | null;
|
|
228
|
+
fontVariantPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | undefined>) | null;
|
|
229
|
+
fontVariationSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariationSettings | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariationSettings | undefined>) | null;
|
|
230
|
+
fontWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontWidth | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontWidth | undefined>) | null;
|
|
231
|
+
forcedColorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | undefined>) | null;
|
|
232
|
+
gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined>) | null;
|
|
233
|
+
gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined>) | null;
|
|
234
|
+
gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined>) | null;
|
|
235
|
+
gridColumnEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | undefined>) | null;
|
|
236
|
+
gridColumnStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | undefined>) | null;
|
|
237
|
+
gridRowEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | undefined>) | null;
|
|
238
|
+
gridRowStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | undefined>) | null;
|
|
239
|
+
gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined>) | null;
|
|
240
|
+
gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined>) | null;
|
|
241
|
+
gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined>) | null;
|
|
242
|
+
hangingPunctuation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HangingPunctuation | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HangingPunctuation | undefined>) | null;
|
|
243
|
+
height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined>) | null;
|
|
244
|
+
hyphenateCharacter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter | undefined>) | null;
|
|
245
|
+
hyphenateLimitChars?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | undefined>) | null;
|
|
246
|
+
hyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined>) | null;
|
|
247
|
+
imageOrientation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageOrientation | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageOrientation | undefined>) | null;
|
|
248
|
+
imageRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | undefined>) | null;
|
|
249
|
+
imageResolution?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageResolution | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ImageResolution | undefined>) | null;
|
|
250
|
+
initialLetter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | undefined>) | null;
|
|
251
|
+
initialLetterAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | undefined>) | null;
|
|
252
|
+
inlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined>) | null;
|
|
253
|
+
insetBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined>) | null;
|
|
254
|
+
insetBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined>) | null;
|
|
255
|
+
insetInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
256
|
+
insetInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
257
|
+
interpolateSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | undefined>) | null;
|
|
258
|
+
isolation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | undefined>) | null;
|
|
259
|
+
justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined>) | null;
|
|
260
|
+
justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined>) | null;
|
|
261
|
+
justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined>) | null;
|
|
262
|
+
justifyTracks?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyTracks | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyTracks | undefined>) | null;
|
|
263
|
+
left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined>) | null;
|
|
264
|
+
letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined>) | null;
|
|
265
|
+
lightingColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.LightingColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.LightingColor | undefined>) | null;
|
|
266
|
+
lineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined>) | null;
|
|
267
|
+
lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined>) | null;
|
|
268
|
+
lineHeightStep?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeightStep<string | number> | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeightStep<string | number> | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined>) | null;
|
|
269
|
+
listStyleImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleImage | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleImage | undefined>) | null;
|
|
270
|
+
listStylePosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition | undefined>[] | undefined>) | null;
|
|
271
|
+
listStyleType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleType | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyleType | undefined>) | null;
|
|
272
|
+
marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined>) | null;
|
|
273
|
+
marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined>) | null;
|
|
274
|
+
marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>) | null;
|
|
275
|
+
marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
276
|
+
marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
277
|
+
marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>) | null;
|
|
278
|
+
marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>) | null;
|
|
279
|
+
marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>) | null;
|
|
280
|
+
marginTrim?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | undefined>) | null;
|
|
281
|
+
markerEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerEnd | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerEnd | undefined>) | null;
|
|
282
|
+
markerMid?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerMid | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerMid | undefined>) | null;
|
|
283
|
+
markerStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerStart | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MarkerStart | undefined>) | null;
|
|
284
|
+
maskBorderMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | undefined>) | null;
|
|
285
|
+
maskBorderOutset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined>) | null;
|
|
286
|
+
maskBorderRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat | undefined>) | null;
|
|
287
|
+
maskBorderSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined>) | null;
|
|
288
|
+
maskBorderSource?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource | undefined>) | null;
|
|
289
|
+
maskBorderWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined>) | null;
|
|
290
|
+
maskClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskClip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskClip | undefined>) | null;
|
|
291
|
+
maskComposite?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskComposite | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskComposite | undefined>) | null;
|
|
292
|
+
maskImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskImage | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskImage | undefined>) | null;
|
|
293
|
+
maskMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskMode | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskMode | undefined>) | null;
|
|
294
|
+
maskOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskOrigin | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskOrigin | undefined>) | null;
|
|
295
|
+
maskPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskPosition<string | number> | readonly NonNullable<import("csstype").Property.MaskPosition<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskPosition<string | number> | readonly NonNullable<import("csstype").Property.MaskPosition<string | number> | undefined>[] | undefined>) | null;
|
|
296
|
+
maskRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskRepeat | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskRepeat | undefined>) | null;
|
|
297
|
+
maskSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskSize<string | number> | readonly NonNullable<import("csstype").Property.MaskSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskSize<string | number> | readonly NonNullable<import("csstype").Property.MaskSize<string | number> | undefined>[] | undefined>) | null;
|
|
298
|
+
maskType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType | undefined>[] | undefined>) | null;
|
|
299
|
+
masonryAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MasonryAutoFlow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MasonryAutoFlow | undefined>) | null;
|
|
300
|
+
mathDepth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth | undefined>[] | undefined>) | null;
|
|
301
|
+
mathShift?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift | undefined>[] | undefined>) | null;
|
|
302
|
+
mathStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle | undefined>[] | undefined>) | null;
|
|
303
|
+
maxBlockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number> | undefined>[] | undefined>) | null;
|
|
304
|
+
maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined>) | null;
|
|
305
|
+
maxInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined>) | null;
|
|
306
|
+
maxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines | undefined>[] | undefined>) | null;
|
|
307
|
+
maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined>) | null;
|
|
308
|
+
minBlockSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number> | undefined>[] | undefined>) | null;
|
|
309
|
+
minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined>) | null;
|
|
310
|
+
minInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number> | undefined>[] | undefined>) | null;
|
|
311
|
+
minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined>) | null;
|
|
312
|
+
mixBlendMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode | undefined>[] | undefined>) | null;
|
|
313
|
+
motionDistance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined>) | null;
|
|
314
|
+
motionPath?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath | undefined>) | null;
|
|
315
|
+
motionRotation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate | undefined>) | null;
|
|
316
|
+
objectFit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | undefined>) | null;
|
|
317
|
+
objectPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined>) | null;
|
|
318
|
+
objectViewBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ObjectViewBox | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ObjectViewBox | undefined>) | null;
|
|
319
|
+
offsetAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | undefined>) | null;
|
|
320
|
+
offsetDistance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined>) | null;
|
|
321
|
+
offsetPath?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetPath | undefined>) | null;
|
|
322
|
+
offsetPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetPosition<string | number> | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OffsetPosition<string | number> | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number> | undefined>[] | undefined>) | null;
|
|
323
|
+
offsetRotate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate | undefined>) | null;
|
|
324
|
+
offsetRotation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OffsetRotate | undefined>) | null;
|
|
325
|
+
opacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined>) | null;
|
|
326
|
+
order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>) | null;
|
|
327
|
+
orphans?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | undefined>) | null;
|
|
328
|
+
outlineColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor | undefined>) | null;
|
|
329
|
+
outlineOffset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineOffset<string | number> | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineOffset<string | number> | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined>) | null;
|
|
330
|
+
outlineStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | undefined>) | null;
|
|
331
|
+
outlineWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined>) | null;
|
|
332
|
+
overflowAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | undefined>) | null;
|
|
333
|
+
overflowBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | undefined>) | null;
|
|
334
|
+
overflowClipBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox | undefined>[] | undefined>) | null;
|
|
335
|
+
overflowClipMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipMargin<string | number> | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowClipMargin<string | number> | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number> | undefined>[] | undefined>) | null;
|
|
336
|
+
overflowInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline | undefined>[] | undefined>) | null;
|
|
337
|
+
overflowWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap | undefined>[] | undefined>) | null;
|
|
338
|
+
overflowX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | undefined>) | null;
|
|
339
|
+
overflowY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY | undefined>[] | undefined>) | null;
|
|
340
|
+
overlay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Overlay | readonly NonNullable<import("csstype").Property.Overlay | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Overlay | readonly NonNullable<import("csstype").Property.Overlay | undefined>[] | undefined>) | null;
|
|
341
|
+
overscrollBehaviorBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorBlock | readonly NonNullable<import("csstype").Property.OverscrollBehaviorBlock | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorBlock | readonly NonNullable<import("csstype").Property.OverscrollBehaviorBlock | undefined>[] | undefined>) | null;
|
|
342
|
+
overscrollBehaviorInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline | undefined>[] | undefined>) | null;
|
|
343
|
+
overscrollBehaviorX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX | undefined>[] | undefined>) | null;
|
|
344
|
+
overscrollBehaviorY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY | undefined>[] | undefined>) | null;
|
|
345
|
+
paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>) | null;
|
|
346
|
+
paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined>) | null;
|
|
347
|
+
paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>) | null;
|
|
348
|
+
paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
349
|
+
paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
350
|
+
paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>) | null;
|
|
351
|
+
paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>) | null;
|
|
352
|
+
paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>) | null;
|
|
353
|
+
page?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Page | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Page | undefined>) | null;
|
|
354
|
+
paintOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PaintOrder | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PaintOrder | undefined>) | null;
|
|
355
|
+
perspective?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined>) | null;
|
|
356
|
+
perspectiveOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
357
|
+
pointerEvents?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | undefined>) | null;
|
|
358
|
+
position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined>) | null;
|
|
359
|
+
positionAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionAnchor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionAnchor | undefined>) | null;
|
|
360
|
+
positionArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea | undefined>) | null;
|
|
361
|
+
positionTryFallbacks?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks | undefined>) | null;
|
|
362
|
+
positionTryOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | undefined>) | null;
|
|
363
|
+
positionVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionVisibility | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionVisibility | undefined>) | null;
|
|
364
|
+
printColorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | undefined>) | null;
|
|
365
|
+
quotes?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Quotes | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Quotes | undefined>) | null;
|
|
366
|
+
r?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | undefined>) | null;
|
|
367
|
+
resize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | undefined>) | null;
|
|
368
|
+
right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined>) | null;
|
|
369
|
+
rotate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Rotate | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Rotate | undefined>) | null;
|
|
370
|
+
rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined>) | null;
|
|
371
|
+
rubyAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | undefined>) | null;
|
|
372
|
+
rubyMerge?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | undefined>) | null;
|
|
373
|
+
rubyOverhang?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | undefined>) | null;
|
|
374
|
+
rubyPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition | undefined>) | null;
|
|
375
|
+
rx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | undefined>) | null;
|
|
376
|
+
ry?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | undefined>) | null;
|
|
377
|
+
scale?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | undefined>) | null;
|
|
378
|
+
scrollBehavior?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | undefined>) | null;
|
|
379
|
+
scrollInitialTarget?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | undefined>) | null;
|
|
380
|
+
scrollMarginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined>) | null;
|
|
381
|
+
scrollMarginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined>) | null;
|
|
382
|
+
scrollMarginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined>) | null;
|
|
383
|
+
scrollMarginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
384
|
+
scrollMarginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
385
|
+
scrollMarginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined>) | null;
|
|
386
|
+
scrollMarginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined>) | null;
|
|
387
|
+
scrollMarginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined>) | null;
|
|
388
|
+
scrollPaddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>[] | undefined>) | null;
|
|
389
|
+
scrollPaddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>[] | undefined>) | null;
|
|
390
|
+
scrollPaddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>[] | undefined>) | null;
|
|
391
|
+
scrollPaddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
392
|
+
scrollPaddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
393
|
+
scrollPaddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>[] | undefined>) | null;
|
|
394
|
+
scrollPaddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>[] | undefined>) | null;
|
|
395
|
+
scrollPaddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>[] | undefined>) | null;
|
|
396
|
+
scrollSnapAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapAlign | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapAlign | undefined>) | null;
|
|
397
|
+
scrollSnapMarginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined>) | null;
|
|
398
|
+
scrollSnapMarginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined>) | null;
|
|
399
|
+
scrollSnapMarginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined>) | null;
|
|
400
|
+
scrollSnapMarginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined>) | null;
|
|
401
|
+
scrollSnapStop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop | undefined>[] | undefined>) | null;
|
|
402
|
+
scrollSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType | undefined>) | null;
|
|
403
|
+
scrollTimelineAxis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineAxis | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineAxis | undefined>) | null;
|
|
404
|
+
scrollTimelineName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimelineName | undefined>) | null;
|
|
405
|
+
scrollbarColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarColor | undefined>) | null;
|
|
406
|
+
scrollbarGutter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarGutter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollbarGutter | undefined>) | null;
|
|
407
|
+
scrollbarWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth | undefined>[] | undefined>) | null;
|
|
408
|
+
shapeImageThreshold?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | undefined>) | null;
|
|
409
|
+
shapeMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined>) | null;
|
|
410
|
+
shapeOutside?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ShapeOutside | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ShapeOutside | undefined>) | null;
|
|
411
|
+
shapeRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | undefined>) | null;
|
|
412
|
+
speakAs?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.SpeakAs | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.SpeakAs | undefined>) | null;
|
|
413
|
+
stopColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StopColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StopColor | undefined>) | null;
|
|
414
|
+
stopOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | undefined>) | null;
|
|
415
|
+
stroke?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Stroke | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Stroke | undefined>) | null;
|
|
416
|
+
strokeColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StrokeColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.StrokeColor | undefined>) | null;
|
|
417
|
+
strokeDasharray?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | undefined>) | null;
|
|
418
|
+
strokeDashoffset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | undefined>) | null;
|
|
419
|
+
strokeLinecap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | undefined>) | null;
|
|
420
|
+
strokeLinejoin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | undefined>) | null;
|
|
421
|
+
strokeMiterlimit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | undefined>) | null;
|
|
422
|
+
strokeOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | undefined>) | null;
|
|
423
|
+
strokeWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | undefined>) | null;
|
|
424
|
+
tabSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined>) | null;
|
|
425
|
+
tableLayout?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | undefined>) | null;
|
|
426
|
+
textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined>) | null;
|
|
427
|
+
textAlignLast?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | undefined>) | null;
|
|
428
|
+
textAnchor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | undefined>) | null;
|
|
429
|
+
textAutospace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextAutospace | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextAutospace | undefined>) | null;
|
|
430
|
+
textBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBox | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBox | undefined>) | null;
|
|
431
|
+
textBoxEdge?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBoxEdge | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextBoxEdge | undefined>) | null;
|
|
432
|
+
textBoxTrim?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | undefined>) | null;
|
|
433
|
+
textCombineUpright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright | undefined>) | null;
|
|
434
|
+
textDecorationColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor | undefined>) | null;
|
|
435
|
+
textDecorationLine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine | undefined>) | null;
|
|
436
|
+
textDecorationSkip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip | undefined>) | null;
|
|
437
|
+
textDecorationSkipInk?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk | undefined>[] | undefined>) | null;
|
|
438
|
+
textDecorationStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | undefined>) | null;
|
|
439
|
+
textDecorationThickness?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationThickness<string | number> | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationThickness<string | number> | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number> | undefined>[] | undefined>) | null;
|
|
440
|
+
textEmphasisColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor | undefined>) | null;
|
|
441
|
+
textEmphasisPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition | undefined>) | null;
|
|
442
|
+
textEmphasisStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle | undefined>) | null;
|
|
443
|
+
textIndent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextIndent<string | number> | readonly NonNullable<import("csstype").Property.TextIndent<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextIndent<string | number> | readonly NonNullable<import("csstype").Property.TextIndent<string | number> | undefined>[] | undefined>) | null;
|
|
444
|
+
textJustify?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify | undefined>[] | undefined>) | null;
|
|
445
|
+
textOrientation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | undefined>) | null;
|
|
446
|
+
textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>) | null;
|
|
447
|
+
textRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | undefined>) | null;
|
|
448
|
+
textShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextShadow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextShadow | undefined>) | null;
|
|
449
|
+
textSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust | undefined>) | null;
|
|
450
|
+
textSpacingTrim?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | undefined>) | null;
|
|
451
|
+
textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextTransform | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextTransform | undefined>) | null;
|
|
452
|
+
textUnderlineOffset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | undefined>) | null;
|
|
453
|
+
textUnderlinePosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition | undefined>) | null;
|
|
454
|
+
textWrapMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | undefined>) | null;
|
|
455
|
+
textWrapStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | undefined>) | null;
|
|
456
|
+
timelineScope?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TimelineScope | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TimelineScope | undefined>) | null;
|
|
457
|
+
top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined>) | null;
|
|
458
|
+
touchAction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction | undefined>) | null;
|
|
459
|
+
transform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined>) | null;
|
|
460
|
+
transformBox?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox | undefined>[] | undefined>) | null;
|
|
461
|
+
transformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
462
|
+
transformStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | undefined>) | null;
|
|
463
|
+
transitionBehavior?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionBehavior | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionBehavior | undefined>) | null;
|
|
464
|
+
transitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined>) | null;
|
|
465
|
+
transitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined>) | null;
|
|
466
|
+
transitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined>) | null;
|
|
467
|
+
transitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined>) | null;
|
|
468
|
+
translate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | undefined>) | null;
|
|
469
|
+
unicodeBidi?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | undefined>) | null;
|
|
470
|
+
userSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | undefined>) | null;
|
|
471
|
+
vectorEffect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | undefined>) | null;
|
|
472
|
+
verticalAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | undefined>) | null;
|
|
473
|
+
viewTimelineAxis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineAxis | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineAxis | undefined>) | null;
|
|
474
|
+
viewTimelineInset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | undefined>) | null;
|
|
475
|
+
viewTimelineName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimelineName | undefined>) | null;
|
|
476
|
+
viewTransitionClass?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionClass | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionClass | undefined>) | null;
|
|
477
|
+
viewTransitionName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTransitionName | undefined>) | null;
|
|
478
|
+
visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined>) | null;
|
|
479
|
+
whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined>) | null;
|
|
480
|
+
whiteSpaceCollapse?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | undefined>) | null;
|
|
481
|
+
widows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | undefined>) | null;
|
|
482
|
+
width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined>) | null;
|
|
483
|
+
willChange?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WillChange | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WillChange | undefined>) | null;
|
|
484
|
+
wordBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | undefined>) | null;
|
|
485
|
+
wordSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordSpacing<string | number> | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordSpacing<string | number> | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined>) | null;
|
|
486
|
+
wordWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | undefined>) | null;
|
|
487
|
+
writingMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | undefined>) | null;
|
|
488
|
+
x?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | undefined>) | null;
|
|
489
|
+
y?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | undefined>) | null;
|
|
490
|
+
zoom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | undefined>) | null;
|
|
491
|
+
all?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Globals | readonly NonNullable<import("csstype").Globals | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Globals | readonly NonNullable<import("csstype").Globals | undefined>[] | undefined>) | null;
|
|
492
|
+
animation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined>) | null;
|
|
493
|
+
animationRange?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | undefined>) | null;
|
|
494
|
+
background?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | undefined>) | null;
|
|
495
|
+
backgroundPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | undefined>) | null;
|
|
496
|
+
borderBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | undefined>) | null;
|
|
497
|
+
borderBlockColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockColor | undefined>) | null;
|
|
498
|
+
borderBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | undefined>) | null;
|
|
499
|
+
borderBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | undefined>) | null;
|
|
500
|
+
borderBlockStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderBlockStyle | undefined>) | null;
|
|
501
|
+
borderBlockWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined>) | null;
|
|
502
|
+
borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined>) | null;
|
|
503
|
+
borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined>) | null;
|
|
504
|
+
borderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined>) | null;
|
|
505
|
+
borderInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | undefined>) | null;
|
|
506
|
+
borderInlineColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineColor | undefined>) | null;
|
|
507
|
+
borderInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
508
|
+
borderInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
509
|
+
borderInlineStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStyle | undefined>) | null;
|
|
510
|
+
borderInlineWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined>) | null;
|
|
511
|
+
borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined>) | null;
|
|
512
|
+
borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>) | null;
|
|
513
|
+
borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined>) | null;
|
|
514
|
+
borderStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderStyle | undefined>) | null;
|
|
515
|
+
borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined>) | null;
|
|
516
|
+
borderWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderWidth<string | number> | undefined>[] | undefined>) | null;
|
|
517
|
+
caret?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Caret | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Caret | undefined>) | null;
|
|
518
|
+
columnRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined>) | null;
|
|
519
|
+
columns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined>) | null;
|
|
520
|
+
containIntrinsicSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ContainIntrinsicSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>[] | undefined>) | null;
|
|
521
|
+
container?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Container | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Container | undefined>) | null;
|
|
522
|
+
flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>) | null;
|
|
523
|
+
flexFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow | undefined>) | null;
|
|
524
|
+
font?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Font | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Font | undefined>) | null;
|
|
525
|
+
gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined>) | null;
|
|
526
|
+
grid?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Grid | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Grid | undefined>) | null;
|
|
527
|
+
gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined>) | null;
|
|
528
|
+
gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined>) | null;
|
|
529
|
+
gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined>) | null;
|
|
530
|
+
gridTemplate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplate | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplate | undefined>) | null;
|
|
531
|
+
inset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | undefined>) | null;
|
|
532
|
+
insetBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined>) | null;
|
|
533
|
+
insetInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined>) | null;
|
|
534
|
+
lineClamp?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineClamp | readonly NonNullable<import("csstype").Property.LineClamp | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineClamp | readonly NonNullable<import("csstype").Property.LineClamp | undefined>[] | undefined>) | null;
|
|
535
|
+
listStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ListStyle | undefined>) | null;
|
|
536
|
+
margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>) | null;
|
|
537
|
+
marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined>) | null;
|
|
538
|
+
marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined>) | null;
|
|
539
|
+
maskBorder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | undefined>) | null;
|
|
540
|
+
motion?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined>) | null;
|
|
541
|
+
offset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined>) | null;
|
|
542
|
+
outline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined>) | null;
|
|
543
|
+
overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined>) | null;
|
|
544
|
+
overscrollBehavior?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OverscrollBehavior | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OverscrollBehavior | undefined>) | null;
|
|
545
|
+
padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>) | null;
|
|
546
|
+
paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined>) | null;
|
|
547
|
+
paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined>) | null;
|
|
548
|
+
placeContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceContent | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceContent | undefined>) | null;
|
|
549
|
+
placeItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceItems | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceItems | undefined>) | null;
|
|
550
|
+
placeSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceSelf | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PlaceSelf | undefined>) | null;
|
|
551
|
+
positionTry?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTry | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTry | undefined>) | null;
|
|
552
|
+
scrollMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined>) | null;
|
|
553
|
+
scrollMarginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | undefined>) | null;
|
|
554
|
+
scrollMarginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | undefined>) | null;
|
|
555
|
+
scrollPadding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPadding<string | number> | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPadding<string | number> | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number> | undefined>[] | undefined>) | null;
|
|
556
|
+
scrollPaddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>[] | undefined>) | null;
|
|
557
|
+
scrollPaddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>[] | undefined>) | null;
|
|
558
|
+
scrollSnapMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined>) | null;
|
|
559
|
+
scrollTimeline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimeline | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollTimeline | undefined>) | null;
|
|
560
|
+
textDecoration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | undefined>) | null;
|
|
561
|
+
textEmphasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis | undefined>) | null;
|
|
562
|
+
textWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextWrap | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextWrap | undefined>) | null;
|
|
563
|
+
transition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined>) | null;
|
|
564
|
+
viewTimeline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimeline | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ViewTimeline | undefined>) | null;
|
|
565
|
+
MozAnimationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined>) | null;
|
|
566
|
+
MozAnimationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined>) | null;
|
|
567
|
+
MozAnimationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined>) | null;
|
|
568
|
+
MozAnimationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined>) | null;
|
|
569
|
+
MozAnimationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined>) | null;
|
|
570
|
+
MozAnimationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined>) | null;
|
|
571
|
+
MozAnimationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined>) | null;
|
|
572
|
+
MozAnimationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined>) | null;
|
|
573
|
+
MozAppearance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | undefined>) | null;
|
|
574
|
+
MozBackfaceVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | undefined>) | null;
|
|
575
|
+
MozBinding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBinding | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBinding | undefined>) | null;
|
|
576
|
+
MozBorderBottomColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderBottomColors | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderBottomColors | undefined>) | null;
|
|
577
|
+
MozBorderEndColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineEndColor | undefined>) | null;
|
|
578
|
+
MozBorderEndStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | undefined>) | null;
|
|
579
|
+
MozBorderEndWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined>) | null;
|
|
580
|
+
MozBorderLeftColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderLeftColors | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderLeftColors | undefined>) | null;
|
|
581
|
+
MozBorderRightColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderRightColors | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderRightColors | undefined>) | null;
|
|
582
|
+
MozBorderStartColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderInlineStartColor | undefined>) | null;
|
|
583
|
+
MozBorderStartStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | undefined>) | null;
|
|
584
|
+
MozBorderTopColors?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderTopColors | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozBorderTopColors | undefined>) | null;
|
|
585
|
+
MozBoxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>) | null;
|
|
586
|
+
MozColumnRuleColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor | undefined>) | null;
|
|
587
|
+
MozColumnRuleStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle | undefined>) | null;
|
|
588
|
+
MozColumnRuleWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined>) | null;
|
|
589
|
+
MozColumnWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined>) | null;
|
|
590
|
+
MozContextProperties?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozContextProperties | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MozContextProperties | undefined>) | null;
|
|
591
|
+
MozFontFeatureSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings | undefined>) | null;
|
|
592
|
+
MozFontLanguageOverride?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride | undefined>) | null;
|
|
593
|
+
MozHyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined>) | null;
|
|
594
|
+
MozMarginEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
595
|
+
MozMarginStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
596
|
+
MozOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | undefined>) | null;
|
|
597
|
+
MozOsxFontSmoothing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined>) | null;
|
|
598
|
+
MozOutlineRadiusBottomleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>[] | undefined>) | null;
|
|
599
|
+
MozOutlineRadiusBottomright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>[] | undefined>) | null;
|
|
600
|
+
MozOutlineRadiusTopleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>[] | undefined>) | null;
|
|
601
|
+
MozOutlineRadiusTopright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined>) | null;
|
|
602
|
+
MozPaddingEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
603
|
+
MozPaddingStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
604
|
+
MozPerspective?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined>) | null;
|
|
605
|
+
MozPerspectiveOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
606
|
+
MozStackSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | undefined>) | null;
|
|
607
|
+
MozTabSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined>) | null;
|
|
608
|
+
MozTextBlink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | undefined>) | null;
|
|
609
|
+
MozTextSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust | undefined>) | null;
|
|
610
|
+
MozTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined>) | null;
|
|
611
|
+
MozTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
612
|
+
MozTransformStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | undefined>) | null;
|
|
613
|
+
MozUserModify?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | undefined>) | null;
|
|
614
|
+
MozUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | undefined>) | null;
|
|
615
|
+
MozWindowDragging?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | undefined>) | null;
|
|
616
|
+
MozWindowShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowShadow | readonly NonNullable<import("csstype").Property.MozWindowShadow | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozWindowShadow | readonly NonNullable<import("csstype").Property.MozWindowShadow | undefined>[] | undefined>) | null;
|
|
617
|
+
msAccelerator?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator | undefined>[] | undefined>) | null;
|
|
618
|
+
msBlockProgression?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression | undefined>[] | undefined>) | null;
|
|
619
|
+
msContentZoomChaining?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining | undefined>[] | undefined>) | null;
|
|
620
|
+
msContentZoomLimitMax?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMax | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMax | undefined>) | null;
|
|
621
|
+
msContentZoomLimitMin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMin | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimitMin | undefined>) | null;
|
|
622
|
+
msContentZoomSnapPoints?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnapPoints | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnapPoints | undefined>) | null;
|
|
623
|
+
msContentZoomSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType | undefined>[] | undefined>) | null;
|
|
624
|
+
msContentZooming?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming | undefined>[] | undefined>) | null;
|
|
625
|
+
msFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFilter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFilter | undefined>) | null;
|
|
626
|
+
msFlexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>) | null;
|
|
627
|
+
msFlexPositive?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>) | null;
|
|
628
|
+
msFlowFrom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowFrom | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowFrom | undefined>) | null;
|
|
629
|
+
msFlowInto?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowInto | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsFlowInto | undefined>) | null;
|
|
630
|
+
msGridColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | undefined>) | null;
|
|
631
|
+
msGridRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | undefined>) | null;
|
|
632
|
+
msHighContrastAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | undefined>) | null;
|
|
633
|
+
msHyphenateLimitChars?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | undefined>) | null;
|
|
634
|
+
msHyphenateLimitLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | undefined>) | null;
|
|
635
|
+
msHyphenateLimitZone?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | undefined>) | null;
|
|
636
|
+
msHyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined>) | null;
|
|
637
|
+
msImeAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign | undefined>[] | undefined>) | null;
|
|
638
|
+
msLineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined>) | null;
|
|
639
|
+
msOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>) | null;
|
|
640
|
+
msOverflowStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle | undefined>[] | undefined>) | null;
|
|
641
|
+
msOverflowX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | undefined>) | null;
|
|
642
|
+
msOverflowY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY | undefined>[] | undefined>) | null;
|
|
643
|
+
msScrollChaining?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining | undefined>[] | undefined>) | null;
|
|
644
|
+
msScrollLimitXMax?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number> | undefined>[] | undefined>) | null;
|
|
645
|
+
msScrollLimitXMin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number> | undefined>[] | undefined>) | null;
|
|
646
|
+
msScrollLimitYMax?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number> | undefined>[] | undefined>) | null;
|
|
647
|
+
msScrollLimitYMin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number> | undefined>[] | undefined>) | null;
|
|
648
|
+
msScrollRails?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails | undefined>[] | undefined>) | null;
|
|
649
|
+
msScrollSnapPointsX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsX | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsX | undefined>) | null;
|
|
650
|
+
msScrollSnapPointsY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsY | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapPointsY | undefined>) | null;
|
|
651
|
+
msScrollSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType | undefined>[] | undefined>) | null;
|
|
652
|
+
msScrollTranslation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation | undefined>[] | undefined>) | null;
|
|
653
|
+
msScrollbar3dlightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbar3dlightColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbar3dlightColor | undefined>) | null;
|
|
654
|
+
msScrollbarArrowColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarArrowColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarArrowColor | undefined>) | null;
|
|
655
|
+
msScrollbarBaseColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarBaseColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarBaseColor | undefined>) | null;
|
|
656
|
+
msScrollbarDarkshadowColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarDarkshadowColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarDarkshadowColor | undefined>) | null;
|
|
657
|
+
msScrollbarFaceColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarFaceColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarFaceColor | undefined>) | null;
|
|
658
|
+
msScrollbarHighlightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarHighlightColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarHighlightColor | undefined>) | null;
|
|
659
|
+
msScrollbarShadowColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarShadowColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarShadowColor | undefined>) | null;
|
|
660
|
+
msScrollbarTrackColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarTrackColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollbarTrackColor | undefined>) | null;
|
|
661
|
+
msTextAutospace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace | undefined>[] | undefined>) | null;
|
|
662
|
+
msTextCombineHorizontal?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright | undefined>) | null;
|
|
663
|
+
msTextOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>) | null;
|
|
664
|
+
msTouchAction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TouchAction | undefined>) | null;
|
|
665
|
+
msTouchSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect | undefined>[] | undefined>) | null;
|
|
666
|
+
msTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined>) | null;
|
|
667
|
+
msTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
668
|
+
msTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined>) | null;
|
|
669
|
+
msTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined>) | null;
|
|
670
|
+
msTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined>) | null;
|
|
671
|
+
msTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined>) | null;
|
|
672
|
+
msUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect | undefined>[] | undefined>) | null;
|
|
673
|
+
msWordBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | undefined>) | null;
|
|
674
|
+
msWrapFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow | undefined>[] | undefined>) | null;
|
|
675
|
+
msWrapMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapMargin<string | number> | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapMargin<string | number> | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number> | undefined>[] | undefined>) | null;
|
|
676
|
+
msWrapThrough?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough | undefined>[] | undefined>) | null;
|
|
677
|
+
msWritingMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | undefined>) | null;
|
|
678
|
+
WebkitAlignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>) | null;
|
|
679
|
+
WebkitAlignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>) | null;
|
|
680
|
+
WebkitAlignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined>) | null;
|
|
681
|
+
WebkitAnimationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined>) | null;
|
|
682
|
+
WebkitAnimationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined>) | null;
|
|
683
|
+
WebkitAnimationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined>) | null;
|
|
684
|
+
WebkitAnimationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined>) | null;
|
|
685
|
+
WebkitAnimationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined>) | null;
|
|
686
|
+
WebkitAnimationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined>) | null;
|
|
687
|
+
WebkitAnimationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined>) | null;
|
|
688
|
+
WebkitAnimationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined>) | null;
|
|
689
|
+
WebkitAppearance?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance | undefined>[] | undefined>) | null;
|
|
690
|
+
WebkitBackdropFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackdropFilter | undefined>) | null;
|
|
691
|
+
WebkitBackfaceVisibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | undefined>) | null;
|
|
692
|
+
WebkitBackgroundClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip | undefined>) | null;
|
|
693
|
+
WebkitBackgroundOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin | undefined>) | null;
|
|
694
|
+
WebkitBackgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined>) | null;
|
|
695
|
+
WebkitBorderBeforeColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeColor | undefined>) | null;
|
|
696
|
+
WebkitBorderBeforeStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitBorderBeforeStyle | undefined>) | null;
|
|
697
|
+
WebkitBorderBeforeWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined>[] | undefined>) | null;
|
|
698
|
+
WebkitBorderBottomLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined>) | null;
|
|
699
|
+
WebkitBorderBottomRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined>) | null;
|
|
700
|
+
WebkitBorderImageSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | undefined>) | null;
|
|
701
|
+
WebkitBorderTopLeftRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined>) | null;
|
|
702
|
+
WebkitBorderTopRightRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined>) | null;
|
|
703
|
+
WebkitBoxDecorationBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | undefined>) | null;
|
|
704
|
+
WebkitBoxReflect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBoxReflect<string | number> | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBoxReflect<string | number> | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number> | undefined>[] | undefined>) | null;
|
|
705
|
+
WebkitBoxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow | undefined>) | null;
|
|
706
|
+
WebkitBoxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>) | null;
|
|
707
|
+
WebkitClipPath?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ClipPath | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ClipPath | undefined>) | null;
|
|
708
|
+
WebkitColumnCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined>) | null;
|
|
709
|
+
WebkitColumnFill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | undefined>) | null;
|
|
710
|
+
WebkitColumnRuleColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleColor | undefined>) | null;
|
|
711
|
+
WebkitColumnRuleStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ColumnRuleStyle | undefined>) | null;
|
|
712
|
+
WebkitColumnRuleWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined>) | null;
|
|
713
|
+
WebkitColumnSpan?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | undefined>) | null;
|
|
714
|
+
WebkitColumnWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined>) | null;
|
|
715
|
+
WebkitFilter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Filter | undefined>) | null;
|
|
716
|
+
WebkitFlexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined>) | null;
|
|
717
|
+
WebkitFlexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>) | null;
|
|
718
|
+
WebkitFlexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>) | null;
|
|
719
|
+
WebkitFlexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined>) | null;
|
|
720
|
+
WebkitFlexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined>) | null;
|
|
721
|
+
WebkitFontFeatureSettings?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontFeatureSettings | undefined>) | null;
|
|
722
|
+
WebkitFontKerning?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | undefined>) | null;
|
|
723
|
+
WebkitFontSmoothing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined>) | null;
|
|
724
|
+
WebkitFontVariantLigatures?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontVariantLigatures | undefined>) | null;
|
|
725
|
+
WebkitHyphenateCharacter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.HyphenateCharacter | undefined>) | null;
|
|
726
|
+
WebkitHyphens?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | undefined>) | null;
|
|
727
|
+
WebkitInitialLetter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | undefined>) | null;
|
|
728
|
+
WebkitJustifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined>) | null;
|
|
729
|
+
WebkitLineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined>) | null;
|
|
730
|
+
WebkitLineClamp?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | undefined>) | null;
|
|
731
|
+
WebkitLogicalHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined>) | null;
|
|
732
|
+
WebkitLogicalWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined>) | null;
|
|
733
|
+
WebkitMarginEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
734
|
+
WebkitMarginStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
735
|
+
WebkitMaskAttachment?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskAttachment | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskAttachment | undefined>) | null;
|
|
736
|
+
WebkitMaskBoxImageOutset?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined>) | null;
|
|
737
|
+
WebkitMaskBoxImageRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderRepeat | undefined>) | null;
|
|
738
|
+
WebkitMaskBoxImageSlice?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined>) | null;
|
|
739
|
+
WebkitMaskBoxImageSource?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MaskBorderSource | undefined>) | null;
|
|
740
|
+
WebkitMaskBoxImageWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined>) | null;
|
|
741
|
+
WebkitMaskClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskClip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskClip | undefined>) | null;
|
|
742
|
+
WebkitMaskComposite?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskComposite | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskComposite | undefined>) | null;
|
|
743
|
+
WebkitMaskImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskImage | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskImage | undefined>) | null;
|
|
744
|
+
WebkitMaskOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskOrigin | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskOrigin | undefined>) | null;
|
|
745
|
+
WebkitMaskPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPosition<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPosition<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number> | undefined>[] | undefined>) | null;
|
|
746
|
+
WebkitMaskPositionX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionX<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionX<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number> | undefined>[] | undefined>) | null;
|
|
747
|
+
WebkitMaskPositionY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionY<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionY<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number> | undefined>[] | undefined>) | null;
|
|
748
|
+
WebkitMaskRepeat?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskRepeat | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitMaskRepeat | undefined>) | null;
|
|
749
|
+
WebkitMaskRepeatX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX | undefined>[] | undefined>) | null;
|
|
750
|
+
WebkitMaskRepeatY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY | undefined>[] | undefined>) | null;
|
|
751
|
+
WebkitMaskSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskSize<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMaskSize<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number> | undefined>[] | undefined>) | null;
|
|
752
|
+
WebkitMaxInlineSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined>) | null;
|
|
753
|
+
WebkitOrder?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>) | null;
|
|
754
|
+
WebkitOverflowScrolling?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling | undefined>[] | undefined>) | null;
|
|
755
|
+
WebkitPaddingEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
756
|
+
WebkitPaddingStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
757
|
+
WebkitPerspective?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined>) | null;
|
|
758
|
+
WebkitPerspectiveOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
759
|
+
WebkitPrintColorAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | undefined>) | null;
|
|
760
|
+
WebkitRubyPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.RubyPosition | undefined>) | null;
|
|
761
|
+
WebkitScrollSnapType?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapType | undefined>) | null;
|
|
762
|
+
WebkitShapeMargin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined>) | null;
|
|
763
|
+
WebkitTapHighlightColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTapHighlightColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTapHighlightColor | undefined>) | null;
|
|
764
|
+
WebkitTextCombine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextCombineUpright | undefined>) | null;
|
|
765
|
+
WebkitTextDecorationColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor | undefined>) | null;
|
|
766
|
+
WebkitTextDecorationLine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine | undefined>) | null;
|
|
767
|
+
WebkitTextDecorationSkip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationSkip | undefined>) | null;
|
|
768
|
+
WebkitTextDecorationStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | undefined>) | null;
|
|
769
|
+
WebkitTextEmphasisColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisColor | undefined>) | null;
|
|
770
|
+
WebkitTextEmphasisPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisPosition | undefined>) | null;
|
|
771
|
+
WebkitTextEmphasisStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasisStyle | undefined>) | null;
|
|
772
|
+
WebkitTextFillColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextFillColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextFillColor | undefined>) | null;
|
|
773
|
+
WebkitTextOrientation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | undefined>) | null;
|
|
774
|
+
WebkitTextSizeAdjust?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextSizeAdjust | undefined>) | null;
|
|
775
|
+
WebkitTextStrokeColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextStrokeColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WebkitTextStrokeColor | undefined>) | null;
|
|
776
|
+
WebkitTextStrokeWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined>[] | undefined>) | null;
|
|
777
|
+
WebkitTextUnderlinePosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextUnderlinePosition | undefined>) | null;
|
|
778
|
+
WebkitTouchCallout?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout | undefined>[] | undefined>) | null;
|
|
779
|
+
WebkitTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined>) | null;
|
|
780
|
+
WebkitTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
781
|
+
WebkitTransformStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | undefined>) | null;
|
|
782
|
+
WebkitTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined>) | null;
|
|
783
|
+
WebkitTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined>) | null;
|
|
784
|
+
WebkitTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined>) | null;
|
|
785
|
+
WebkitTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined>) | null;
|
|
786
|
+
WebkitUserModify?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | undefined>) | null;
|
|
787
|
+
WebkitUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | undefined>) | null;
|
|
788
|
+
WebkitWritingMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | undefined>) | null;
|
|
789
|
+
MozAnimation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined>) | null;
|
|
790
|
+
MozBorderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined>) | null;
|
|
791
|
+
MozColumnRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined>) | null;
|
|
792
|
+
MozColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined>) | null;
|
|
793
|
+
MozOutlineRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | undefined>) | null;
|
|
794
|
+
MozTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined>) | null;
|
|
795
|
+
msContentZoomLimit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimit | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomLimit | undefined>) | null;
|
|
796
|
+
msContentZoomSnap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnap | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsContentZoomSnap | undefined>) | null;
|
|
797
|
+
msFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>) | null;
|
|
798
|
+
msScrollLimit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollLimit | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollLimit | undefined>) | null;
|
|
799
|
+
msScrollSnapX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapX | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapX | undefined>) | null;
|
|
800
|
+
msScrollSnapY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapY | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.MsScrollSnapY | undefined>) | null;
|
|
801
|
+
msTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined>) | null;
|
|
802
|
+
WebkitAnimation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined>) | null;
|
|
803
|
+
WebkitBorderBefore?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | undefined>) | null;
|
|
804
|
+
WebkitBorderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined>) | null;
|
|
805
|
+
WebkitBorderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>) | null;
|
|
806
|
+
WebkitColumnRule?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined>) | null;
|
|
807
|
+
WebkitColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined>) | null;
|
|
808
|
+
WebkitFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>) | null;
|
|
809
|
+
WebkitFlexFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FlexFlow | undefined>) | null;
|
|
810
|
+
WebkitMask?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | undefined>) | null;
|
|
811
|
+
WebkitMaskBoxImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | undefined>) | null;
|
|
812
|
+
WebkitTextEmphasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextEmphasis | undefined>) | null;
|
|
813
|
+
WebkitTextStroke?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | undefined>) | null;
|
|
814
|
+
WebkitTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined>) | null;
|
|
815
|
+
boxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined>) | null;
|
|
816
|
+
boxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined>) | null;
|
|
817
|
+
boxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined>) | null;
|
|
818
|
+
boxFlexGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined>) | null;
|
|
819
|
+
boxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | undefined>) | null;
|
|
820
|
+
boxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined>) | null;
|
|
821
|
+
boxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined>) | null;
|
|
822
|
+
boxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined>) | null;
|
|
823
|
+
clip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Clip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Clip | undefined>) | null;
|
|
824
|
+
fontStretch?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStretch | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStretch | undefined>) | null;
|
|
825
|
+
gridColumnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | undefined>) | null;
|
|
826
|
+
gridGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | undefined>) | null;
|
|
827
|
+
gridRowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | undefined>) | null;
|
|
828
|
+
imeMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | undefined>) | null;
|
|
829
|
+
insetArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionArea | undefined>) | null;
|
|
830
|
+
offsetBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined>) | null;
|
|
831
|
+
offsetBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined>) | null;
|
|
832
|
+
offsetBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined>) | null;
|
|
833
|
+
offsetInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined>) | null;
|
|
834
|
+
offsetInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined>) | null;
|
|
835
|
+
offsetInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined>) | null;
|
|
836
|
+
pageBreakAfter?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | undefined>) | null;
|
|
837
|
+
pageBreakBefore?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | undefined>) | null;
|
|
838
|
+
pageBreakInside?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | undefined>) | null;
|
|
839
|
+
positionTryOptions?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.PositionTryFallbacks | undefined>) | null;
|
|
840
|
+
scrollSnapCoordinate?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined>) | null;
|
|
841
|
+
scrollSnapDestination?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | undefined>) | null;
|
|
842
|
+
scrollSnapPointsX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsX | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsX | undefined>) | null;
|
|
843
|
+
scrollSnapPointsY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsY | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.ScrollSnapPointsY | undefined>) | null;
|
|
844
|
+
scrollSnapTypeX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX | undefined>[] | undefined>) | null;
|
|
845
|
+
scrollSnapTypeY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY | undefined>[] | undefined>) | null;
|
|
846
|
+
KhtmlBoxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined>) | null;
|
|
847
|
+
KhtmlBoxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined>) | null;
|
|
848
|
+
KhtmlBoxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined>) | null;
|
|
849
|
+
KhtmlBoxFlexGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined>) | null;
|
|
850
|
+
KhtmlBoxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | undefined>) | null;
|
|
851
|
+
KhtmlBoxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined>) | null;
|
|
852
|
+
KhtmlBoxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined>) | null;
|
|
853
|
+
KhtmlBoxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined>) | null;
|
|
854
|
+
KhtmlLineBreak?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | undefined>) | null;
|
|
855
|
+
KhtmlOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined>) | null;
|
|
856
|
+
KhtmlUserSelect?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | undefined>) | null;
|
|
857
|
+
MozBackgroundClip?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundClip | undefined>) | null;
|
|
858
|
+
MozBackgroundOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BackgroundOrigin | undefined>) | null;
|
|
859
|
+
MozBackgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined>) | null;
|
|
860
|
+
MozBorderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>) | null;
|
|
861
|
+
MozBorderRadiusBottomleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined>) | null;
|
|
862
|
+
MozBorderRadiusBottomright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined>) | null;
|
|
863
|
+
MozBorderRadiusTopleft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined>) | null;
|
|
864
|
+
MozBorderRadiusTopright?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined>) | null;
|
|
865
|
+
MozBoxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined>) | null;
|
|
866
|
+
MozBoxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined>) | null;
|
|
867
|
+
MozBoxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined>) | null;
|
|
868
|
+
MozBoxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined>) | null;
|
|
869
|
+
MozBoxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined>) | null;
|
|
870
|
+
MozBoxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined>) | null;
|
|
871
|
+
MozBoxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BoxShadow | undefined>) | null;
|
|
872
|
+
MozColumnCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined>) | null;
|
|
873
|
+
MozColumnFill?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | undefined>) | null;
|
|
874
|
+
MozFloatEdge?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | undefined>) | null;
|
|
875
|
+
MozForceBrokenImageIcon?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | undefined>) | null;
|
|
876
|
+
MozOpacity?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined>) | null;
|
|
877
|
+
MozOutline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined>) | null;
|
|
878
|
+
MozOutlineColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.OutlineColor | undefined>) | null;
|
|
879
|
+
MozOutlineStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | undefined>) | null;
|
|
880
|
+
MozOutlineWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined>) | null;
|
|
881
|
+
MozTextAlignLast?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | undefined>) | null;
|
|
882
|
+
MozTextDecorationColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationColor | undefined>) | null;
|
|
883
|
+
MozTextDecorationLine?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextDecorationLine | undefined>) | null;
|
|
884
|
+
MozTextDecorationStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | undefined>) | null;
|
|
885
|
+
MozTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined>) | null;
|
|
886
|
+
MozTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined>) | null;
|
|
887
|
+
MozTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined>) | null;
|
|
888
|
+
MozTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined>) | null;
|
|
889
|
+
MozUserFocus?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | undefined>) | null;
|
|
890
|
+
MozUserInput?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | undefined>) | null;
|
|
891
|
+
msImeMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | undefined>) | null;
|
|
892
|
+
OAnimation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | undefined>) | null;
|
|
893
|
+
OAnimationDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | undefined>) | null;
|
|
894
|
+
OAnimationDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDirection | undefined>) | null;
|
|
895
|
+
OAnimationDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | undefined>) | null;
|
|
896
|
+
OAnimationFillMode?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationFillMode | undefined>) | null;
|
|
897
|
+
OAnimationIterationCount?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | undefined>) | null;
|
|
898
|
+
OAnimationName?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationName | undefined>) | null;
|
|
899
|
+
OAnimationPlayState?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationPlayState | undefined>) | null;
|
|
900
|
+
OAnimationTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AnimationTimingFunction | undefined>) | null;
|
|
901
|
+
OBackgroundSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined>) | null;
|
|
902
|
+
OBorderImage?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | undefined>) | null;
|
|
903
|
+
OObjectFit?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | undefined>) | null;
|
|
904
|
+
OObjectPosition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined>) | null;
|
|
905
|
+
OTabSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined>) | null;
|
|
906
|
+
OTextOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>) | null;
|
|
907
|
+
OTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transform | undefined>) | null;
|
|
908
|
+
OTransformOrigin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined>) | null;
|
|
909
|
+
OTransition?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Transition<string & {}> | undefined>) | null;
|
|
910
|
+
OTransitionDelay?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | undefined>) | null;
|
|
911
|
+
OTransitionDuration?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | undefined>) | null;
|
|
912
|
+
OTransitionProperty?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionProperty | undefined>) | null;
|
|
913
|
+
OTransitionTimingFunction?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TransitionTimingFunction | undefined>) | null;
|
|
914
|
+
WebkitBoxAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | undefined>) | null;
|
|
915
|
+
WebkitBoxDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | undefined>) | null;
|
|
916
|
+
WebkitBoxFlex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined>) | null;
|
|
917
|
+
WebkitBoxFlexGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined>) | null;
|
|
918
|
+
WebkitBoxLines?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | undefined>) | null;
|
|
919
|
+
WebkitBoxOrdinalGroup?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined>) | null;
|
|
920
|
+
WebkitBoxOrient?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | undefined>) | null;
|
|
921
|
+
WebkitBoxPack?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | undefined>) | null;
|
|
922
|
+
colorInterpolation?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | undefined>) | null;
|
|
923
|
+
colorRendering?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | undefined>) | null;
|
|
924
|
+
glyphOrientationVertical?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | undefined>) | null;
|
|
925
|
+
border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | (string & {}) | "inset" | "hidden" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "transparent" | "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentColor" | "none" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | "medium" | "thick" | "thin" | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | (string & {}) | "inset" | "hidden" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "transparent" | "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentColor" | "none" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | "medium" | "thick" | "thin" | undefined>) | null;
|
|
926
|
+
boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined>) | null;
|
|
927
|
+
fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>) | null;
|
|
928
|
+
zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>) | null;
|
|
929
|
+
bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined>) | null;
|
|
930
|
+
m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>) | null;
|
|
931
|
+
mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>) | null;
|
|
932
|
+
mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>) | null;
|
|
933
|
+
mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>) | null;
|
|
934
|
+
ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>) | null;
|
|
935
|
+
mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>) | null;
|
|
936
|
+
marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>) | null;
|
|
937
|
+
my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>) | null;
|
|
938
|
+
marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>) | null;
|
|
939
|
+
p: string | number | readonly (import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | null | undefined)[] | {
|
|
940
|
+
[key: string]: import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | null | undefined;
|
|
941
|
+
} | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>) | null;
|
|
942
|
+
pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>) | null;
|
|
943
|
+
pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>) | null;
|
|
944
|
+
pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>) | null;
|
|
945
|
+
pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>) | null;
|
|
946
|
+
px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>) | null;
|
|
947
|
+
paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>) | null;
|
|
948
|
+
py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>) | null;
|
|
949
|
+
paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>) | null;
|
|
950
|
+
typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>) | null;
|
|
951
|
+
displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: {}) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>) | null;
|
|
952
|
+
"& .MuiOutlinedInput-root": any;
|
|
953
|
+
"& .MuiInputBase-input": {
|
|
954
|
+
cursor: string;
|
|
955
|
+
height: number;
|
|
956
|
+
};
|
|
957
|
+
"& .MuiOutlinedInput-notchedOutline": {
|
|
958
|
+
border: string;
|
|
959
|
+
};
|
|
960
|
+
"& .MuiOutlinedInput-root .MuiAutocomplete-input": {
|
|
961
|
+
py: number;
|
|
962
|
+
};
|
|
963
|
+
"& .MuiAutocomplete-tag": {
|
|
964
|
+
fontSize: number;
|
|
965
|
+
};
|
|
966
|
+
} | {
|
|
967
|
+
":-moz-any()"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
968
|
+
":-moz-dir"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
969
|
+
":-webkit-any()"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
970
|
+
"::cue"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
971
|
+
"::cue-region"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
972
|
+
"::highlight"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
973
|
+
"::part"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
974
|
+
"::picker"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
975
|
+
"::slotted"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
976
|
+
"::view-transition-group"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
977
|
+
"::view-transition-image-pair"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
978
|
+
"::view-transition-new"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
979
|
+
"::view-transition-old"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
980
|
+
":active-view-transition-type"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
981
|
+
":dir"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
982
|
+
":has"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
983
|
+
":host"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
984
|
+
":host-context"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
985
|
+
":is"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
986
|
+
":lang"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
987
|
+
":matches()"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
988
|
+
":not"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
989
|
+
":nth-child"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
990
|
+
":nth-last-child"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
991
|
+
":nth-last-of-type"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
992
|
+
":nth-of-type"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
993
|
+
":state"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
994
|
+
":where"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
995
|
+
":-khtml-any-link"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
996
|
+
":-moz-any-link"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
997
|
+
":-moz-focusring"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
998
|
+
":-moz-full-screen"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
999
|
+
":-moz-placeholder"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1000
|
+
":-moz-read-only"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1001
|
+
":-moz-read-write"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1002
|
+
":-moz-ui-invalid"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1003
|
+
":-moz-ui-valid"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1004
|
+
":-ms-fullscreen"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1005
|
+
":-ms-input-placeholder"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1006
|
+
":-webkit-any-link"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1007
|
+
":-webkit-autofill"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1008
|
+
":-webkit-full-screen"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1009
|
+
"::-moz-placeholder"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1010
|
+
"::-moz-progress-bar"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1011
|
+
"::-moz-range-progress"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1012
|
+
"::-moz-range-thumb"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1013
|
+
"::-moz-range-track"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1014
|
+
"::-moz-selection"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1015
|
+
"::-ms-backdrop"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1016
|
+
"::-ms-browse"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1017
|
+
"::-ms-check"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1018
|
+
"::-ms-clear"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1019
|
+
"::-ms-expand"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1020
|
+
"::-ms-fill"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1021
|
+
"::-ms-fill-lower"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1022
|
+
"::-ms-fill-upper"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1023
|
+
"::-ms-input-placeholder"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1024
|
+
"::-ms-reveal"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1025
|
+
"::-ms-thumb"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1026
|
+
"::-ms-ticks-after"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1027
|
+
"::-ms-ticks-before"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1028
|
+
"::-ms-tooltip"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1029
|
+
"::-ms-track"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1030
|
+
"::-ms-value"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1031
|
+
"::-webkit-backdrop"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1032
|
+
"::-webkit-file-upload-button"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1033
|
+
"::-webkit-input-placeholder"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1034
|
+
"::-webkit-progress-bar"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1035
|
+
"::-webkit-progress-inner-value"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1036
|
+
"::-webkit-progress-value"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1037
|
+
"::-webkit-slider-runnable-track"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1038
|
+
"::-webkit-slider-thumb"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1039
|
+
"::after"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1040
|
+
"::backdrop"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1041
|
+
"::before"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1042
|
+
"::checkmark"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1043
|
+
"::details-content"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1044
|
+
"::file-selector-button"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1045
|
+
"::first-letter"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1046
|
+
"::first-line"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1047
|
+
"::grammar-error"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1048
|
+
"::marker"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1049
|
+
"::picker-icon"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1050
|
+
"::placeholder"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1051
|
+
"::scroll-marker"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1052
|
+
"::scroll-marker-group"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1053
|
+
"::selection"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1054
|
+
"::spelling-error"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1055
|
+
"::target-text"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1056
|
+
"::view-transition"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1057
|
+
":active"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1058
|
+
":active-view-transition"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1059
|
+
":after"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1060
|
+
":any-link"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1061
|
+
":autofill"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1062
|
+
":before"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1063
|
+
":blank"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1064
|
+
":buffering"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1065
|
+
":checked"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1066
|
+
":current"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1067
|
+
":default"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1068
|
+
":defined"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1069
|
+
":disabled"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1070
|
+
":empty"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1071
|
+
":enabled"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1072
|
+
":first"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1073
|
+
":first-child"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1074
|
+
":first-letter"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1075
|
+
":first-line"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1076
|
+
":first-of-type"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1077
|
+
":focus"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1078
|
+
":focus-visible"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1079
|
+
":focus-within"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1080
|
+
":fullscreen"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1081
|
+
":future"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1082
|
+
":has-slotted"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1083
|
+
":hover"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1084
|
+
":in-range"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1085
|
+
":indeterminate"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1086
|
+
":invalid"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1087
|
+
":last-child"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1088
|
+
":last-of-type"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1089
|
+
":left"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1090
|
+
":link"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1091
|
+
":local-link"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1092
|
+
":modal"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1093
|
+
":muted"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1094
|
+
":only-child"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1095
|
+
":only-of-type"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1096
|
+
":open"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1097
|
+
":optional"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1098
|
+
":out-of-range"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1099
|
+
":past"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1100
|
+
":paused"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1101
|
+
":picture-in-picture"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1102
|
+
":placeholder-shown"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1103
|
+
":playing"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1104
|
+
":popover-open"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1105
|
+
":read-only"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1106
|
+
":read-write"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1107
|
+
":required"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1108
|
+
":right"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1109
|
+
":root"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1110
|
+
":scope"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1111
|
+
":seeking"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1112
|
+
":stalled"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1113
|
+
":target"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1114
|
+
":target-current"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1115
|
+
":target-within"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1116
|
+
":user-invalid"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1117
|
+
":user-valid"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1118
|
+
":valid"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1119
|
+
":visited"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1120
|
+
":volume-locked"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1121
|
+
":xr-overlay"?: import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1090
1122
|
p: string;
|
|
1091
1123
|
"& .MuiOutlinedInput-root": any;
|
|
1092
1124
|
"& .MuiInputBase-input": {
|
|
@@ -1158,59 +1190,59 @@ export declare const SelectAutocomplete: {
|
|
|
1158
1190
|
reduceRight(callbackfn: (previousValue: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), currentValue: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), currentIndex: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>);
|
|
1159
1191
|
reduceRight(callbackfn: (previousValue: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), currentValue: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), currentIndex: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), initialValue: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>);
|
|
1160
1192
|
reduceRight<U>(callbackfn: (previousValue: U, currentValue: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), currentIndex: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => U, initialValue: U): U;
|
|
1161
|
-
find<S extends boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)>(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, obj: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => value is S, thisArg?: any): S;
|
|
1162
|
-
find(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, obj: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => unknown, thisArg?: any): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>);
|
|
1193
|
+
find<S extends boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)>(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, obj: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => value is S, thisArg?: any): S | undefined;
|
|
1194
|
+
find(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, obj: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => unknown, thisArg?: any): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1163
1195
|
findIndex(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, obj: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => unknown, thisArg?: any): number;
|
|
1164
1196
|
entries(): ArrayIterator<[number, boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)]>;
|
|
1165
1197
|
keys(): ArrayIterator<number>;
|
|
1166
1198
|
values(): ArrayIterator<boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)>;
|
|
1167
1199
|
includes(searchElement: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), fromIndex?: number): boolean;
|
|
1168
|
-
flatMap<U, This = undefined>(callback: (this: This, value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, array: (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => U | readonly U[], thisArg?: This): U[];
|
|
1169
|
-
flat<A, D extends number = 1>(this: A, depth?: D): FlatArray<A, D>[];
|
|
1170
|
-
at(index: number): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>);
|
|
1171
|
-
findLast<S extends boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)>(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => value is S, thisArg?: any): S;
|
|
1172
|
-
findLast(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => unknown, thisArg?: any): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>);
|
|
1200
|
+
flatMap<U, This = undefined>(callback: (this: This, value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, array: (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
1201
|
+
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
1202
|
+
at(index: number): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1203
|
+
findLast<S extends boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)>(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => value is S, thisArg?: any): S | undefined;
|
|
1204
|
+
findLast(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => unknown, thisArg?: any): boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | undefined;
|
|
1173
1205
|
findLastIndex(predicate: (value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), index: number, array: readonly (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]) => unknown, thisArg?: any): number;
|
|
1174
1206
|
toReversed(): (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[];
|
|
1175
|
-
toSorted(compareFn?: (a: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), b: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)) => number): (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[];
|
|
1207
|
+
toSorted(compareFn?: ((a: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>), b: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)) => number) | undefined): (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[];
|
|
1176
1208
|
toSpliced(start: number, deleteCount: number, ...items: (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[]): (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[];
|
|
1177
1209
|
toSpliced(start: number, deleteCount?: number): (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[];
|
|
1178
1210
|
with(index: number, value: boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)): (boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>))[];
|
|
1179
1211
|
[Symbol.iterator](): ArrayIterator<boolean | import("@mui/system").SystemStyleObject<{}> | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>)>;
|
|
1180
1212
|
[Symbol.unscopables]: {
|
|
1181
|
-
readonly [x: number]: boolean;
|
|
1182
|
-
readonly length?: boolean;
|
|
1183
|
-
toString?: boolean;
|
|
1184
|
-
toLocaleString?: boolean;
|
|
1185
|
-
concat?: boolean;
|
|
1186
|
-
join?: boolean;
|
|
1187
|
-
slice?: boolean;
|
|
1188
|
-
indexOf?: boolean;
|
|
1189
|
-
lastIndexOf?: boolean;
|
|
1190
|
-
every?: boolean;
|
|
1191
|
-
some?: boolean;
|
|
1192
|
-
forEach?: boolean;
|
|
1193
|
-
map?: boolean;
|
|
1194
|
-
filter?: boolean;
|
|
1195
|
-
reduce?: boolean;
|
|
1196
|
-
reduceRight?: boolean;
|
|
1197
|
-
find?: boolean;
|
|
1198
|
-
findIndex?: boolean;
|
|
1199
|
-
entries?: boolean;
|
|
1200
|
-
keys?: boolean;
|
|
1201
|
-
values?: boolean;
|
|
1202
|
-
includes?: boolean;
|
|
1203
|
-
flatMap?: boolean;
|
|
1204
|
-
flat?: boolean;
|
|
1205
|
-
at?: boolean;
|
|
1206
|
-
findLast?: boolean;
|
|
1207
|
-
findLastIndex?: boolean;
|
|
1208
|
-
toReversed?: boolean;
|
|
1209
|
-
toSorted?: boolean;
|
|
1210
|
-
toSpliced?: boolean;
|
|
1211
|
-
with?: boolean;
|
|
1212
|
-
[Symbol.iterator]?: boolean;
|
|
1213
|
-
readonly [Symbol.unscopables]?: boolean;
|
|
1213
|
+
readonly [x: number]: boolean | undefined;
|
|
1214
|
+
readonly length?: boolean | undefined;
|
|
1215
|
+
toString?: boolean | undefined;
|
|
1216
|
+
toLocaleString?: boolean | undefined;
|
|
1217
|
+
concat?: boolean | undefined;
|
|
1218
|
+
join?: boolean | undefined;
|
|
1219
|
+
slice?: boolean | undefined;
|
|
1220
|
+
indexOf?: boolean | undefined;
|
|
1221
|
+
lastIndexOf?: boolean | undefined;
|
|
1222
|
+
every?: boolean | undefined;
|
|
1223
|
+
some?: boolean | undefined;
|
|
1224
|
+
forEach?: boolean | undefined;
|
|
1225
|
+
map?: boolean | undefined;
|
|
1226
|
+
filter?: boolean | undefined;
|
|
1227
|
+
reduce?: boolean | undefined;
|
|
1228
|
+
reduceRight?: boolean | undefined;
|
|
1229
|
+
find?: boolean | undefined;
|
|
1230
|
+
findIndex?: boolean | undefined;
|
|
1231
|
+
entries?: boolean | undefined;
|
|
1232
|
+
keys?: boolean | undefined;
|
|
1233
|
+
values?: boolean | undefined;
|
|
1234
|
+
includes?: boolean | undefined;
|
|
1235
|
+
flatMap?: boolean | undefined;
|
|
1236
|
+
flat?: boolean | undefined;
|
|
1237
|
+
at?: boolean | undefined;
|
|
1238
|
+
findLast?: boolean | undefined;
|
|
1239
|
+
findLastIndex?: boolean | undefined;
|
|
1240
|
+
toReversed?: boolean | undefined;
|
|
1241
|
+
toSorted?: boolean | undefined;
|
|
1242
|
+
toSpliced?: boolean | undefined;
|
|
1243
|
+
with?: boolean | undefined;
|
|
1244
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
1245
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1214
1246
|
};
|
|
1215
1247
|
p: string;
|
|
1216
1248
|
"& .MuiOutlinedInput-root": any;
|
|
@@ -1252,7 +1284,7 @@ export declare const SelectAutocomplete: {
|
|
|
1252
1284
|
label: string;
|
|
1253
1285
|
value: string | number;
|
|
1254
1286
|
}) => void;
|
|
1255
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
1287
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
1256
1288
|
Wrapper: (props: {
|
|
1257
1289
|
slotSxProps?: SlotSxProps;
|
|
1258
1290
|
size?: "small" | "medium";
|