@solostylist/ui-kit 1.0.166 → 1.0.167
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/dist/main.d.ts +2 -0
- package/dist/main.js +73 -71
- package/dist/s-ai-tool-bar/s-ai-tool-bar.d.ts +12 -2
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +233 -200
- package/dist/s-pixel-reveal/index.d.ts +2 -0
- package/dist/s-pixel-reveal/index.js +4 -0
- package/dist/s-pixel-reveal/package.json +5 -0
- package/dist/s-pixel-reveal/s-pixel-reveal.d.ts +13 -0
- package/dist/s-pixel-reveal/s-pixel-reveal.js +151 -0
- package/dist/theme/components/alert.d.ts +52 -52
- package/dist/theme/components/button.d.ts +80 -80
- package/dist/theme/components/chip.d.ts +2 -2
- package/package.json +1 -1
|
@@ -127,7 +127,7 @@ export declare const MuiAlert: {
|
|
|
127
127
|
counterSet?: readonly string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
128
128
|
cursor?: readonly string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
129
129
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
130
|
-
display?:
|
|
130
|
+
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
131
131
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
132
132
|
filter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
133
133
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -161,7 +161,7 @@ export declare const MuiAlert: {
|
|
|
161
161
|
fontVariantNumeric?: readonly string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
162
162
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
163
163
|
fontVariationSettings?: readonly string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
164
|
-
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) |
|
|
164
|
+
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
165
165
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
166
166
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
167
167
|
gridAutoFlow?: readonly string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -386,9 +386,9 @@ export declare const MuiAlert: {
|
|
|
386
386
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
387
387
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
388
388
|
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
389
|
-
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly (
|
|
389
|
+
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
390
390
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
391
|
-
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
391
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
392
392
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
393
393
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
394
394
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -398,7 +398,7 @@ export declare const MuiAlert: {
|
|
|
398
398
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
399
399
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
400
400
|
borderColor?: readonly string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
401
|
-
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
401
|
+
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
402
402
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
403
403
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
404
404
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -431,7 +431,7 @@ export declare const MuiAlert: {
|
|
|
431
431
|
marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
432
432
|
marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
433
433
|
mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
434
|
-
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
434
|
+
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
435
435
|
motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
436
436
|
offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
437
437
|
outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -675,8 +675,8 @@ export declare const MuiAlert: {
|
|
|
675
675
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
676
676
|
WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
677
677
|
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
678
|
-
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
679
|
-
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
678
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
679
|
+
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
680
680
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
681
681
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
682
682
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -687,16 +687,16 @@ export declare const MuiAlert: {
|
|
|
687
687
|
msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
688
688
|
msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
689
689
|
msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
690
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
690
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
691
691
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
692
|
-
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
692
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
693
693
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
694
694
|
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
695
695
|
WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
696
696
|
WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
697
697
|
WebkitFlexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
698
698
|
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
699
|
-
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
699
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
700
700
|
WebkitTextEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
701
701
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
702
702
|
WebkitTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -777,7 +777,7 @@ export declare const MuiAlert: {
|
|
|
777
777
|
MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
778
778
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
779
779
|
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
780
|
-
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
780
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
781
781
|
OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
782
782
|
OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
783
783
|
OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -787,7 +787,7 @@ export declare const MuiAlert: {
|
|
|
787
787
|
OAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
788
788
|
OAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
789
789
|
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
790
|
-
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
790
|
+
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
791
791
|
OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
792
792
|
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
793
793
|
OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1100,7 +1100,7 @@ export declare const MuiAlert: {
|
|
|
1100
1100
|
counterSet?: readonly string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
1101
1101
|
cursor?: readonly string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
1102
1102
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
1103
|
-
display?:
|
|
1103
|
+
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
1104
1104
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
1105
1105
|
filter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
1106
1106
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1134,7 +1134,7 @@ export declare const MuiAlert: {
|
|
|
1134
1134
|
fontVariantNumeric?: readonly string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
1135
1135
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
1136
1136
|
fontVariationSettings?: readonly string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
1137
|
-
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) |
|
|
1137
|
+
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
1138
1138
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
1139
1139
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1140
1140
|
gridAutoFlow?: readonly string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -1359,9 +1359,9 @@ export declare const MuiAlert: {
|
|
|
1359
1359
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
1360
1360
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1361
1361
|
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
1362
|
-
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly (
|
|
1362
|
+
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
1363
1363
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
1364
|
-
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
1364
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
1365
1365
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1366
1366
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1367
1367
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1371,7 +1371,7 @@ export declare const MuiAlert: {
|
|
|
1371
1371
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1372
1372
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1373
1373
|
borderColor?: readonly string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
1374
|
-
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
1374
|
+
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
1375
1375
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1376
1376
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1377
1377
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1404,7 +1404,7 @@ export declare const MuiAlert: {
|
|
|
1404
1404
|
marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1405
1405
|
marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1406
1406
|
mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1407
|
-
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
1407
|
+
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
1408
1408
|
motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1409
1409
|
offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1410
1410
|
outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1648,8 +1648,8 @@ export declare const MuiAlert: {
|
|
|
1648
1648
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
1649
1649
|
WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1650
1650
|
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1651
|
-
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
1652
|
-
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
1651
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
1652
|
+
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
1653
1653
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1654
1654
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1655
1655
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1660,16 +1660,16 @@ export declare const MuiAlert: {
|
|
|
1660
1660
|
msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
1661
1661
|
msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
1662
1662
|
msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1663
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
1663
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
1664
1664
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1665
|
-
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
1665
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
1666
1666
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1667
1667
|
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1668
1668
|
WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1669
1669
|
WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1670
1670
|
WebkitFlexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
1671
1671
|
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1672
|
-
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
1672
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
1673
1673
|
WebkitTextEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
1674
1674
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1675
1675
|
WebkitTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -1750,7 +1750,7 @@ export declare const MuiAlert: {
|
|
|
1750
1750
|
MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1751
1751
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
1752
1752
|
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
1753
|
-
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
1753
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
1754
1754
|
OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1755
1755
|
OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
1756
1756
|
OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -1760,7 +1760,7 @@ export declare const MuiAlert: {
|
|
|
1760
1760
|
OAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
1761
1761
|
OAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
1762
1762
|
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1763
|
-
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
1763
|
+
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
1764
1764
|
OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
1765
1765
|
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1766
1766
|
OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2073,7 +2073,7 @@ export declare const MuiAlert: {
|
|
|
2073
2073
|
counterSet?: readonly string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
2074
2074
|
cursor?: readonly string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
2075
2075
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
2076
|
-
display?:
|
|
2076
|
+
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
2077
2077
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
2078
2078
|
filter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
2079
2079
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2107,7 +2107,7 @@ export declare const MuiAlert: {
|
|
|
2107
2107
|
fontVariantNumeric?: readonly string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
2108
2108
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
2109
2109
|
fontVariationSettings?: readonly string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
2110
|
-
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) |
|
|
2110
|
+
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
2111
2111
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
2112
2112
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2113
2113
|
gridAutoFlow?: readonly string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -2332,9 +2332,9 @@ export declare const MuiAlert: {
|
|
|
2332
2332
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
2333
2333
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2334
2334
|
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
2335
|
-
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly (
|
|
2335
|
+
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
2336
2336
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
2337
|
-
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
2337
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
2338
2338
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2339
2339
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2340
2340
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2344,7 +2344,7 @@ export declare const MuiAlert: {
|
|
|
2344
2344
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2345
2345
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2346
2346
|
borderColor?: readonly string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
2347
|
-
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
2347
|
+
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
2348
2348
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2349
2349
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2350
2350
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2377,7 +2377,7 @@ export declare const MuiAlert: {
|
|
|
2377
2377
|
marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2378
2378
|
marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2379
2379
|
mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2380
|
-
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
2380
|
+
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
2381
2381
|
motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2382
2382
|
offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2383
2383
|
outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2621,8 +2621,8 @@ export declare const MuiAlert: {
|
|
|
2621
2621
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
2622
2622
|
WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2623
2623
|
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2624
|
-
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
2625
|
-
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
2624
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
2625
|
+
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
2626
2626
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2627
2627
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2628
2628
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2633,16 +2633,16 @@ export declare const MuiAlert: {
|
|
|
2633
2633
|
msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
2634
2634
|
msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
2635
2635
|
msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2636
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
2636
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
2637
2637
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2638
|
-
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
2638
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
2639
2639
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2640
2640
|
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2641
2641
|
WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2642
2642
|
WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2643
2643
|
WebkitFlexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
2644
2644
|
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2645
|
-
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
2645
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
2646
2646
|
WebkitTextEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
2647
2647
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2648
2648
|
WebkitTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -2723,7 +2723,7 @@ export declare const MuiAlert: {
|
|
|
2723
2723
|
MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2724
2724
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
2725
2725
|
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
2726
|
-
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
2726
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
2727
2727
|
OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2728
2728
|
OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
2729
2729
|
OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -2733,7 +2733,7 @@ export declare const MuiAlert: {
|
|
|
2733
2733
|
OAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
2734
2734
|
OAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
2735
2735
|
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2736
|
-
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
2736
|
+
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
2737
2737
|
OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
2738
2738
|
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2739
2739
|
OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3046,7 +3046,7 @@ export declare const MuiAlert: {
|
|
|
3046
3046
|
counterSet?: readonly string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
3047
3047
|
cursor?: readonly string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
3048
3048
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
3049
|
-
display?:
|
|
3049
|
+
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
3050
3050
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
3051
3051
|
filter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
3052
3052
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3080,7 +3080,7 @@ export declare const MuiAlert: {
|
|
|
3080
3080
|
fontVariantNumeric?: readonly string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
3081
3081
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
3082
3082
|
fontVariationSettings?: readonly string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
3083
|
-
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) |
|
|
3083
|
+
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
3084
3084
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
3085
3085
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3086
3086
|
gridAutoFlow?: readonly string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -3305,9 +3305,9 @@ export declare const MuiAlert: {
|
|
|
3305
3305
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
3306
3306
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
3307
3307
|
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
3308
|
-
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly (
|
|
3308
|
+
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
3309
3309
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
3310
|
-
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
3310
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
3311
3311
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3312
3312
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3313
3313
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3317,7 +3317,7 @@ export declare const MuiAlert: {
|
|
|
3317
3317
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3318
3318
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3319
3319
|
borderColor?: readonly string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
3320
|
-
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
3320
|
+
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
3321
3321
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3322
3322
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3323
3323
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3350,7 +3350,7 @@ export declare const MuiAlert: {
|
|
|
3350
3350
|
marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3351
3351
|
marginInline?: import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3352
3352
|
mask?: import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3353
|
-
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
3353
|
+
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
3354
3354
|
motion?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3355
3355
|
offset?: import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3356
3356
|
outline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3594,8 +3594,8 @@ export declare const MuiAlert: {
|
|
|
3594
3594
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
3595
3595
|
WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
3596
3596
|
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
3597
|
-
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
3598
|
-
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
3597
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
3598
|
+
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
3599
3599
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3600
3600
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3601
3601
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3606,16 +3606,16 @@ export declare const MuiAlert: {
|
|
|
3606
3606
|
msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
3607
3607
|
msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
3608
3608
|
msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
3609
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
3609
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
3610
3610
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3611
|
-
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
3611
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
3612
3612
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3613
3613
|
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3614
3614
|
WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3615
3615
|
WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3616
3616
|
WebkitFlexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
3617
3617
|
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3618
|
-
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ((string & {}) |
|
|
3618
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
3619
3619
|
WebkitTextEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
3620
3620
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3621
3621
|
WebkitTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -3696,7 +3696,7 @@ export declare const MuiAlert: {
|
|
|
3696
3696
|
MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
3697
3697
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
3698
3698
|
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
3699
|
-
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) |
|
|
3699
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "none" | "normal" | "auto" | "both" | "paused" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "running")[] | undefined;
|
|
3700
3700
|
OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
3701
3701
|
OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
3702
3702
|
OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -3706,7 +3706,7 @@ export declare const MuiAlert: {
|
|
|
3706
3706
|
OAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
3707
3707
|
OAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
3708
3708
|
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3709
|
-
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) |
|
|
3709
|
+
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "none" | "stretch" | "round" | "space")[] | undefined;
|
|
3710
3710
|
OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
3711
3711
|
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3712
3712
|
OTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|