@solostylist/ui-kit 1.0.175 → 1.0.176
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/{ArrowUpward-DhTFpzoh.js → ArrowUpward-CEeqSc-C.js} +2 -2
- package/dist/{Box-Ha0cQ4KO.js → Box-CE3rycd-.js} +5 -5
- package/dist/ButtonBase-C_YYB9Ry.js +1099 -0
- package/dist/{ChevronLeft-CBuFk2Fh.js → ChevronLeft-6gdh4lRt.js} +2 -2
- package/dist/{ChevronRight-CnDWPrOm.js → ChevronRight-CC3l-wPC.js} +2 -2
- package/dist/{Close-BRlEKA2Q.js → Close-DOHlPcFK.js} +2 -2
- package/dist/{ContentCopy-7nFBtjhs.js → ContentCopy-2xxDThyB.js} +2 -2
- package/dist/DefaultPropsProvider-sk0uWcA6.js +64 -0
- package/dist/{Download-UsLvGg3y.js → Download-Chao5NQl.js} +2 -2
- package/dist/{ExpandMore-DTWX_mHf.js → ExpandMore-DIGPB4Mj.js} +2 -2
- package/dist/{Favorite-DS5Gpq2s.js → Favorite-wp65zwWq.js} +2 -2
- package/dist/{Menu-CWq-a1Wz.js → Menu-DZYzE2Mg.js} +908 -906
- package/dist/{MenuItem-DY_qFSPR.js → MenuItem-BXiIhfBS.js} +26 -25
- package/dist/Paper-DnctZB5U.js +689 -0
- package/dist/{Select-DabtQlJT.js → Select-DY7XGVsv.js} +2152 -2115
- package/dist/{Stack-Cq2r2NmC.js → Stack-BScsuyQy.js} +6 -6
- package/dist/{Typography-C8jwvSWe.js → Typography-9Kg27dDw.js} +84 -86
- package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
- package/dist/assets/s-overlay-scrollbar.css +1 -9
- package/dist/createSvgIcon-BKymXuBG.js +242 -0
- package/dist/{createTheme-3Wd3hHrj.js → createTheme-f5g1s6ww.js} +859 -906
- package/dist/defaultTheme-LSr-S9un.js +5 -0
- package/dist/entries/carousel.d.ts +10 -0
- package/dist/entries/carousel.js +4 -0
- package/dist/entries/chat.d.ts +9 -0
- package/dist/entries/chat.js +4 -0
- package/dist/entries/code.d.ts +9 -0
- package/dist/entries/code.js +4 -0
- package/dist/entries/core.d.ts +100 -0
- package/dist/entries/core.js +122 -0
- package/dist/entries/dates.d.ts +16 -0
- package/dist/entries/dates.js +12 -0
- package/dist/entries/dropzone.d.ts +9 -0
- package/dist/entries/dropzone.js +4 -0
- package/dist/entries/editor.d.ts +12 -0
- package/dist/entries/editor.js +4 -0
- package/dist/entries/gallery.d.ts +17 -0
- package/dist/entries/gallery.js +13 -0
- package/dist/entries/i18n.d.ts +13 -0
- package/dist/entries/i18n.js +8 -0
- package/dist/entries/motion.d.ts +29 -0
- package/dist/entries/motion.js +28 -0
- package/dist/entries/scrollbar.d.ts +9 -0
- package/dist/entries/scrollbar.js +4 -0
- package/dist/entries/stripe.d.ts +10 -0
- package/dist/entries/stripe.js +10 -0
- package/dist/extendSxProp-DitxZ8We.js +36 -0
- package/dist/hooks/index.js +8 -9
- package/dist/hooks/use-is-passed-position.js +10 -10
- package/dist/{index-BGvzecIA.js → index-D3G5Rwl-.js} +0 -7
- package/dist/{index-CfKHZ86U.js → index-DtYP8YE7.js} +12 -13
- package/dist/{jsx-runtime-OVHDjVDe.js → jsx-runtime-tc70JA_2.js} +108 -128
- package/dist/main.d.ts +29 -145
- package/dist/main.js +187 -187
- package/dist/mergeSlotProps-CuzBQdlp.js +62 -0
- package/dist/resolveProps-BDH0VJjn.js +39 -0
- package/dist/s-accordion/package.json +5 -5
- package/dist/s-accordion/s-accordion.js +374 -358
- package/dist/s-action-overlay/package.json +5 -5
- package/dist/s-action-overlay/s-action-overlay.js +64 -79
- package/dist/s-ai-tool-bar/package.json +5 -5
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +260 -275
- package/dist/s-autocomplete/s-autocomplete.js +19 -25
- package/dist/s-avatar/package.json +5 -5
- package/dist/s-avatar/s-avatar.js +14 -25
- package/dist/s-blur-text/package.json +5 -5
- package/dist/s-blur-text/s-blur-text.js +55 -59
- package/dist/s-breadcrumbs/package.json +5 -5
- package/dist/s-breadcrumbs/s-breadcrumbs.js +31 -39
- package/dist/s-button/package.json +5 -5
- package/dist/s-button/s-button.js +7 -15
- package/dist/s-button-link/s-button-link.js +28 -36
- package/dist/s-carousel/package.json +4 -4
- package/dist/s-carousel/s-carousel.js +267 -280
- package/dist/s-category-card/package.json +4 -4
- package/dist/s-category-card/s-category-card.js +60 -77
- package/dist/s-chat-input/package.json +5 -5
- package/dist/s-chat-input/s-chat-input.js +84 -92
- package/dist/s-chat-message/s-chat-message.js +111 -120
- package/dist/s-checkbox/s-checkbox.js +12 -20
- package/dist/s-chip/package.json +5 -5
- package/dist/s-chip/s-chip.js +7 -15
- package/dist/s-chips/s-chips.js +47 -56
- package/dist/s-code-block/package.json +5 -5
- package/dist/s-code-block/s-code-block.js +35 -43
- package/dist/s-comment-message/package.json +5 -5
- package/dist/s-comment-message/s-comment-message.js +90 -94
- package/dist/s-copyable-text/s-copyable-text.js +24 -32
- package/dist/s-countdown/s-count-box.js +42 -50
- package/dist/s-countdown/s-count-down.js +79 -107
- package/dist/s-data-table/s-data-table.js +374 -384
- package/dist/s-date-picker/s-date-picker.js +164 -164
- package/dist/s-datetime-picker/s-datetime-picker.js +1599 -1603
- package/dist/s-dialog/s-dialog.js +24 -32
- package/dist/s-dialog-confirm/s-dialog-confirm.js +46 -50
- package/dist/s-dialog-message/s-dialog-message.js +40 -44
- package/dist/s-empty/s-empty.js +6 -14
- package/dist/s-error/s-error.js +9 -17
- package/dist/s-error-layout/s-error-layout.js +38 -47
- package/dist/s-file-dropzone/s-file-dropzone.js +55 -64
- package/dist/s-file-icon/s-file-icon.js +9 -13
- package/dist/s-flex-box/s-flex-box.js +6 -14
- package/dist/s-form/s-form.js +11 -19
- package/dist/s-gallery/index.js +3 -33
- package/dist/s-gallery/s-gallery.js +91 -114
- package/dist/s-glow-button/s-glow-button.js +22 -26
- package/dist/s-gradient-icon/s-gradient-icon.js +49 -59
- package/dist/s-i18n-provider/s-i18n-provider.js +17 -25
- package/dist/s-icon-button/s-icon-button.js +6 -14
- package/dist/s-image-comparison/package.json +5 -5
- package/dist/s-image-comparison/s-image-comparison.js +48 -53
- package/dist/s-image-modal/package.json +5 -5
- package/dist/s-image-modal/s-image-modal.js +137 -150
- package/dist/s-item-not-found/s-item-not-found.js +13 -22
- package/dist/s-label/s-label.js +12 -20
- package/dist/s-language-switcher/s-language-switcher.js +119 -141
- package/dist/s-lazy-image/index.js +2 -10
- package/dist/s-lazy-image/s-lazy-image.js +33 -37
- package/dist/s-localization-provider/s-localization-provider.js +368 -380
- package/dist/s-moving-border/s-moving-border.js +52 -67
- package/dist/s-multi-select/s-multi-select.js +43 -51
- package/dist/s-no-ssr/s-no-ssr.js +13 -21
- package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +12 -16
- package/dist/s-pagination/s-pagination.js +13 -17
- package/dist/s-pixel-reveal/package.json +5 -5
- package/dist/s-pixel-reveal/s-pixel-reveal.js +92 -99
- package/dist/s-radial-pulse-animate/package.json +5 -5
- package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +40 -48
- package/dist/s-rating/package.json +5 -5
- package/dist/s-rating/s-rating.js +7 -15
- package/dist/s-review/package.json +5 -5
- package/dist/s-review/s-review.js +101 -106
- package/dist/s-scroll-reveal/package.json +5 -5
- package/dist/s-scroll-reveal/s-scroll-reveal.js +40 -48
- package/dist/s-scroll-to-top/package.json +5 -5
- package/dist/s-scroll-to-top/s-scroll-to-top.js +20 -30
- package/dist/s-scroll-velocity/package.json +5 -5
- package/dist/s-scroll-velocity/s-scroll-velocity.js +5 -19
- package/dist/s-scroll-velocity/scroll-velocity-container.js +18 -27
- package/dist/s-scroll-velocity/scroll-velocity-row.js +62 -71
- package/dist/s-select/s-select.js +67 -75
- package/dist/s-select-list/s-select-list.js +28 -32
- package/dist/s-skeleton/s-skeleton.js +20 -28
- package/dist/s-snackbar-message/s-snackbar-message.js +36 -40
- package/dist/s-spotlight-cursor/s-spotlight-cursor.js +31 -35
- package/dist/s-stripe/s-stripe-cvc.js +8 -12
- package/dist/s-stripe/s-stripe-expiry.js +8 -12
- package/dist/s-stripe/s-stripe-number.js +8 -12
- package/dist/s-stripe/s-stripe.d.ts +2 -2
- package/dist/s-stripe/s-stripe.js +17 -26
- package/dist/s-stripe/stripe-input.js +25 -29
- package/dist/s-tabs/package.json +3 -3
- package/dist/s-tabs/s-tab-panel.js +17 -25
- package/dist/s-tabs/s-tab.js +5 -9
- package/dist/s-tabs/s-tabs.js +19 -27
- package/dist/s-text-editor/s-text-editor-toolbar.js +73 -88
- package/dist/s-text-editor/s-text-editor.js +33 -45
- package/dist/s-text-field/s-text-field.js +31 -40
- package/dist/s-text-shimmer/package.json +4 -4
- package/dist/s-text-shimmer/s-text-shimmer.js +19 -27
- package/dist/s-text-truncation/s-text-truncation.js +24 -32
- package/dist/s-theme-demo/package.json +5 -5
- package/dist/s-theme-demo/s-theme-demo.js +219 -234
- package/dist/s-theme-provider/s-theme-provider.js +37 -45
- package/dist/s-theme-switch/package.json +4 -4
- package/dist/s-theme-switch/s-theme-switch.js +19 -23
- package/dist/s-tip/s-tip.js +14 -22
- package/dist/s-two-pane-layout/index.js +2 -10
- package/dist/s-two-pane-layout/s-two-pane-layout.js +47 -55
- package/dist/s-typewriter-text/package.json +5 -5
- package/dist/s-typewriter-text/s-typewriter-text.js +27 -35
- package/dist/s-zoom-image/index.js +2 -10
- package/dist/s-zoom-image/package.json +5 -5
- package/dist/s-zoom-image/s-zoom-image.js +53 -62
- package/dist/styled-B0KflPi-.js +203 -0
- package/dist/theme/components/alert.d.ts +484 -264
- package/dist/theme/components/avatar.js +2 -2
- package/dist/theme/components/button.d.ts +726 -396
- package/dist/theme/components/chip.js +2 -2
- package/dist/theme/components/icon-button.d.ts +726 -396
- package/dist/theme/customizations/data-display.js +1 -1
- package/dist/theme/customizations/inputs.js +2 -2
- package/dist/theme/customizations/navigation.js +2 -2
- package/dist/theme/theme-primitives.d.ts +8 -246
- package/dist/theme/theme-primitives.js +76 -87
- package/dist/{typographyClasses-DDyl9mok.js → typographyClasses-C7fhAsUD.js} +4 -4
- package/dist/{useMobilePicker-C1RZZUWr.js → useMobilePicker-C4AYe0Ch.js} +11249 -11231
- package/dist/{useTheme-B5czKfC4.js → useTheme-CtdhfT4P.js} +1 -1
- package/dist/{useThemeProps-DqA5BinV.js → useThemeProps-_apS-Aua.js} +2 -2
- package/dist/utils/dayjs.js +7 -7
- package/dist/utils/logger.js +29 -32
- package/dist/{warning-BCwEnWrE.js → warning-DnPRVtW6.js} +4 -4
- package/package.json +240 -81
- package/README.md +0 -13
- package/dist/ButtonBase-DfTfJ_ou.js +0 -1105
- package/dist/DefaultPropsProvider-CaCsvQaq.js +0 -78
- package/dist/Paper-hkbPWyBT.js +0 -553
- package/dist/createSvgIcon-DxwgGAVe.js +0 -247
- package/dist/defaultTheme-fEi1x1Gb.js +0 -5
- package/dist/extendSxProp-BKWjdW12.js +0 -37
- package/dist/mergeSlotProps-Dl_rJtoN.js +0 -62
- package/dist/resolveProps-61uUKnlS.js +0 -52
- package/dist/styled-B0Z4EDy9.js +0 -206
|
@@ -17,6 +17,9 @@ export declare const MuiAlert: {
|
|
|
17
17
|
alignItems?: import("csstype").Property.AlignItems | readonly string[] | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
18
18
|
alignSelf?: import("csstype").Property.AlignSelf | readonly string[] | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
19
19
|
alignTracks?: import("csstype").Property.AlignTracks | readonly string[] | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
20
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
21
|
+
anchorName?: import("csstype").Property.AnchorName | readonly string[] | readonly import("csstype").Property.AnchorName[] | undefined;
|
|
22
|
+
anchorScope?: import("csstype").Property.AnchorScope | readonly string[] | readonly import("csstype").Property.AnchorScope[] | undefined;
|
|
20
23
|
animationComposition?: import("csstype").Property.AnimationComposition | readonly string[] | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
21
24
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
22
25
|
animationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
@@ -43,17 +46,14 @@ export declare const MuiAlert: {
|
|
|
43
46
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
44
47
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly string[] | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
45
48
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
46
|
-
|
|
49
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
47
50
|
blockSize?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
48
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
49
51
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly string[] | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
50
52
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
51
53
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
52
54
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly string[] | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
53
55
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
54
56
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
55
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
56
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
57
57
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly string[] | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
58
58
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
59
59
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -67,15 +67,12 @@ export declare const MuiAlert: {
|
|
|
67
67
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
68
68
|
borderImageSource?: import("csstype").Property.BorderImageSource | readonly string[] | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
69
69
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
70
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
71
70
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
72
71
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
73
72
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
74
73
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly string[] | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
75
74
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
76
75
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
77
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
78
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
79
76
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly string[] | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
80
77
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
81
78
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -102,8 +99,10 @@ export declare const MuiAlert: {
|
|
|
102
99
|
caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
103
100
|
clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | readonly import("csstype").Property.Clear[] | undefined;
|
|
104
101
|
clipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
102
|
+
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
105
103
|
color: string | readonly string[];
|
|
106
104
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
105
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | readonly import("csstype").Property.ColorInterpolationFilters[] | undefined;
|
|
107
106
|
colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
108
107
|
columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
109
108
|
columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
@@ -119,16 +118,24 @@ export declare const MuiAlert: {
|
|
|
119
118
|
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
120
119
|
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
121
120
|
containerName?: import("csstype").Property.ContainerName | readonly string[] | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
122
|
-
containerType?: import("csstype").Property.ContainerType | readonly
|
|
121
|
+
containerType?: import("csstype").Property.ContainerType | readonly string[] | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
123
122
|
content?: import("csstype").Property.Content | readonly string[] | readonly import("csstype").Property.Content[] | undefined;
|
|
124
123
|
contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
125
124
|
counterIncrement?: import("csstype").Property.CounterIncrement | readonly string[] | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
126
125
|
counterReset?: import("csstype").Property.CounterReset | readonly string[] | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
127
126
|
counterSet?: import("csstype").Property.CounterSet | readonly string[] | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
128
127
|
cursor?: import("csstype").Property.Cursor | readonly string[] | readonly import("csstype").Property.Cursor[] | undefined;
|
|
128
|
+
cx?: import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
129
|
+
cy?: import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
130
|
+
d?: import("csstype").Property.D | readonly string[] | readonly import("csstype").Property.D[] | undefined;
|
|
129
131
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
130
132
|
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
133
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
131
134
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
135
|
+
fieldSizing?: import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | readonly import("csstype").Property.FieldSizing[] | undefined;
|
|
136
|
+
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
137
|
+
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
138
|
+
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
132
139
|
filter?: import("csstype").Property.Filter | readonly string[] | readonly import("csstype").Property.Filter[] | undefined;
|
|
133
140
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
134
141
|
flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
@@ -136,6 +143,8 @@ export declare const MuiAlert: {
|
|
|
136
143
|
flexShrink?: import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
137
144
|
flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
138
145
|
float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | readonly import("csstype").Property.Float[] | undefined;
|
|
146
|
+
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
147
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
139
148
|
fontFamily?: import("csstype").Property.FontFamily | readonly string[] | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
140
149
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
141
150
|
fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
@@ -145,7 +154,6 @@ export declare const MuiAlert: {
|
|
|
145
154
|
fontSize?: import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
146
155
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none" | "from-font")[] | undefined;
|
|
147
156
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
148
|
-
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
149
157
|
fontStyle?: import("csstype").Property.FontStyle | readonly string[] | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
150
158
|
fontSynthesis?: import("csstype").Property.FontSynthesis | readonly string[] | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
151
159
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
@@ -162,6 +170,7 @@ export declare const MuiAlert: {
|
|
|
162
170
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
163
171
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
164
172
|
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
173
|
+
fontWidth?: import("csstype").Property.FontWidth | readonly string[] | readonly import("csstype").Property.FontWidth[] | undefined;
|
|
165
174
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
166
175
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
167
176
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -182,12 +191,13 @@ export declare const MuiAlert: {
|
|
|
182
191
|
imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
183
192
|
imageResolution?: import("csstype").Property.ImageResolution | readonly string[] | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
184
193
|
initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal")[] | undefined;
|
|
194
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | readonly import("csstype").Property.InitialLetterAlign[] | undefined;
|
|
185
195
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
186
|
-
inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity | undefined>[] | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
187
196
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
188
197
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
189
198
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
190
199
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
200
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | readonly import("csstype").Property.InterpolateSize[] | undefined;
|
|
191
201
|
isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | readonly import("csstype").Property.Isolation[] | undefined;
|
|
192
202
|
justifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
193
203
|
justifyItems?: import("csstype").Property.JustifyItems | readonly string[] | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
@@ -195,6 +205,7 @@ export declare const MuiAlert: {
|
|
|
195
205
|
justifyTracks?: import("csstype").Property.JustifyTracks | readonly string[] | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
196
206
|
left?: import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
197
207
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
208
|
+
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
198
209
|
lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
199
210
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
200
211
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -210,6 +221,10 @@ export declare const MuiAlert: {
|
|
|
210
221
|
marginRight?: import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
211
222
|
marginTop?: import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
212
223
|
marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
224
|
+
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
225
|
+
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
226
|
+
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
227
|
+
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
213
228
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
214
229
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
215
230
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly string[] | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
@@ -244,6 +259,7 @@ export declare const MuiAlert: {
|
|
|
244
259
|
motionRotation?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
245
260
|
objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
246
261
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
262
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | readonly string[] | readonly import("csstype").Property.ObjectViewBox[] | undefined;
|
|
247
263
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
248
264
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
249
265
|
offsetPath?: import("csstype").Property.OffsetPath | readonly string[] | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
@@ -255,7 +271,7 @@ export declare const MuiAlert: {
|
|
|
255
271
|
orphans?: import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
256
272
|
outlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
257
273
|
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
258
|
-
outlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
274
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
259
275
|
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
260
276
|
overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
261
277
|
overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
@@ -279,25 +295,32 @@ export declare const MuiAlert: {
|
|
|
279
295
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
280
296
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
281
297
|
page?: import("csstype").Property.Page | readonly string[] | readonly import("csstype").Property.Page[] | undefined;
|
|
282
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
283
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
284
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
285
298
|
paintOrder?: import("csstype").Property.PaintOrder | readonly string[] | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
286
299
|
perspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
287
300
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
288
301
|
pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
289
302
|
position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | readonly import("csstype").Property.Position[] | undefined;
|
|
303
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | readonly string[] | readonly import("csstype").Property.PositionAnchor[] | undefined;
|
|
304
|
+
positionArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
305
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
306
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | readonly import("csstype").Property.PositionTryOrder[] | undefined;
|
|
307
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | readonly string[] | readonly import("csstype").Property.PositionVisibility[] | undefined;
|
|
290
308
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
291
309
|
quotes?: import("csstype").Property.Quotes | readonly string[] | readonly import("csstype").Property.Quotes[] | undefined;
|
|
310
|
+
r?: import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
292
311
|
resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | readonly import("csstype").Property.Resize[] | undefined;
|
|
293
312
|
right?: import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
294
313
|
rotate?: import("csstype").Property.Rotate | readonly string[] | readonly import("csstype").Property.Rotate[] | undefined;
|
|
295
314
|
rowGap?: import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
296
315
|
rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
297
316
|
rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
317
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | readonly import("csstype").Property.RubyOverhang[] | undefined;
|
|
298
318
|
rubyPosition?: import("csstype").Property.RubyPosition | readonly string[] | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
319
|
+
rx?: import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
320
|
+
ry?: import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
299
321
|
scale?: import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
300
322
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
323
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | readonly import("csstype").Property.ScrollInitialTarget[] | undefined;
|
|
301
324
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
302
325
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
303
326
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -329,10 +352,28 @@ export declare const MuiAlert: {
|
|
|
329
352
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
330
353
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
331
354
|
shapeOutside?: import("csstype").Property.ShapeOutside | readonly string[] | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
355
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
356
|
+
speakAs?: import("csstype").Property.SpeakAs | readonly string[] | readonly import("csstype").Property.SpeakAs[] | undefined;
|
|
357
|
+
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
358
|
+
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
359
|
+
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
360
|
+
strokeColor?: import("csstype").Property.StrokeColor | readonly string[] | readonly import("csstype").Property.StrokeColor[] | undefined;
|
|
361
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
362
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
363
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
364
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
365
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
366
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
367
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
332
368
|
tabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
333
369
|
tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
334
370
|
textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
335
371
|
textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
372
|
+
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
373
|
+
textAutospace?: import("csstype").Property.TextAutospace | readonly string[] | readonly import("csstype").Property.TextAutospace[] | undefined;
|
|
374
|
+
textBox?: import("csstype").Property.TextBox | readonly string[] | readonly import("csstype").Property.TextBox[] | undefined;
|
|
375
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | readonly string[] | readonly import("csstype").Property.TextBoxEdge[] | undefined;
|
|
376
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | readonly import("csstype").Property.TextBoxTrim[] | undefined;
|
|
336
377
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
337
378
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
338
379
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
@@ -350,10 +391,12 @@ export declare const MuiAlert: {
|
|
|
350
391
|
textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
351
392
|
textShadow?: import("csstype").Property.TextShadow | readonly string[] | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
352
393
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
353
|
-
|
|
394
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | readonly import("csstype").Property.TextSpacingTrim[] | undefined;
|
|
395
|
+
textTransform?: import("csstype").Property.TextTransform | readonly string[] | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
354
396
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
355
397
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly string[] | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
356
|
-
|
|
398
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | readonly import("csstype").Property.TextWrapMode[] | undefined;
|
|
399
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | readonly import("csstype").Property.TextWrapStyle[] | undefined;
|
|
357
400
|
timelineScope?: import("csstype").Property.TimelineScope | readonly string[] | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
358
401
|
top?: import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
359
402
|
touchAction?: import("csstype").Property.TouchAction | readonly string[] | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
@@ -369,15 +412,16 @@ export declare const MuiAlert: {
|
|
|
369
412
|
translate?: import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
370
413
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
371
414
|
userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
415
|
+
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
372
416
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
373
417
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly string[] | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
374
418
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
375
419
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly string[] | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
420
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | readonly string[] | readonly import("csstype").Property.ViewTransitionClass[] | undefined;
|
|
376
421
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly string[] | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
377
422
|
visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | readonly import("csstype").Property.Visibility[] | undefined;
|
|
378
423
|
whiteSpace?: import("csstype").Property.WhiteSpace | readonly string[] | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
379
424
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
380
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly string[] | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
381
425
|
widows?: import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
382
426
|
width?: import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
383
427
|
willChange?: import("csstype").Property.WillChange | readonly string[] | readonly import("csstype").Property.WillChange[] | undefined;
|
|
@@ -385,23 +429,31 @@ export declare const MuiAlert: {
|
|
|
385
429
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
386
430
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
387
431
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
388
|
-
|
|
432
|
+
x?: import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
433
|
+
y?: import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
434
|
+
zIndex?: import("csstype").Property.ZIndex | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
389
435
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
390
436
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
437
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
392
438
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
393
439
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
394
440
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
395
441
|
border?: import("csstype").Property.Border<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Border<string | number> | undefined>[] | undefined;
|
|
396
442
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
443
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
397
444
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
398
445
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
446
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly string[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
447
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
399
448
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
400
449
|
borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
401
450
|
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
402
451
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
452
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
403
453
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
404
454
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
455
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly string[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
456
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
405
457
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
406
458
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
407
459
|
borderRight?: import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -443,6 +495,7 @@ export declare const MuiAlert: {
|
|
|
443
495
|
placeContent?: import("csstype").Property.PlaceContent | readonly string[] | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
444
496
|
placeItems?: import("csstype").Property.PlaceItems | readonly string[] | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
445
497
|
placeSelf?: import("csstype").Property.PlaceSelf | readonly string[] | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
498
|
+
positionTry?: import("csstype").Property.PositionTry | readonly string[] | readonly import("csstype").Property.PositionTry[] | undefined;
|
|
446
499
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
447
500
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
448
501
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -453,6 +506,7 @@ export declare const MuiAlert: {
|
|
|
453
506
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly string[] | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
454
507
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
455
508
|
textEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
509
|
+
textWrap?: import("csstype").Property.TextWrap | readonly string[] | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
456
510
|
transition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
457
511
|
viewTimeline?: import("csstype").Property.ViewTimeline | readonly string[] | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
458
512
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -464,6 +518,7 @@ export declare const MuiAlert: {
|
|
|
464
518
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
465
519
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
466
520
|
MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
521
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
467
522
|
MozBinding?: import("csstype").Property.MozBinding | readonly string[] | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
468
523
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly string[] | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
469
524
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
@@ -475,8 +530,6 @@ export declare const MuiAlert: {
|
|
|
475
530
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
476
531
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
477
532
|
MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
478
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
479
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
480
533
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
481
534
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
482
535
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -485,7 +538,6 @@ export declare const MuiAlert: {
|
|
|
485
538
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
486
539
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly string[] | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
487
540
|
MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
488
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | readonly string[] | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
489
541
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
490
542
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
491
543
|
MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
@@ -496,11 +548,15 @@ export declare const MuiAlert: {
|
|
|
496
548
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
497
549
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
498
550
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
551
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
552
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
499
553
|
MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
500
554
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
501
555
|
MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
502
556
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
503
|
-
|
|
557
|
+
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
558
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
559
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
504
560
|
MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
505
561
|
MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
506
562
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
@@ -619,6 +675,8 @@ export declare const MuiAlert: {
|
|
|
619
675
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
620
676
|
WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
621
677
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
678
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
679
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
622
680
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
623
681
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
624
682
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly string[] | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -673,13 +731,14 @@ export declare const MuiAlert: {
|
|
|
673
731
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
674
732
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
675
733
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
676
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
734
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | readonly import("csstype").Property.WebkitUserSelect[] | undefined;
|
|
677
735
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
736
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
679
737
|
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
680
738
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
681
739
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
682
740
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
741
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
683
742
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly string[] | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
684
743
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly string[] | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
685
744
|
msFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -687,7 +746,7 @@ export declare const MuiAlert: {
|
|
|
687
746
|
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
688
747
|
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
689
748
|
msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
690
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
749
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
691
750
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
692
751
|
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
693
752
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -700,7 +759,6 @@ export declare const MuiAlert: {
|
|
|
700
759
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
701
760
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
702
761
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
703
|
-
azimuth?: import("csstype").Property.Azimuth | readonly string[] | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
704
762
|
boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
705
763
|
boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
706
764
|
boxFlex?: import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
@@ -710,16 +768,22 @@ export declare const MuiAlert: {
|
|
|
710
768
|
boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
711
769
|
boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
712
770
|
clip?: import("csstype").Property.Clip | readonly string[] | readonly import("csstype").Property.Clip[] | undefined;
|
|
771
|
+
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
713
772
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
714
773
|
gridGap?: import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
715
774
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
716
775
|
imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
776
|
+
insetArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
717
777
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
718
778
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
719
779
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
720
780
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
721
781
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
722
782
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
783
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
784
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
785
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
786
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
723
787
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
724
788
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
725
789
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly string[] | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -737,9 +801,7 @@ export declare const MuiAlert: {
|
|
|
737
801
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
738
802
|
KhtmlOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
739
803
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
740
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
741
804
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
742
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
743
805
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
744
806
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
745
807
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -754,30 +816,27 @@ export declare const MuiAlert: {
|
|
|
754
816
|
MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
755
817
|
MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
756
818
|
MozBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
819
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
820
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
757
821
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
758
822
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
759
823
|
MozOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
760
824
|
MozOutline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
761
825
|
MozOutlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
762
|
-
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
826
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
763
827
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
764
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
765
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
766
828
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
767
829
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
768
830
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
769
831
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
770
|
-
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
771
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
772
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
773
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
774
832
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
775
833
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
776
834
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
777
835
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
836
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
778
837
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
779
838
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
839
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
781
840
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
782
841
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
783
842
|
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -807,47 +866,23 @@ export declare const MuiAlert: {
|
|
|
807
866
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
808
867
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
809
868
|
WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
810
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
811
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
812
|
-
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
813
869
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
814
870
|
colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
815
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
816
|
-
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
817
|
-
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
818
|
-
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
819
|
-
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
820
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
821
871
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
822
|
-
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
823
|
-
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
824
|
-
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
825
|
-
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
826
|
-
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
827
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
828
|
-
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
829
|
-
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
830
|
-
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
831
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
832
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
833
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
834
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
835
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
836
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
837
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
838
|
-
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
839
|
-
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
840
872
|
":-moz-any()"?: unknown;
|
|
841
873
|
":-moz-dir"?: unknown;
|
|
842
874
|
":-webkit-any()"?: unknown;
|
|
843
875
|
"::cue"?: unknown;
|
|
844
876
|
"::cue-region"?: unknown;
|
|
877
|
+
"::highlight"?: unknown;
|
|
845
878
|
"::part"?: unknown;
|
|
879
|
+
"::picker"?: unknown;
|
|
846
880
|
"::slotted"?: unknown;
|
|
847
881
|
"::view-transition-group"?: unknown;
|
|
848
882
|
"::view-transition-image-pair"?: unknown;
|
|
849
883
|
"::view-transition-new"?: unknown;
|
|
850
884
|
"::view-transition-old"?: unknown;
|
|
885
|
+
":active-view-transition-type"?: unknown;
|
|
851
886
|
":dir"?: unknown;
|
|
852
887
|
":has"?: unknown;
|
|
853
888
|
":host"?: unknown;
|
|
@@ -860,6 +895,7 @@ export declare const MuiAlert: {
|
|
|
860
895
|
":nth-last-child"?: unknown;
|
|
861
896
|
":nth-last-of-type"?: unknown;
|
|
862
897
|
":nth-of-type"?: unknown;
|
|
898
|
+
":state"?: unknown;
|
|
863
899
|
":where"?: unknown;
|
|
864
900
|
":-khtml-any-link"?: unknown;
|
|
865
901
|
":-moz-any-link"?: unknown;
|
|
@@ -873,6 +909,7 @@ export declare const MuiAlert: {
|
|
|
873
909
|
":-ms-fullscreen"?: unknown;
|
|
874
910
|
":-ms-input-placeholder"?: unknown;
|
|
875
911
|
":-webkit-any-link"?: unknown;
|
|
912
|
+
":-webkit-autofill"?: unknown;
|
|
876
913
|
":-webkit-full-screen"?: unknown;
|
|
877
914
|
"::-moz-placeholder"?: unknown;
|
|
878
915
|
"::-moz-progress-bar"?: unknown;
|
|
@@ -897,6 +934,7 @@ export declare const MuiAlert: {
|
|
|
897
934
|
"::-ms-track"?: unknown;
|
|
898
935
|
"::-ms-value"?: unknown;
|
|
899
936
|
"::-webkit-backdrop"?: unknown;
|
|
937
|
+
"::-webkit-file-upload-button"?: unknown;
|
|
900
938
|
"::-webkit-input-placeholder"?: unknown;
|
|
901
939
|
"::-webkit-progress-bar"?: unknown;
|
|
902
940
|
"::-webkit-progress-inner-value"?: unknown;
|
|
@@ -906,20 +944,29 @@ export declare const MuiAlert: {
|
|
|
906
944
|
"::after"?: unknown;
|
|
907
945
|
"::backdrop"?: unknown;
|
|
908
946
|
"::before"?: unknown;
|
|
947
|
+
"::checkmark"?: unknown;
|
|
948
|
+
"::details-content"?: unknown;
|
|
949
|
+
"::file-selector-button"?: unknown;
|
|
909
950
|
"::first-letter"?: unknown;
|
|
910
951
|
"::first-line"?: unknown;
|
|
911
952
|
"::grammar-error"?: unknown;
|
|
912
953
|
"::marker"?: unknown;
|
|
954
|
+
"::picker-icon"?: unknown;
|
|
913
955
|
"::placeholder"?: unknown;
|
|
956
|
+
"::scroll-marker"?: unknown;
|
|
957
|
+
"::scroll-marker-group"?: unknown;
|
|
914
958
|
"::selection"?: unknown;
|
|
915
959
|
"::spelling-error"?: unknown;
|
|
916
960
|
"::target-text"?: unknown;
|
|
917
961
|
"::view-transition"?: unknown;
|
|
918
962
|
":active"?: unknown;
|
|
963
|
+
":active-view-transition"?: unknown;
|
|
919
964
|
":after"?: unknown;
|
|
920
965
|
":any-link"?: unknown;
|
|
966
|
+
":autofill"?: unknown;
|
|
921
967
|
":before"?: unknown;
|
|
922
968
|
":blank"?: unknown;
|
|
969
|
+
":buffering"?: unknown;
|
|
923
970
|
":checked"?: unknown;
|
|
924
971
|
":current"?: unknown;
|
|
925
972
|
":default"?: unknown;
|
|
@@ -937,6 +984,7 @@ export declare const MuiAlert: {
|
|
|
937
984
|
":focus-within"?: unknown;
|
|
938
985
|
":fullscreen"?: unknown;
|
|
939
986
|
":future"?: unknown;
|
|
987
|
+
":has-slotted"?: unknown;
|
|
940
988
|
":hover"?: unknown;
|
|
941
989
|
":in-range"?: unknown;
|
|
942
990
|
":indeterminate"?: unknown;
|
|
@@ -946,10 +994,11 @@ export declare const MuiAlert: {
|
|
|
946
994
|
":left"?: unknown;
|
|
947
995
|
":link"?: unknown;
|
|
948
996
|
":local-link"?: unknown;
|
|
949
|
-
":
|
|
950
|
-
":
|
|
997
|
+
":modal"?: unknown;
|
|
998
|
+
":muted"?: unknown;
|
|
951
999
|
":only-child"?: unknown;
|
|
952
1000
|
":only-of-type"?: unknown;
|
|
1001
|
+
":open"?: unknown;
|
|
953
1002
|
":optional"?: unknown;
|
|
954
1003
|
":out-of-range"?: unknown;
|
|
955
1004
|
":past"?: unknown;
|
|
@@ -957,18 +1006,24 @@ export declare const MuiAlert: {
|
|
|
957
1006
|
":picture-in-picture"?: unknown;
|
|
958
1007
|
":placeholder-shown"?: unknown;
|
|
959
1008
|
":playing"?: unknown;
|
|
1009
|
+
":popover-open"?: unknown;
|
|
960
1010
|
":read-only"?: unknown;
|
|
961
1011
|
":read-write"?: unknown;
|
|
962
1012
|
":required"?: unknown;
|
|
963
1013
|
":right"?: unknown;
|
|
964
1014
|
":root"?: unknown;
|
|
965
1015
|
":scope"?: unknown;
|
|
1016
|
+
":seeking"?: unknown;
|
|
1017
|
+
":stalled"?: unknown;
|
|
966
1018
|
":target"?: unknown;
|
|
1019
|
+
":target-current"?: unknown;
|
|
967
1020
|
":target-within"?: unknown;
|
|
968
1021
|
":user-invalid"?: unknown;
|
|
969
1022
|
":user-valid"?: unknown;
|
|
970
1023
|
":valid"?: unknown;
|
|
971
1024
|
":visited"?: unknown;
|
|
1025
|
+
":volume-locked"?: unknown;
|
|
1026
|
+
":xr-overlay"?: unknown;
|
|
972
1027
|
'& .MuiAlert-icon': {
|
|
973
1028
|
color: string;
|
|
974
1029
|
alignSelf: string;
|
|
@@ -990,6 +1045,9 @@ export declare const MuiAlert: {
|
|
|
990
1045
|
alignItems?: import("csstype").Property.AlignItems | readonly string[] | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
991
1046
|
alignSelf?: import("csstype").Property.AlignSelf | readonly string[] | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
992
1047
|
alignTracks?: import("csstype").Property.AlignTracks | readonly string[] | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
1048
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
1049
|
+
anchorName?: import("csstype").Property.AnchorName | readonly string[] | readonly import("csstype").Property.AnchorName[] | undefined;
|
|
1050
|
+
anchorScope?: import("csstype").Property.AnchorScope | readonly string[] | readonly import("csstype").Property.AnchorScope[] | undefined;
|
|
993
1051
|
animationComposition?: import("csstype").Property.AnimationComposition | readonly string[] | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
994
1052
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
995
1053
|
animationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
@@ -1016,17 +1074,14 @@ export declare const MuiAlert: {
|
|
|
1016
1074
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1017
1075
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly string[] | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
1018
1076
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1019
|
-
|
|
1077
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1020
1078
|
blockSize?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1021
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
1022
1079
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly string[] | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
1023
1080
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
1024
1081
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
1025
1082
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly string[] | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
1026
1083
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
1027
1084
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
1028
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
1029
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
1030
1085
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly string[] | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
1031
1086
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1032
1087
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1040,15 +1095,12 @@ export declare const MuiAlert: {
|
|
|
1040
1095
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1041
1096
|
borderImageSource?: import("csstype").Property.BorderImageSource | readonly string[] | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
1042
1097
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1043
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
1044
1098
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
1045
1099
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
1046
1100
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
1047
1101
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly string[] | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
1048
1102
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
1049
1103
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
1050
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
1051
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
1052
1104
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly string[] | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
1053
1105
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
1054
1106
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -1075,8 +1127,10 @@ export declare const MuiAlert: {
|
|
|
1075
1127
|
caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
1076
1128
|
clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | readonly import("csstype").Property.Clear[] | undefined;
|
|
1077
1129
|
clipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
1130
|
+
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
1078
1131
|
color: string | readonly string[];
|
|
1079
1132
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1133
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | readonly import("csstype").Property.ColorInterpolationFilters[] | undefined;
|
|
1080
1134
|
colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
1081
1135
|
columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
1082
1136
|
columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
@@ -1092,16 +1146,24 @@ export declare const MuiAlert: {
|
|
|
1092
1146
|
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1093
1147
|
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1094
1148
|
containerName?: import("csstype").Property.ContainerName | readonly string[] | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
1095
|
-
containerType?: import("csstype").Property.ContainerType | readonly
|
|
1149
|
+
containerType?: import("csstype").Property.ContainerType | readonly string[] | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
1096
1150
|
content?: import("csstype").Property.Content | readonly string[] | readonly import("csstype").Property.Content[] | undefined;
|
|
1097
1151
|
contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
1098
1152
|
counterIncrement?: import("csstype").Property.CounterIncrement | readonly string[] | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
1099
1153
|
counterReset?: import("csstype").Property.CounterReset | readonly string[] | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
1100
1154
|
counterSet?: import("csstype").Property.CounterSet | readonly string[] | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
1101
1155
|
cursor?: import("csstype").Property.Cursor | readonly string[] | readonly import("csstype").Property.Cursor[] | undefined;
|
|
1156
|
+
cx?: import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1157
|
+
cy?: import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1158
|
+
d?: import("csstype").Property.D | readonly string[] | readonly import("csstype").Property.D[] | undefined;
|
|
1102
1159
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
1103
1160
|
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
1161
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
1104
1162
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
1163
|
+
fieldSizing?: import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | readonly import("csstype").Property.FieldSizing[] | undefined;
|
|
1164
|
+
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
1165
|
+
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1166
|
+
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
1105
1167
|
filter?: import("csstype").Property.Filter | readonly string[] | readonly import("csstype").Property.Filter[] | undefined;
|
|
1106
1168
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1107
1169
|
flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
@@ -1109,6 +1171,8 @@ export declare const MuiAlert: {
|
|
|
1109
1171
|
flexShrink?: import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1110
1172
|
flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
1111
1173
|
float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | readonly import("csstype").Property.Float[] | undefined;
|
|
1174
|
+
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
1175
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1112
1176
|
fontFamily?: import("csstype").Property.FontFamily | readonly string[] | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
1113
1177
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
1114
1178
|
fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
@@ -1118,7 +1182,6 @@ export declare const MuiAlert: {
|
|
|
1118
1182
|
fontSize?: import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1119
1183
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none" | "from-font")[] | undefined;
|
|
1120
1184
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
1121
|
-
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
1122
1185
|
fontStyle?: import("csstype").Property.FontStyle | readonly string[] | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
1123
1186
|
fontSynthesis?: import("csstype").Property.FontSynthesis | readonly string[] | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
1124
1187
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
@@ -1135,6 +1198,7 @@ export declare const MuiAlert: {
|
|
|
1135
1198
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
1136
1199
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
1137
1200
|
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
1201
|
+
fontWidth?: import("csstype").Property.FontWidth | readonly string[] | readonly import("csstype").Property.FontWidth[] | undefined;
|
|
1138
1202
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
1139
1203
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1140
1204
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -1155,12 +1219,13 @@ export declare const MuiAlert: {
|
|
|
1155
1219
|
imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
1156
1220
|
imageResolution?: import("csstype").Property.ImageResolution | readonly string[] | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
1157
1221
|
initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal")[] | undefined;
|
|
1222
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | readonly import("csstype").Property.InitialLetterAlign[] | undefined;
|
|
1158
1223
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1159
|
-
inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity | undefined>[] | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
1160
1224
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1161
1225
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1162
1226
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1163
1227
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1228
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | readonly import("csstype").Property.InterpolateSize[] | undefined;
|
|
1164
1229
|
isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | readonly import("csstype").Property.Isolation[] | undefined;
|
|
1165
1230
|
justifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
1166
1231
|
justifyItems?: import("csstype").Property.JustifyItems | readonly string[] | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
@@ -1168,6 +1233,7 @@ export declare const MuiAlert: {
|
|
|
1168
1233
|
justifyTracks?: import("csstype").Property.JustifyTracks | readonly string[] | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
1169
1234
|
left?: import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1170
1235
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
1236
|
+
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
1171
1237
|
lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1172
1238
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1173
1239
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -1183,6 +1249,10 @@ export declare const MuiAlert: {
|
|
|
1183
1249
|
marginRight?: import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1184
1250
|
marginTop?: import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1185
1251
|
marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
1252
|
+
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
1253
|
+
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
1254
|
+
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
1255
|
+
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
1186
1256
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
1187
1257
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1188
1258
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly string[] | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
@@ -1217,6 +1287,7 @@ export declare const MuiAlert: {
|
|
|
1217
1287
|
motionRotation?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
1218
1288
|
objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
1219
1289
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1290
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | readonly string[] | readonly import("csstype").Property.ObjectViewBox[] | undefined;
|
|
1220
1291
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1221
1292
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1222
1293
|
offsetPath?: import("csstype").Property.OffsetPath | readonly string[] | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
@@ -1228,7 +1299,7 @@ export declare const MuiAlert: {
|
|
|
1228
1299
|
orphans?: import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1229
1300
|
outlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
1230
1301
|
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
1231
|
-
outlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
1302
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
1232
1303
|
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
1233
1304
|
overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
1234
1305
|
overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
@@ -1252,25 +1323,32 @@ export declare const MuiAlert: {
|
|
|
1252
1323
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1253
1324
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1254
1325
|
page?: import("csstype").Property.Page | readonly string[] | readonly import("csstype").Property.Page[] | undefined;
|
|
1255
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
1256
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
1257
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
1258
1326
|
paintOrder?: import("csstype").Property.PaintOrder | readonly string[] | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
1259
1327
|
perspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
1260
1328
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1261
1329
|
pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
1262
1330
|
position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | readonly import("csstype").Property.Position[] | undefined;
|
|
1331
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | readonly string[] | readonly import("csstype").Property.PositionAnchor[] | undefined;
|
|
1332
|
+
positionArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
1333
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
1334
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | readonly import("csstype").Property.PositionTryOrder[] | undefined;
|
|
1335
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | readonly string[] | readonly import("csstype").Property.PositionVisibility[] | undefined;
|
|
1263
1336
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1264
1337
|
quotes?: import("csstype").Property.Quotes | readonly string[] | readonly import("csstype").Property.Quotes[] | undefined;
|
|
1338
|
+
r?: import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1265
1339
|
resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | readonly import("csstype").Property.Resize[] | undefined;
|
|
1266
1340
|
right?: import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1267
1341
|
rotate?: import("csstype").Property.Rotate | readonly string[] | readonly import("csstype").Property.Rotate[] | undefined;
|
|
1268
1342
|
rowGap?: import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1269
1343
|
rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
1270
1344
|
rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
1345
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | readonly import("csstype").Property.RubyOverhang[] | undefined;
|
|
1271
1346
|
rubyPosition?: import("csstype").Property.RubyPosition | readonly string[] | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
1347
|
+
rx?: import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1348
|
+
ry?: import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1272
1349
|
scale?: import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
1273
1350
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
1351
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | readonly import("csstype").Property.ScrollInitialTarget[] | undefined;
|
|
1274
1352
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
1275
1353
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
1276
1354
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -1302,10 +1380,28 @@ export declare const MuiAlert: {
|
|
|
1302
1380
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1303
1381
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1304
1382
|
shapeOutside?: import("csstype").Property.ShapeOutside | readonly string[] | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
1383
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
1384
|
+
speakAs?: import("csstype").Property.SpeakAs | readonly string[] | readonly import("csstype").Property.SpeakAs[] | undefined;
|
|
1385
|
+
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
1386
|
+
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1387
|
+
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
1388
|
+
strokeColor?: import("csstype").Property.StrokeColor | readonly string[] | readonly import("csstype").Property.StrokeColor[] | undefined;
|
|
1389
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1390
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1391
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
1392
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
1393
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1394
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1395
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1305
1396
|
tabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1306
1397
|
tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
1307
1398
|
textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
1308
1399
|
textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
1400
|
+
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
1401
|
+
textAutospace?: import("csstype").Property.TextAutospace | readonly string[] | readonly import("csstype").Property.TextAutospace[] | undefined;
|
|
1402
|
+
textBox?: import("csstype").Property.TextBox | readonly string[] | readonly import("csstype").Property.TextBox[] | undefined;
|
|
1403
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | readonly string[] | readonly import("csstype").Property.TextBoxEdge[] | undefined;
|
|
1404
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | readonly import("csstype").Property.TextBoxTrim[] | undefined;
|
|
1309
1405
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
1310
1406
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
1311
1407
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
@@ -1323,10 +1419,12 @@ export declare const MuiAlert: {
|
|
|
1323
1419
|
textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
1324
1420
|
textShadow?: import("csstype").Property.TextShadow | readonly string[] | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
1325
1421
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
1326
|
-
|
|
1422
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | readonly import("csstype").Property.TextSpacingTrim[] | undefined;
|
|
1423
|
+
textTransform?: import("csstype").Property.TextTransform | readonly string[] | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
1327
1424
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1328
1425
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly string[] | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
1329
|
-
|
|
1426
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | readonly import("csstype").Property.TextWrapMode[] | undefined;
|
|
1427
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | readonly import("csstype").Property.TextWrapStyle[] | undefined;
|
|
1330
1428
|
timelineScope?: import("csstype").Property.TimelineScope | readonly string[] | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
1331
1429
|
top?: import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1332
1430
|
touchAction?: import("csstype").Property.TouchAction | readonly string[] | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
@@ -1342,15 +1440,16 @@ export declare const MuiAlert: {
|
|
|
1342
1440
|
translate?: import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1343
1441
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
1344
1442
|
userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1443
|
+
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
1345
1444
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1346
1445
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly string[] | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
1347
1446
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1348
1447
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly string[] | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
1448
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | readonly string[] | readonly import("csstype").Property.ViewTransitionClass[] | undefined;
|
|
1349
1449
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly string[] | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
1350
1450
|
visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | readonly import("csstype").Property.Visibility[] | undefined;
|
|
1351
1451
|
whiteSpace?: import("csstype").Property.WhiteSpace | readonly string[] | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
1352
1452
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
1353
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly string[] | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
1354
1453
|
widows?: import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1355
1454
|
width?: import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1356
1455
|
willChange?: import("csstype").Property.WillChange | readonly string[] | readonly import("csstype").Property.WillChange[] | undefined;
|
|
@@ -1358,23 +1457,31 @@ export declare const MuiAlert: {
|
|
|
1358
1457
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
1359
1458
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
1360
1459
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1361
|
-
|
|
1460
|
+
x?: import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1461
|
+
y?: import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1462
|
+
zIndex?: import("csstype").Property.ZIndex | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
1362
1463
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
1363
1464
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
1465
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
1365
1466
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1366
1467
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1367
1468
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1368
1469
|
border?: import("csstype").Property.Border<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Border<string | number> | undefined>[] | undefined;
|
|
1369
1470
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1471
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
1370
1472
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1371
1473
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1474
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly string[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
1475
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1372
1476
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1373
1477
|
borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
1374
1478
|
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
1375
1479
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1480
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
1376
1481
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1377
1482
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1483
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly string[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
1484
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1378
1485
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1379
1486
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1380
1487
|
borderRight?: import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1416,6 +1523,7 @@ export declare const MuiAlert: {
|
|
|
1416
1523
|
placeContent?: import("csstype").Property.PlaceContent | readonly string[] | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
1417
1524
|
placeItems?: import("csstype").Property.PlaceItems | readonly string[] | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
1418
1525
|
placeSelf?: import("csstype").Property.PlaceSelf | readonly string[] | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
1526
|
+
positionTry?: import("csstype").Property.PositionTry | readonly string[] | readonly import("csstype").Property.PositionTry[] | undefined;
|
|
1419
1527
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1420
1528
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1421
1529
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1426,6 +1534,7 @@ export declare const MuiAlert: {
|
|
|
1426
1534
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly string[] | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
1427
1535
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1428
1536
|
textEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
1537
|
+
textWrap?: import("csstype").Property.TextWrap | readonly string[] | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
1429
1538
|
transition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1430
1539
|
viewTimeline?: import("csstype").Property.ViewTimeline | readonly string[] | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
1431
1540
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -1437,6 +1546,7 @@ export declare const MuiAlert: {
|
|
|
1437
1546
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
1438
1547
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
1439
1548
|
MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
1549
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
1440
1550
|
MozBinding?: import("csstype").Property.MozBinding | readonly string[] | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
1441
1551
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly string[] | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
1442
1552
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
@@ -1448,8 +1558,6 @@ export declare const MuiAlert: {
|
|
|
1448
1558
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
1449
1559
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
1450
1560
|
MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
1451
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
1452
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
1453
1561
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
1454
1562
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
1455
1563
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1458,7 +1566,6 @@ export declare const MuiAlert: {
|
|
|
1458
1566
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
1459
1567
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly string[] | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
1460
1568
|
MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
1461
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | readonly string[] | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
1462
1569
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1463
1570
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1464
1571
|
MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
@@ -1469,11 +1576,15 @@ export declare const MuiAlert: {
|
|
|
1469
1576
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1470
1577
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1471
1578
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1579
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
1580
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1472
1581
|
MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
1473
1582
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1474
1583
|
MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
1475
1584
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
1476
|
-
|
|
1585
|
+
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
1586
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1587
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
1477
1588
|
MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
1478
1589
|
MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1479
1590
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
@@ -1592,6 +1703,8 @@ export declare const MuiAlert: {
|
|
|
1592
1703
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
1593
1704
|
WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1594
1705
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
1706
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1707
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1595
1708
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1596
1709
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1597
1710
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly string[] | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -1646,13 +1759,14 @@ export declare const MuiAlert: {
|
|
|
1646
1759
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
1647
1760
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1648
1761
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
1649
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
1762
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | readonly import("csstype").Property.WebkitUserSelect[] | undefined;
|
|
1650
1763
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
1764
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
1652
1765
|
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
1653
1766
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1654
1767
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1655
1768
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1769
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1656
1770
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly string[] | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
1657
1771
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly string[] | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
1658
1772
|
msFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1660,7 +1774,7 @@ export declare const MuiAlert: {
|
|
|
1660
1774
|
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
1661
1775
|
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
1662
1776
|
msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1663
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
1777
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
1664
1778
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1665
1779
|
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
1666
1780
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1673,7 +1787,6 @@ export declare const MuiAlert: {
|
|
|
1673
1787
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
1674
1788
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1675
1789
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1676
|
-
azimuth?: import("csstype").Property.Azimuth | readonly string[] | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
1677
1790
|
boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
1678
1791
|
boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
1679
1792
|
boxFlex?: import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
@@ -1683,16 +1796,22 @@ export declare const MuiAlert: {
|
|
|
1683
1796
|
boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
1684
1797
|
boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
1685
1798
|
clip?: import("csstype").Property.Clip | readonly string[] | readonly import("csstype").Property.Clip[] | undefined;
|
|
1799
|
+
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
1686
1800
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1687
1801
|
gridGap?: import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1688
1802
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1689
1803
|
imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
1804
|
+
insetArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
1690
1805
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1691
1806
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1692
1807
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1693
1808
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1694
1809
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1695
1810
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1811
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
1812
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
1813
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
1814
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
1696
1815
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1697
1816
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1698
1817
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly string[] | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -1710,9 +1829,7 @@ export declare const MuiAlert: {
|
|
|
1710
1829
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1711
1830
|
KhtmlOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1712
1831
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1713
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
1714
1832
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
1715
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
1716
1833
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
1717
1834
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1718
1835
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -1727,30 +1844,27 @@ export declare const MuiAlert: {
|
|
|
1727
1844
|
MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
1728
1845
|
MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
1729
1846
|
MozBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
1847
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
1848
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
1730
1849
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
1731
1850
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1732
1851
|
MozOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1733
1852
|
MozOutline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1734
1853
|
MozOutlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
1735
|
-
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
1854
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
1736
1855
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
1737
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
1738
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1739
1856
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
1740
1857
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
1741
1858
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
1742
1859
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
1743
|
-
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
1744
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1745
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
1746
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1747
1860
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
1748
1861
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
1749
1862
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
1750
1863
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1864
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
1751
1865
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
1752
1866
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
1867
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
1754
1868
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1755
1869
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
1756
1870
|
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -1780,47 +1894,23 @@ export declare const MuiAlert: {
|
|
|
1780
1894
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1781
1895
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
1782
1896
|
WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
1783
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
1784
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1785
|
-
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
1786
1897
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
1787
1898
|
colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
1788
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
1789
|
-
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
1790
|
-
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1791
|
-
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
1792
|
-
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
1793
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1794
1899
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
1795
|
-
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
1796
|
-
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
1797
|
-
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
1798
|
-
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
1799
|
-
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
1800
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
1801
|
-
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
1802
|
-
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1803
|
-
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
1804
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1805
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1806
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
1807
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
1808
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1809
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
1810
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1811
|
-
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
1812
|
-
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
1813
1900
|
":-moz-any()"?: unknown;
|
|
1814
1901
|
":-moz-dir"?: unknown;
|
|
1815
1902
|
":-webkit-any()"?: unknown;
|
|
1816
1903
|
"::cue"?: unknown;
|
|
1817
1904
|
"::cue-region"?: unknown;
|
|
1905
|
+
"::highlight"?: unknown;
|
|
1818
1906
|
"::part"?: unknown;
|
|
1907
|
+
"::picker"?: unknown;
|
|
1819
1908
|
"::slotted"?: unknown;
|
|
1820
1909
|
"::view-transition-group"?: unknown;
|
|
1821
1910
|
"::view-transition-image-pair"?: unknown;
|
|
1822
1911
|
"::view-transition-new"?: unknown;
|
|
1823
1912
|
"::view-transition-old"?: unknown;
|
|
1913
|
+
":active-view-transition-type"?: unknown;
|
|
1824
1914
|
":dir"?: unknown;
|
|
1825
1915
|
":has"?: unknown;
|
|
1826
1916
|
":host"?: unknown;
|
|
@@ -1833,6 +1923,7 @@ export declare const MuiAlert: {
|
|
|
1833
1923
|
":nth-last-child"?: unknown;
|
|
1834
1924
|
":nth-last-of-type"?: unknown;
|
|
1835
1925
|
":nth-of-type"?: unknown;
|
|
1926
|
+
":state"?: unknown;
|
|
1836
1927
|
":where"?: unknown;
|
|
1837
1928
|
":-khtml-any-link"?: unknown;
|
|
1838
1929
|
":-moz-any-link"?: unknown;
|
|
@@ -1846,6 +1937,7 @@ export declare const MuiAlert: {
|
|
|
1846
1937
|
":-ms-fullscreen"?: unknown;
|
|
1847
1938
|
":-ms-input-placeholder"?: unknown;
|
|
1848
1939
|
":-webkit-any-link"?: unknown;
|
|
1940
|
+
":-webkit-autofill"?: unknown;
|
|
1849
1941
|
":-webkit-full-screen"?: unknown;
|
|
1850
1942
|
"::-moz-placeholder"?: unknown;
|
|
1851
1943
|
"::-moz-progress-bar"?: unknown;
|
|
@@ -1870,6 +1962,7 @@ export declare const MuiAlert: {
|
|
|
1870
1962
|
"::-ms-track"?: unknown;
|
|
1871
1963
|
"::-ms-value"?: unknown;
|
|
1872
1964
|
"::-webkit-backdrop"?: unknown;
|
|
1965
|
+
"::-webkit-file-upload-button"?: unknown;
|
|
1873
1966
|
"::-webkit-input-placeholder"?: unknown;
|
|
1874
1967
|
"::-webkit-progress-bar"?: unknown;
|
|
1875
1968
|
"::-webkit-progress-inner-value"?: unknown;
|
|
@@ -1879,20 +1972,29 @@ export declare const MuiAlert: {
|
|
|
1879
1972
|
"::after"?: unknown;
|
|
1880
1973
|
"::backdrop"?: unknown;
|
|
1881
1974
|
"::before"?: unknown;
|
|
1975
|
+
"::checkmark"?: unknown;
|
|
1976
|
+
"::details-content"?: unknown;
|
|
1977
|
+
"::file-selector-button"?: unknown;
|
|
1882
1978
|
"::first-letter"?: unknown;
|
|
1883
1979
|
"::first-line"?: unknown;
|
|
1884
1980
|
"::grammar-error"?: unknown;
|
|
1885
1981
|
"::marker"?: unknown;
|
|
1982
|
+
"::picker-icon"?: unknown;
|
|
1886
1983
|
"::placeholder"?: unknown;
|
|
1984
|
+
"::scroll-marker"?: unknown;
|
|
1985
|
+
"::scroll-marker-group"?: unknown;
|
|
1887
1986
|
"::selection"?: unknown;
|
|
1888
1987
|
"::spelling-error"?: unknown;
|
|
1889
1988
|
"::target-text"?: unknown;
|
|
1890
1989
|
"::view-transition"?: unknown;
|
|
1891
1990
|
":active"?: unknown;
|
|
1991
|
+
":active-view-transition"?: unknown;
|
|
1892
1992
|
":after"?: unknown;
|
|
1893
1993
|
":any-link"?: unknown;
|
|
1994
|
+
":autofill"?: unknown;
|
|
1894
1995
|
":before"?: unknown;
|
|
1895
1996
|
":blank"?: unknown;
|
|
1997
|
+
":buffering"?: unknown;
|
|
1896
1998
|
":checked"?: unknown;
|
|
1897
1999
|
":current"?: unknown;
|
|
1898
2000
|
":default"?: unknown;
|
|
@@ -1910,6 +2012,7 @@ export declare const MuiAlert: {
|
|
|
1910
2012
|
":focus-within"?: unknown;
|
|
1911
2013
|
":fullscreen"?: unknown;
|
|
1912
2014
|
":future"?: unknown;
|
|
2015
|
+
":has-slotted"?: unknown;
|
|
1913
2016
|
":hover"?: unknown;
|
|
1914
2017
|
":in-range"?: unknown;
|
|
1915
2018
|
":indeterminate"?: unknown;
|
|
@@ -1919,10 +2022,11 @@ export declare const MuiAlert: {
|
|
|
1919
2022
|
":left"?: unknown;
|
|
1920
2023
|
":link"?: unknown;
|
|
1921
2024
|
":local-link"?: unknown;
|
|
1922
|
-
":
|
|
1923
|
-
":
|
|
2025
|
+
":modal"?: unknown;
|
|
2026
|
+
":muted"?: unknown;
|
|
1924
2027
|
":only-child"?: unknown;
|
|
1925
2028
|
":only-of-type"?: unknown;
|
|
2029
|
+
":open"?: unknown;
|
|
1926
2030
|
":optional"?: unknown;
|
|
1927
2031
|
":out-of-range"?: unknown;
|
|
1928
2032
|
":past"?: unknown;
|
|
@@ -1930,18 +2034,24 @@ export declare const MuiAlert: {
|
|
|
1930
2034
|
":picture-in-picture"?: unknown;
|
|
1931
2035
|
":placeholder-shown"?: unknown;
|
|
1932
2036
|
":playing"?: unknown;
|
|
2037
|
+
":popover-open"?: unknown;
|
|
1933
2038
|
":read-only"?: unknown;
|
|
1934
2039
|
":read-write"?: unknown;
|
|
1935
2040
|
":required"?: unknown;
|
|
1936
2041
|
":right"?: unknown;
|
|
1937
2042
|
":root"?: unknown;
|
|
1938
2043
|
":scope"?: unknown;
|
|
2044
|
+
":seeking"?: unknown;
|
|
2045
|
+
":stalled"?: unknown;
|
|
1939
2046
|
":target"?: unknown;
|
|
2047
|
+
":target-current"?: unknown;
|
|
1940
2048
|
":target-within"?: unknown;
|
|
1941
2049
|
":user-invalid"?: unknown;
|
|
1942
2050
|
":user-valid"?: unknown;
|
|
1943
2051
|
":valid"?: unknown;
|
|
1944
2052
|
":visited"?: unknown;
|
|
2053
|
+
":volume-locked"?: unknown;
|
|
2054
|
+
":xr-overlay"?: unknown;
|
|
1945
2055
|
'& .MuiAlert-icon': {
|
|
1946
2056
|
color: string;
|
|
1947
2057
|
alignSelf: string;
|
|
@@ -1963,6 +2073,9 @@ export declare const MuiAlert: {
|
|
|
1963
2073
|
alignItems?: import("csstype").Property.AlignItems | readonly string[] | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
1964
2074
|
alignSelf?: import("csstype").Property.AlignSelf | readonly string[] | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
1965
2075
|
alignTracks?: import("csstype").Property.AlignTracks | readonly string[] | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
2076
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
2077
|
+
anchorName?: import("csstype").Property.AnchorName | readonly string[] | readonly import("csstype").Property.AnchorName[] | undefined;
|
|
2078
|
+
anchorScope?: import("csstype").Property.AnchorScope | readonly string[] | readonly import("csstype").Property.AnchorScope[] | undefined;
|
|
1966
2079
|
animationComposition?: import("csstype").Property.AnimationComposition | readonly string[] | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
1967
2080
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1968
2081
|
animationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
@@ -1989,17 +2102,14 @@ export declare const MuiAlert: {
|
|
|
1989
2102
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1990
2103
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly string[] | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
1991
2104
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1992
|
-
|
|
2105
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1993
2106
|
blockSize?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
1994
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
1995
2107
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly string[] | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
1996
2108
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
1997
2109
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
1998
2110
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly string[] | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
1999
2111
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
2000
2112
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
2001
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
2002
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
2003
2113
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly string[] | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
2004
2114
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2005
2115
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2013,15 +2123,12 @@ export declare const MuiAlert: {
|
|
|
2013
2123
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2014
2124
|
borderImageSource?: import("csstype").Property.BorderImageSource | readonly string[] | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
2015
2125
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2016
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
2017
2126
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
2018
2127
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
2019
2128
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
2020
2129
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly string[] | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
2021
2130
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
2022
2131
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
2023
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
2024
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
2025
2132
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly string[] | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
2026
2133
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
2027
2134
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -2048,8 +2155,10 @@ export declare const MuiAlert: {
|
|
|
2048
2155
|
caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
2049
2156
|
clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | readonly import("csstype").Property.Clear[] | undefined;
|
|
2050
2157
|
clipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
2158
|
+
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
2051
2159
|
color: string | readonly string[];
|
|
2052
2160
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
2161
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | readonly import("csstype").Property.ColorInterpolationFilters[] | undefined;
|
|
2053
2162
|
colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
2054
2163
|
columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
2055
2164
|
columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
@@ -2065,16 +2174,24 @@ export declare const MuiAlert: {
|
|
|
2065
2174
|
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2066
2175
|
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2067
2176
|
containerName?: import("csstype").Property.ContainerName | readonly string[] | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
2068
|
-
containerType?: import("csstype").Property.ContainerType | readonly
|
|
2177
|
+
containerType?: import("csstype").Property.ContainerType | readonly string[] | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
2069
2178
|
content?: import("csstype").Property.Content | readonly string[] | readonly import("csstype").Property.Content[] | undefined;
|
|
2070
2179
|
contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
2071
2180
|
counterIncrement?: import("csstype").Property.CounterIncrement | readonly string[] | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
2072
2181
|
counterReset?: import("csstype").Property.CounterReset | readonly string[] | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
2073
2182
|
counterSet?: import("csstype").Property.CounterSet | readonly string[] | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
2074
2183
|
cursor?: import("csstype").Property.Cursor | readonly string[] | readonly import("csstype").Property.Cursor[] | undefined;
|
|
2184
|
+
cx?: import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2185
|
+
cy?: import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2186
|
+
d?: import("csstype").Property.D | readonly string[] | readonly import("csstype").Property.D[] | undefined;
|
|
2075
2187
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
2076
2188
|
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
2189
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
2077
2190
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
2191
|
+
fieldSizing?: import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | readonly import("csstype").Property.FieldSizing[] | undefined;
|
|
2192
|
+
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
2193
|
+
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2194
|
+
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
2078
2195
|
filter?: import("csstype").Property.Filter | readonly string[] | readonly import("csstype").Property.Filter[] | undefined;
|
|
2079
2196
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2080
2197
|
flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
@@ -2082,6 +2199,8 @@ export declare const MuiAlert: {
|
|
|
2082
2199
|
flexShrink?: import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2083
2200
|
flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
2084
2201
|
float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | readonly import("csstype").Property.Float[] | undefined;
|
|
2202
|
+
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
2203
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2085
2204
|
fontFamily?: import("csstype").Property.FontFamily | readonly string[] | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
2086
2205
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
2087
2206
|
fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
@@ -2091,7 +2210,6 @@ export declare const MuiAlert: {
|
|
|
2091
2210
|
fontSize?: import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2092
2211
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none" | "from-font")[] | undefined;
|
|
2093
2212
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
2094
|
-
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
2095
2213
|
fontStyle?: import("csstype").Property.FontStyle | readonly string[] | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
2096
2214
|
fontSynthesis?: import("csstype").Property.FontSynthesis | readonly string[] | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
2097
2215
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
@@ -2108,6 +2226,7 @@ export declare const MuiAlert: {
|
|
|
2108
2226
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
2109
2227
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
2110
2228
|
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
2229
|
+
fontWidth?: import("csstype").Property.FontWidth | readonly string[] | readonly import("csstype").Property.FontWidth[] | undefined;
|
|
2111
2230
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
2112
2231
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2113
2232
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -2128,12 +2247,13 @@ export declare const MuiAlert: {
|
|
|
2128
2247
|
imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
2129
2248
|
imageResolution?: import("csstype").Property.ImageResolution | readonly string[] | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
2130
2249
|
initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal")[] | undefined;
|
|
2250
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | readonly import("csstype").Property.InitialLetterAlign[] | undefined;
|
|
2131
2251
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2132
|
-
inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity | undefined>[] | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
2133
2252
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2134
2253
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2135
2254
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2136
2255
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2256
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | readonly import("csstype").Property.InterpolateSize[] | undefined;
|
|
2137
2257
|
isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | readonly import("csstype").Property.Isolation[] | undefined;
|
|
2138
2258
|
justifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
2139
2259
|
justifyItems?: import("csstype").Property.JustifyItems | readonly string[] | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
@@ -2141,6 +2261,7 @@ export declare const MuiAlert: {
|
|
|
2141
2261
|
justifyTracks?: import("csstype").Property.JustifyTracks | readonly string[] | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
2142
2262
|
left?: import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2143
2263
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
2264
|
+
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
2144
2265
|
lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2145
2266
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2146
2267
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -2156,6 +2277,10 @@ export declare const MuiAlert: {
|
|
|
2156
2277
|
marginRight?: import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2157
2278
|
marginTop?: import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2158
2279
|
marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
2280
|
+
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
2281
|
+
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
2282
|
+
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
2283
|
+
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
2159
2284
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
2160
2285
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2161
2286
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly string[] | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
@@ -2190,6 +2315,7 @@ export declare const MuiAlert: {
|
|
|
2190
2315
|
motionRotation?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
2191
2316
|
objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
2192
2317
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2318
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | readonly string[] | readonly import("csstype").Property.ObjectViewBox[] | undefined;
|
|
2193
2319
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2194
2320
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2195
2321
|
offsetPath?: import("csstype").Property.OffsetPath | readonly string[] | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
@@ -2201,7 +2327,7 @@ export declare const MuiAlert: {
|
|
|
2201
2327
|
orphans?: import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2202
2328
|
outlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
2203
2329
|
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
2204
|
-
outlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
2330
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
2205
2331
|
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
2206
2332
|
overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
2207
2333
|
overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
@@ -2225,25 +2351,32 @@ export declare const MuiAlert: {
|
|
|
2225
2351
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2226
2352
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2227
2353
|
page?: import("csstype").Property.Page | readonly string[] | readonly import("csstype").Property.Page[] | undefined;
|
|
2228
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
2229
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
2230
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
2231
2354
|
paintOrder?: import("csstype").Property.PaintOrder | readonly string[] | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
2232
2355
|
perspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
2233
2356
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2234
2357
|
pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
2235
2358
|
position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | readonly import("csstype").Property.Position[] | undefined;
|
|
2359
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | readonly string[] | readonly import("csstype").Property.PositionAnchor[] | undefined;
|
|
2360
|
+
positionArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
2361
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
2362
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | readonly import("csstype").Property.PositionTryOrder[] | undefined;
|
|
2363
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | readonly string[] | readonly import("csstype").Property.PositionVisibility[] | undefined;
|
|
2236
2364
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
2237
2365
|
quotes?: import("csstype").Property.Quotes | readonly string[] | readonly import("csstype").Property.Quotes[] | undefined;
|
|
2366
|
+
r?: import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2238
2367
|
resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | readonly import("csstype").Property.Resize[] | undefined;
|
|
2239
2368
|
right?: import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2240
2369
|
rotate?: import("csstype").Property.Rotate | readonly string[] | readonly import("csstype").Property.Rotate[] | undefined;
|
|
2241
2370
|
rowGap?: import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2242
2371
|
rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
2243
2372
|
rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
2373
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | readonly import("csstype").Property.RubyOverhang[] | undefined;
|
|
2244
2374
|
rubyPosition?: import("csstype").Property.RubyPosition | readonly string[] | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
2375
|
+
rx?: import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2376
|
+
ry?: import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2245
2377
|
scale?: import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
2246
2378
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
2379
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | readonly import("csstype").Property.ScrollInitialTarget[] | undefined;
|
|
2247
2380
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
2248
2381
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
2249
2382
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -2275,10 +2408,28 @@ export declare const MuiAlert: {
|
|
|
2275
2408
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2276
2409
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2277
2410
|
shapeOutside?: import("csstype").Property.ShapeOutside | readonly string[] | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
2411
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
2412
|
+
speakAs?: import("csstype").Property.SpeakAs | readonly string[] | readonly import("csstype").Property.SpeakAs[] | undefined;
|
|
2413
|
+
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
2414
|
+
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2415
|
+
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
2416
|
+
strokeColor?: import("csstype").Property.StrokeColor | readonly string[] | readonly import("csstype").Property.StrokeColor[] | undefined;
|
|
2417
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2418
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2419
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
2420
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
2421
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2422
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2423
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2278
2424
|
tabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2279
2425
|
tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
2280
2426
|
textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
2281
2427
|
textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
2428
|
+
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
2429
|
+
textAutospace?: import("csstype").Property.TextAutospace | readonly string[] | readonly import("csstype").Property.TextAutospace[] | undefined;
|
|
2430
|
+
textBox?: import("csstype").Property.TextBox | readonly string[] | readonly import("csstype").Property.TextBox[] | undefined;
|
|
2431
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | readonly string[] | readonly import("csstype").Property.TextBoxEdge[] | undefined;
|
|
2432
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | readonly import("csstype").Property.TextBoxTrim[] | undefined;
|
|
2282
2433
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
2283
2434
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
2284
2435
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
@@ -2296,10 +2447,12 @@ export declare const MuiAlert: {
|
|
|
2296
2447
|
textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
2297
2448
|
textShadow?: import("csstype").Property.TextShadow | readonly string[] | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
2298
2449
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
2299
|
-
|
|
2450
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | readonly import("csstype").Property.TextSpacingTrim[] | undefined;
|
|
2451
|
+
textTransform?: import("csstype").Property.TextTransform | readonly string[] | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
2300
2452
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2301
2453
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly string[] | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
2302
|
-
|
|
2454
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | readonly import("csstype").Property.TextWrapMode[] | undefined;
|
|
2455
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | readonly import("csstype").Property.TextWrapStyle[] | undefined;
|
|
2303
2456
|
timelineScope?: import("csstype").Property.TimelineScope | readonly string[] | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
2304
2457
|
top?: import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2305
2458
|
touchAction?: import("csstype").Property.TouchAction | readonly string[] | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
@@ -2315,15 +2468,16 @@ export declare const MuiAlert: {
|
|
|
2315
2468
|
translate?: import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2316
2469
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
2317
2470
|
userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2471
|
+
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
2318
2472
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2319
2473
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly string[] | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
2320
2474
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2321
2475
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly string[] | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
2476
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | readonly string[] | readonly import("csstype").Property.ViewTransitionClass[] | undefined;
|
|
2322
2477
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly string[] | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
2323
2478
|
visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | readonly import("csstype").Property.Visibility[] | undefined;
|
|
2324
2479
|
whiteSpace?: import("csstype").Property.WhiteSpace | readonly string[] | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
2325
2480
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
2326
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly string[] | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
2327
2481
|
widows?: import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2328
2482
|
width?: import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2329
2483
|
willChange?: import("csstype").Property.WillChange | readonly string[] | readonly import("csstype").Property.WillChange[] | undefined;
|
|
@@ -2331,23 +2485,31 @@ export declare const MuiAlert: {
|
|
|
2331
2485
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
2332
2486
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
2333
2487
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2334
|
-
|
|
2488
|
+
x?: import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2489
|
+
y?: import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2490
|
+
zIndex?: import("csstype").Property.ZIndex | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
2335
2491
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
2336
2492
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
2493
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2338
2494
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2339
2495
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2340
2496
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2341
2497
|
border?: import("csstype").Property.Border<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Border<string | number> | undefined>[] | undefined;
|
|
2342
2498
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2499
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
2343
2500
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2344
2501
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2502
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly string[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
2503
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2345
2504
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2346
2505
|
borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
2347
2506
|
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
2348
2507
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2508
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
2349
2509
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2350
2510
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2511
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly string[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
2512
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2351
2513
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2352
2514
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2353
2515
|
borderRight?: import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2389,6 +2551,7 @@ export declare const MuiAlert: {
|
|
|
2389
2551
|
placeContent?: import("csstype").Property.PlaceContent | readonly string[] | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
2390
2552
|
placeItems?: import("csstype").Property.PlaceItems | readonly string[] | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
2391
2553
|
placeSelf?: import("csstype").Property.PlaceSelf | readonly string[] | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
2554
|
+
positionTry?: import("csstype").Property.PositionTry | readonly string[] | readonly import("csstype").Property.PositionTry[] | undefined;
|
|
2392
2555
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2393
2556
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2394
2557
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2399,6 +2562,7 @@ export declare const MuiAlert: {
|
|
|
2399
2562
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly string[] | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
2400
2563
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2401
2564
|
textEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
2565
|
+
textWrap?: import("csstype").Property.TextWrap | readonly string[] | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
2402
2566
|
transition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2403
2567
|
viewTimeline?: import("csstype").Property.ViewTimeline | readonly string[] | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
2404
2568
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -2410,6 +2574,7 @@ export declare const MuiAlert: {
|
|
|
2410
2574
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
2411
2575
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
2412
2576
|
MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
2577
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
2413
2578
|
MozBinding?: import("csstype").Property.MozBinding | readonly string[] | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
2414
2579
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly string[] | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
2415
2580
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
@@ -2421,8 +2586,6 @@ export declare const MuiAlert: {
|
|
|
2421
2586
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
2422
2587
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
2423
2588
|
MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
2424
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
2425
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
2426
2589
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
2427
2590
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
2428
2591
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2431,7 +2594,6 @@ export declare const MuiAlert: {
|
|
|
2431
2594
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
2432
2595
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly string[] | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
2433
2596
|
MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
2434
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | readonly string[] | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
2435
2597
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2436
2598
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2437
2599
|
MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
@@ -2442,11 +2604,15 @@ export declare const MuiAlert: {
|
|
|
2442
2604
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2443
2605
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2444
2606
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2607
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
2608
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2445
2609
|
MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
2446
2610
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2447
2611
|
MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
2448
2612
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
2449
|
-
|
|
2613
|
+
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
2614
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2615
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
2450
2616
|
MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
2451
2617
|
MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2452
2618
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
@@ -2565,6 +2731,8 @@ export declare const MuiAlert: {
|
|
|
2565
2731
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
2566
2732
|
WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2567
2733
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
2734
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2735
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2568
2736
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2569
2737
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2570
2738
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly string[] | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -2619,13 +2787,14 @@ export declare const MuiAlert: {
|
|
|
2619
2787
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2620
2788
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2621
2789
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
2622
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
2790
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | readonly import("csstype").Property.WebkitUserSelect[] | undefined;
|
|
2623
2791
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
2792
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2625
2793
|
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
2626
2794
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2627
2795
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2628
2796
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2797
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2629
2798
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly string[] | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
2630
2799
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly string[] | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
2631
2800
|
msFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2633,7 +2802,7 @@ export declare const MuiAlert: {
|
|
|
2633
2802
|
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
2634
2803
|
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
2635
2804
|
msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2636
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
2805
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2637
2806
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2638
2807
|
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
2639
2808
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2646,7 +2815,6 @@ export declare const MuiAlert: {
|
|
|
2646
2815
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
2647
2816
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2648
2817
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2649
|
-
azimuth?: import("csstype").Property.Azimuth | readonly string[] | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
2650
2818
|
boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
2651
2819
|
boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
2652
2820
|
boxFlex?: import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
@@ -2656,16 +2824,22 @@ export declare const MuiAlert: {
|
|
|
2656
2824
|
boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2657
2825
|
boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2658
2826
|
clip?: import("csstype").Property.Clip | readonly string[] | readonly import("csstype").Property.Clip[] | undefined;
|
|
2827
|
+
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
2659
2828
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2660
2829
|
gridGap?: import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2661
2830
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2662
2831
|
imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
2832
|
+
insetArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
2663
2833
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2664
2834
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2665
2835
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2666
2836
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2667
2837
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2668
2838
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2839
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
2840
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
2841
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
2842
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
2669
2843
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2670
2844
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2671
2845
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly string[] | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -2683,9 +2857,7 @@ export declare const MuiAlert: {
|
|
|
2683
2857
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2684
2858
|
KhtmlOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2685
2859
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2686
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
2687
2860
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
2688
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
2689
2861
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
2690
2862
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2691
2863
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2700,30 +2872,27 @@ export declare const MuiAlert: {
|
|
|
2700
2872
|
MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2701
2873
|
MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2702
2874
|
MozBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
2875
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
2876
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
2703
2877
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
2704
2878
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2705
2879
|
MozOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2706
2880
|
MozOutline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2707
2881
|
MozOutlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
2708
|
-
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
2882
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
2709
2883
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
2710
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
2711
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2712
2884
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
2713
2885
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
2714
2886
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
2715
2887
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
2716
|
-
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
2717
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2718
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
2719
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2720
2888
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
2721
2889
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
2722
2890
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2723
2891
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2892
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
2724
2893
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
2725
2894
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
2895
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2727
2896
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2728
2897
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
2729
2898
|
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -2753,47 +2922,23 @@ export declare const MuiAlert: {
|
|
|
2753
2922
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2754
2923
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2755
2924
|
WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2756
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
2757
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2758
|
-
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
2759
2925
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
2760
2926
|
colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
2761
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
2762
|
-
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
2763
|
-
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2764
|
-
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
2765
|
-
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
2766
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2767
2927
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
2768
|
-
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
2769
|
-
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
2770
|
-
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
2771
|
-
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
2772
|
-
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
2773
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
2774
|
-
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
2775
|
-
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2776
|
-
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
2777
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2778
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2779
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
2780
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
2781
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2782
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2783
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2784
|
-
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
2785
|
-
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
2786
2928
|
":-moz-any()"?: unknown;
|
|
2787
2929
|
":-moz-dir"?: unknown;
|
|
2788
2930
|
":-webkit-any()"?: unknown;
|
|
2789
2931
|
"::cue"?: unknown;
|
|
2790
2932
|
"::cue-region"?: unknown;
|
|
2933
|
+
"::highlight"?: unknown;
|
|
2791
2934
|
"::part"?: unknown;
|
|
2935
|
+
"::picker"?: unknown;
|
|
2792
2936
|
"::slotted"?: unknown;
|
|
2793
2937
|
"::view-transition-group"?: unknown;
|
|
2794
2938
|
"::view-transition-image-pair"?: unknown;
|
|
2795
2939
|
"::view-transition-new"?: unknown;
|
|
2796
2940
|
"::view-transition-old"?: unknown;
|
|
2941
|
+
":active-view-transition-type"?: unknown;
|
|
2797
2942
|
":dir"?: unknown;
|
|
2798
2943
|
":has"?: unknown;
|
|
2799
2944
|
":host"?: unknown;
|
|
@@ -2806,6 +2951,7 @@ export declare const MuiAlert: {
|
|
|
2806
2951
|
":nth-last-child"?: unknown;
|
|
2807
2952
|
":nth-last-of-type"?: unknown;
|
|
2808
2953
|
":nth-of-type"?: unknown;
|
|
2954
|
+
":state"?: unknown;
|
|
2809
2955
|
":where"?: unknown;
|
|
2810
2956
|
":-khtml-any-link"?: unknown;
|
|
2811
2957
|
":-moz-any-link"?: unknown;
|
|
@@ -2819,6 +2965,7 @@ export declare const MuiAlert: {
|
|
|
2819
2965
|
":-ms-fullscreen"?: unknown;
|
|
2820
2966
|
":-ms-input-placeholder"?: unknown;
|
|
2821
2967
|
":-webkit-any-link"?: unknown;
|
|
2968
|
+
":-webkit-autofill"?: unknown;
|
|
2822
2969
|
":-webkit-full-screen"?: unknown;
|
|
2823
2970
|
"::-moz-placeholder"?: unknown;
|
|
2824
2971
|
"::-moz-progress-bar"?: unknown;
|
|
@@ -2843,6 +2990,7 @@ export declare const MuiAlert: {
|
|
|
2843
2990
|
"::-ms-track"?: unknown;
|
|
2844
2991
|
"::-ms-value"?: unknown;
|
|
2845
2992
|
"::-webkit-backdrop"?: unknown;
|
|
2993
|
+
"::-webkit-file-upload-button"?: unknown;
|
|
2846
2994
|
"::-webkit-input-placeholder"?: unknown;
|
|
2847
2995
|
"::-webkit-progress-bar"?: unknown;
|
|
2848
2996
|
"::-webkit-progress-inner-value"?: unknown;
|
|
@@ -2852,20 +3000,29 @@ export declare const MuiAlert: {
|
|
|
2852
3000
|
"::after"?: unknown;
|
|
2853
3001
|
"::backdrop"?: unknown;
|
|
2854
3002
|
"::before"?: unknown;
|
|
3003
|
+
"::checkmark"?: unknown;
|
|
3004
|
+
"::details-content"?: unknown;
|
|
3005
|
+
"::file-selector-button"?: unknown;
|
|
2855
3006
|
"::first-letter"?: unknown;
|
|
2856
3007
|
"::first-line"?: unknown;
|
|
2857
3008
|
"::grammar-error"?: unknown;
|
|
2858
3009
|
"::marker"?: unknown;
|
|
3010
|
+
"::picker-icon"?: unknown;
|
|
2859
3011
|
"::placeholder"?: unknown;
|
|
3012
|
+
"::scroll-marker"?: unknown;
|
|
3013
|
+
"::scroll-marker-group"?: unknown;
|
|
2860
3014
|
"::selection"?: unknown;
|
|
2861
3015
|
"::spelling-error"?: unknown;
|
|
2862
3016
|
"::target-text"?: unknown;
|
|
2863
3017
|
"::view-transition"?: unknown;
|
|
2864
3018
|
":active"?: unknown;
|
|
3019
|
+
":active-view-transition"?: unknown;
|
|
2865
3020
|
":after"?: unknown;
|
|
2866
3021
|
":any-link"?: unknown;
|
|
3022
|
+
":autofill"?: unknown;
|
|
2867
3023
|
":before"?: unknown;
|
|
2868
3024
|
":blank"?: unknown;
|
|
3025
|
+
":buffering"?: unknown;
|
|
2869
3026
|
":checked"?: unknown;
|
|
2870
3027
|
":current"?: unknown;
|
|
2871
3028
|
":default"?: unknown;
|
|
@@ -2883,6 +3040,7 @@ export declare const MuiAlert: {
|
|
|
2883
3040
|
":focus-within"?: unknown;
|
|
2884
3041
|
":fullscreen"?: unknown;
|
|
2885
3042
|
":future"?: unknown;
|
|
3043
|
+
":has-slotted"?: unknown;
|
|
2886
3044
|
":hover"?: unknown;
|
|
2887
3045
|
":in-range"?: unknown;
|
|
2888
3046
|
":indeterminate"?: unknown;
|
|
@@ -2892,10 +3050,11 @@ export declare const MuiAlert: {
|
|
|
2892
3050
|
":left"?: unknown;
|
|
2893
3051
|
":link"?: unknown;
|
|
2894
3052
|
":local-link"?: unknown;
|
|
2895
|
-
":
|
|
2896
|
-
":
|
|
3053
|
+
":modal"?: unknown;
|
|
3054
|
+
":muted"?: unknown;
|
|
2897
3055
|
":only-child"?: unknown;
|
|
2898
3056
|
":only-of-type"?: unknown;
|
|
3057
|
+
":open"?: unknown;
|
|
2899
3058
|
":optional"?: unknown;
|
|
2900
3059
|
":out-of-range"?: unknown;
|
|
2901
3060
|
":past"?: unknown;
|
|
@@ -2903,18 +3062,24 @@ export declare const MuiAlert: {
|
|
|
2903
3062
|
":picture-in-picture"?: unknown;
|
|
2904
3063
|
":placeholder-shown"?: unknown;
|
|
2905
3064
|
":playing"?: unknown;
|
|
3065
|
+
":popover-open"?: unknown;
|
|
2906
3066
|
":read-only"?: unknown;
|
|
2907
3067
|
":read-write"?: unknown;
|
|
2908
3068
|
":required"?: unknown;
|
|
2909
3069
|
":right"?: unknown;
|
|
2910
3070
|
":root"?: unknown;
|
|
2911
3071
|
":scope"?: unknown;
|
|
3072
|
+
":seeking"?: unknown;
|
|
3073
|
+
":stalled"?: unknown;
|
|
2912
3074
|
":target"?: unknown;
|
|
3075
|
+
":target-current"?: unknown;
|
|
2913
3076
|
":target-within"?: unknown;
|
|
2914
3077
|
":user-invalid"?: unknown;
|
|
2915
3078
|
":user-valid"?: unknown;
|
|
2916
3079
|
":valid"?: unknown;
|
|
2917
3080
|
":visited"?: unknown;
|
|
3081
|
+
":volume-locked"?: unknown;
|
|
3082
|
+
":xr-overlay"?: unknown;
|
|
2918
3083
|
'& .MuiAlert-icon': {
|
|
2919
3084
|
color: string;
|
|
2920
3085
|
alignSelf: string;
|
|
@@ -2936,6 +3101,9 @@ export declare const MuiAlert: {
|
|
|
2936
3101
|
alignItems?: import("csstype").Property.AlignItems | readonly string[] | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
2937
3102
|
alignSelf?: import("csstype").Property.AlignSelf | readonly string[] | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
2938
3103
|
alignTracks?: import("csstype").Property.AlignTracks | readonly string[] | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
3104
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
3105
|
+
anchorName?: import("csstype").Property.AnchorName | readonly string[] | readonly import("csstype").Property.AnchorName[] | undefined;
|
|
3106
|
+
anchorScope?: import("csstype").Property.AnchorScope | readonly string[] | readonly import("csstype").Property.AnchorScope[] | undefined;
|
|
2939
3107
|
animationComposition?: import("csstype").Property.AnimationComposition | readonly string[] | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
2940
3108
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2941
3109
|
animationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
@@ -2962,17 +3130,14 @@ export declare const MuiAlert: {
|
|
|
2962
3130
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2963
3131
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly string[] | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
2964
3132
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2965
|
-
|
|
3133
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2966
3134
|
blockSize?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2967
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
2968
3135
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly string[] | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
2969
3136
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
2970
3137
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
2971
3138
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly string[] | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
2972
3139
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
2973
3140
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
2974
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
2975
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
2976
3141
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly string[] | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
2977
3142
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2978
3143
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -2986,15 +3151,12 @@ export declare const MuiAlert: {
|
|
|
2986
3151
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
2987
3152
|
borderImageSource?: import("csstype").Property.BorderImageSource | readonly string[] | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
2988
3153
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
2989
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
2990
3154
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
2991
3155
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
2992
3156
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
2993
3157
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly string[] | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
2994
3158
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
2995
3159
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
2996
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
2997
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
2998
3160
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly string[] | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
2999
3161
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
3000
3162
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -3021,8 +3183,10 @@ export declare const MuiAlert: {
|
|
|
3021
3183
|
caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
3022
3184
|
clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | readonly import("csstype").Property.Clear[] | undefined;
|
|
3023
3185
|
clipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
3186
|
+
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
3024
3187
|
color: string | readonly string[];
|
|
3025
3188
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
3189
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | readonly import("csstype").Property.ColorInterpolationFilters[] | undefined;
|
|
3026
3190
|
colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
3027
3191
|
columnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
3028
3192
|
columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
@@ -3038,16 +3202,24 @@ export declare const MuiAlert: {
|
|
|
3038
3202
|
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3039
3203
|
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3040
3204
|
containerName?: import("csstype").Property.ContainerName | readonly string[] | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
3041
|
-
containerType?: import("csstype").Property.ContainerType | readonly
|
|
3205
|
+
containerType?: import("csstype").Property.ContainerType | readonly string[] | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
3042
3206
|
content?: import("csstype").Property.Content | readonly string[] | readonly import("csstype").Property.Content[] | undefined;
|
|
3043
3207
|
contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
3044
3208
|
counterIncrement?: import("csstype").Property.CounterIncrement | readonly string[] | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
3045
3209
|
counterReset?: import("csstype").Property.CounterReset | readonly string[] | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
3046
3210
|
counterSet?: import("csstype").Property.CounterSet | readonly string[] | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
3047
3211
|
cursor?: import("csstype").Property.Cursor | readonly string[] | readonly import("csstype").Property.Cursor[] | undefined;
|
|
3212
|
+
cx?: import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3213
|
+
cy?: import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3214
|
+
d?: import("csstype").Property.D | readonly string[] | readonly import("csstype").Property.D[] | undefined;
|
|
3048
3215
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
3049
3216
|
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
3217
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
3050
3218
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
3219
|
+
fieldSizing?: import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | readonly import("csstype").Property.FieldSizing[] | undefined;
|
|
3220
|
+
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
3221
|
+
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3222
|
+
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
3051
3223
|
filter?: import("csstype").Property.Filter | readonly string[] | readonly import("csstype").Property.Filter[] | undefined;
|
|
3052
3224
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3053
3225
|
flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
@@ -3055,6 +3227,8 @@ export declare const MuiAlert: {
|
|
|
3055
3227
|
flexShrink?: import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3056
3228
|
flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
3057
3229
|
float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | readonly import("csstype").Property.Float[] | undefined;
|
|
3230
|
+
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
3231
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3058
3232
|
fontFamily?: import("csstype").Property.FontFamily | readonly string[] | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
3059
3233
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
3060
3234
|
fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
@@ -3064,7 +3238,6 @@ export declare const MuiAlert: {
|
|
|
3064
3238
|
fontSize?: import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3065
3239
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none" | "from-font")[] | undefined;
|
|
3066
3240
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
3067
|
-
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
3068
3241
|
fontStyle?: import("csstype").Property.FontStyle | readonly string[] | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
3069
3242
|
fontSynthesis?: import("csstype").Property.FontSynthesis | readonly string[] | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
3070
3243
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
@@ -3081,6 +3254,7 @@ export declare const MuiAlert: {
|
|
|
3081
3254
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
3082
3255
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
3083
3256
|
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ((string & {}) | "bold" | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
3257
|
+
fontWidth?: import("csstype").Property.FontWidth | readonly string[] | readonly import("csstype").Property.FontWidth[] | undefined;
|
|
3084
3258
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
3085
3259
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3086
3260
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -3101,12 +3275,13 @@ export declare const MuiAlert: {
|
|
|
3101
3275
|
imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
3102
3276
|
imageResolution?: import("csstype").Property.ImageResolution | readonly string[] | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
3103
3277
|
initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal")[] | undefined;
|
|
3278
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | readonly import("csstype").Property.InitialLetterAlign[] | undefined;
|
|
3104
3279
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3105
|
-
inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity | undefined>[] | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
3106
3280
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3107
3281
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3108
3282
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3109
3283
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3284
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | readonly import("csstype").Property.InterpolateSize[] | undefined;
|
|
3110
3285
|
isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | readonly import("csstype").Property.Isolation[] | undefined;
|
|
3111
3286
|
justifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
3112
3287
|
justifyItems?: import("csstype").Property.JustifyItems | readonly string[] | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
@@ -3114,6 +3289,7 @@ export declare const MuiAlert: {
|
|
|
3114
3289
|
justifyTracks?: import("csstype").Property.JustifyTracks | readonly string[] | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
3115
3290
|
left?: import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3116
3291
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
3292
|
+
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
3117
3293
|
lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
3118
3294
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3119
3295
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -3129,6 +3305,10 @@ export declare const MuiAlert: {
|
|
|
3129
3305
|
marginRight?: import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3130
3306
|
marginTop?: import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3131
3307
|
marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
3308
|
+
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
3309
|
+
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
3310
|
+
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
3311
|
+
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
3132
3312
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
3133
3313
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3134
3314
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly string[] | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
@@ -3163,6 +3343,7 @@ export declare const MuiAlert: {
|
|
|
3163
3343
|
motionRotation?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
3164
3344
|
objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
3165
3345
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3346
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | readonly string[] | readonly import("csstype").Property.ObjectViewBox[] | undefined;
|
|
3166
3347
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3167
3348
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3168
3349
|
offsetPath?: import("csstype").Property.OffsetPath | readonly string[] | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
@@ -3174,7 +3355,7 @@ export declare const MuiAlert: {
|
|
|
3174
3355
|
orphans?: import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3175
3356
|
outlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
3176
3357
|
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
3177
|
-
outlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
3358
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
3178
3359
|
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
3179
3360
|
overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
3180
3361
|
overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
@@ -3198,25 +3379,32 @@ export declare const MuiAlert: {
|
|
|
3198
3379
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3199
3380
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3200
3381
|
page?: import("csstype").Property.Page | readonly string[] | readonly import("csstype").Property.Page[] | undefined;
|
|
3201
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
3202
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
3203
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
3204
3382
|
paintOrder?: import("csstype").Property.PaintOrder | readonly string[] | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
3205
3383
|
perspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
3206
3384
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3207
3385
|
pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
3208
3386
|
position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | readonly import("csstype").Property.Position[] | undefined;
|
|
3387
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | readonly string[] | readonly import("csstype").Property.PositionAnchor[] | undefined;
|
|
3388
|
+
positionArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
3389
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
3390
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | readonly import("csstype").Property.PositionTryOrder[] | undefined;
|
|
3391
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | readonly string[] | readonly import("csstype").Property.PositionVisibility[] | undefined;
|
|
3209
3392
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
3210
3393
|
quotes?: import("csstype").Property.Quotes | readonly string[] | readonly import("csstype").Property.Quotes[] | undefined;
|
|
3394
|
+
r?: import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3211
3395
|
resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | readonly import("csstype").Property.Resize[] | undefined;
|
|
3212
3396
|
right?: import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3213
3397
|
rotate?: import("csstype").Property.Rotate | readonly string[] | readonly import("csstype").Property.Rotate[] | undefined;
|
|
3214
3398
|
rowGap?: import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3215
3399
|
rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
3216
3400
|
rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
3401
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | readonly import("csstype").Property.RubyOverhang[] | undefined;
|
|
3217
3402
|
rubyPosition?: import("csstype").Property.RubyPosition | readonly string[] | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
3403
|
+
rx?: import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3404
|
+
ry?: import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3218
3405
|
scale?: import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
3219
3406
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
3407
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | readonly import("csstype").Property.ScrollInitialTarget[] | undefined;
|
|
3220
3408
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
3221
3409
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
3222
3410
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -3248,10 +3436,28 @@ export declare const MuiAlert: {
|
|
|
3248
3436
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3249
3437
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3250
3438
|
shapeOutside?: import("csstype").Property.ShapeOutside | readonly string[] | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
3439
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
3440
|
+
speakAs?: import("csstype").Property.SpeakAs | readonly string[] | readonly import("csstype").Property.SpeakAs[] | undefined;
|
|
3441
|
+
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
3442
|
+
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3443
|
+
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
3444
|
+
strokeColor?: import("csstype").Property.StrokeColor | readonly string[] | readonly import("csstype").Property.StrokeColor[] | undefined;
|
|
3445
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3446
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3447
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
3448
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
3449
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3450
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3451
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3251
3452
|
tabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3252
3453
|
tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
3253
3454
|
textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
3254
3455
|
textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
3456
|
+
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
3457
|
+
textAutospace?: import("csstype").Property.TextAutospace | readonly string[] | readonly import("csstype").Property.TextAutospace[] | undefined;
|
|
3458
|
+
textBox?: import("csstype").Property.TextBox | readonly string[] | readonly import("csstype").Property.TextBox[] | undefined;
|
|
3459
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | readonly string[] | readonly import("csstype").Property.TextBoxEdge[] | undefined;
|
|
3460
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | readonly import("csstype").Property.TextBoxTrim[] | undefined;
|
|
3255
3461
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
3256
3462
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
3257
3463
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
@@ -3269,10 +3475,12 @@ export declare const MuiAlert: {
|
|
|
3269
3475
|
textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
3270
3476
|
textShadow?: import("csstype").Property.TextShadow | readonly string[] | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
3271
3477
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
3272
|
-
|
|
3478
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | readonly import("csstype").Property.TextSpacingTrim[] | undefined;
|
|
3479
|
+
textTransform?: import("csstype").Property.TextTransform | readonly string[] | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
3273
3480
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3274
3481
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly string[] | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
3275
|
-
|
|
3482
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | readonly import("csstype").Property.TextWrapMode[] | undefined;
|
|
3483
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | readonly import("csstype").Property.TextWrapStyle[] | undefined;
|
|
3276
3484
|
timelineScope?: import("csstype").Property.TimelineScope | readonly string[] | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
3277
3485
|
top?: import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3278
3486
|
touchAction?: import("csstype").Property.TouchAction | readonly string[] | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
@@ -3288,15 +3496,16 @@ export declare const MuiAlert: {
|
|
|
3288
3496
|
translate?: import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3289
3497
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
3290
3498
|
userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
3499
|
+
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
3291
3500
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3292
3501
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly string[] | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
3293
3502
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3294
3503
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly string[] | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
3504
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | readonly string[] | readonly import("csstype").Property.ViewTransitionClass[] | undefined;
|
|
3295
3505
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly string[] | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
3296
3506
|
visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | readonly import("csstype").Property.Visibility[] | undefined;
|
|
3297
3507
|
whiteSpace?: import("csstype").Property.WhiteSpace | readonly string[] | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
3298
3508
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
3299
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly string[] | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
3300
3509
|
widows?: import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3301
3510
|
width?: import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3302
3511
|
willChange?: import("csstype").Property.WillChange | readonly string[] | readonly import("csstype").Property.WillChange[] | undefined;
|
|
@@ -3304,23 +3513,31 @@ export declare const MuiAlert: {
|
|
|
3304
3513
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
3305
3514
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
3306
3515
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
3307
|
-
|
|
3516
|
+
x?: import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3517
|
+
y?: import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3518
|
+
zIndex?: import("csstype").Property.ZIndex | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
3308
3519
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
3309
3520
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
3521
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
3311
3522
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3312
3523
|
background?: import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3313
3524
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3314
3525
|
border?: import("csstype").Property.Border<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Border<string | number> | undefined>[] | undefined;
|
|
3315
3526
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3527
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
3316
3528
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3317
3529
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3530
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly string[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
3531
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3318
3532
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3319
3533
|
borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
3320
3534
|
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
3321
3535
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3536
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
3322
3537
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3323
3538
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3539
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly string[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
3540
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3324
3541
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3325
3542
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3326
3543
|
borderRight?: import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3362,6 +3579,7 @@ export declare const MuiAlert: {
|
|
|
3362
3579
|
placeContent?: import("csstype").Property.PlaceContent | readonly string[] | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
3363
3580
|
placeItems?: import("csstype").Property.PlaceItems | readonly string[] | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
3364
3581
|
placeSelf?: import("csstype").Property.PlaceSelf | readonly string[] | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
3582
|
+
positionTry?: import("csstype").Property.PositionTry | readonly string[] | readonly import("csstype").Property.PositionTry[] | undefined;
|
|
3365
3583
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3366
3584
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3367
3585
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3372,6 +3590,7 @@ export declare const MuiAlert: {
|
|
|
3372
3590
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly string[] | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
3373
3591
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3374
3592
|
textEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
3593
|
+
textWrap?: import("csstype").Property.TextWrap | readonly string[] | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
3375
3594
|
transition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
3376
3595
|
viewTimeline?: import("csstype").Property.ViewTimeline | readonly string[] | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
3377
3596
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -3383,6 +3602,7 @@ export declare const MuiAlert: {
|
|
|
3383
3602
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
3384
3603
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
3385
3604
|
MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
3605
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
3386
3606
|
MozBinding?: import("csstype").Property.MozBinding | readonly string[] | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
3387
3607
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly string[] | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
3388
3608
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
@@ -3394,8 +3614,6 @@ export declare const MuiAlert: {
|
|
|
3394
3614
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
3395
3615
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
3396
3616
|
MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
3397
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
3398
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
3399
3617
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
3400
3618
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
3401
3619
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3404,7 +3622,6 @@ export declare const MuiAlert: {
|
|
|
3404
3622
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
3405
3623
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly string[] | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
3406
3624
|
MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
3407
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | readonly string[] | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
3408
3625
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3409
3626
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3410
3627
|
MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
@@ -3415,11 +3632,15 @@ export declare const MuiAlert: {
|
|
|
3415
3632
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3416
3633
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3417
3634
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3635
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
3636
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3418
3637
|
MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
3419
3638
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3420
3639
|
MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
3421
3640
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
3422
|
-
|
|
3641
|
+
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
3642
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3643
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
3423
3644
|
MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
3424
3645
|
MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
3425
3646
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
@@ -3538,6 +3759,8 @@ export declare const MuiAlert: {
|
|
|
3538
3759
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
3539
3760
|
WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
3540
3761
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
3762
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3763
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3541
3764
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3542
3765
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3543
3766
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly string[] | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -3592,13 +3815,14 @@ export declare const MuiAlert: {
|
|
|
3592
3815
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
3593
3816
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
3594
3817
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
3595
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
3818
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | readonly import("csstype").Property.WebkitUserSelect[] | undefined;
|
|
3596
3819
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
3820
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
3598
3821
|
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
3599
3822
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3600
3823
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3601
3824
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3825
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
3602
3826
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly string[] | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
3603
3827
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly string[] | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
3604
3828
|
msFlex?: import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3606,7 +3830,7 @@ export declare const MuiAlert: {
|
|
|
3606
3830
|
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
3607
3831
|
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
3608
3832
|
msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
3609
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
3833
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
3610
3834
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3611
3835
|
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ((string & {}) | "repeat" | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
3612
3836
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3619,7 +3843,6 @@ export declare const MuiAlert: {
|
|
|
3619
3843
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
3620
3844
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3621
3845
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
3622
|
-
azimuth?: import("csstype").Property.Azimuth | readonly string[] | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
3623
3846
|
boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
3624
3847
|
boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
3625
3848
|
boxFlex?: import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
@@ -3629,16 +3852,22 @@ export declare const MuiAlert: {
|
|
|
3629
3852
|
boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
3630
3853
|
boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
3631
3854
|
clip?: import("csstype").Property.Clip | readonly string[] | readonly import("csstype").Property.Clip[] | undefined;
|
|
3855
|
+
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
3632
3856
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3633
3857
|
gridGap?: import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3634
3858
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3635
3859
|
imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
3860
|
+
insetArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
3636
3861
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3637
3862
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3638
3863
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3639
3864
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3640
3865
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3641
3866
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3867
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
3868
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
3869
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
3870
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
3642
3871
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3643
3872
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3644
3873
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly string[] | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -3656,9 +3885,7 @@ export declare const MuiAlert: {
|
|
|
3656
3885
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
3657
3886
|
KhtmlOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3658
3887
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
3659
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
3660
3888
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
3661
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
3662
3889
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
3663
3890
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3664
3891
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
@@ -3673,30 +3900,27 @@ export declare const MuiAlert: {
|
|
|
3673
3900
|
MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
3674
3901
|
MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
3675
3902
|
MozBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
3903
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
3904
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
3676
3905
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
3677
3906
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3678
3907
|
MozOpacity?: import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3679
3908
|
MozOutline?: import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3680
3909
|
MozOutlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
3681
|
-
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
3910
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
3682
3911
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
3683
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
3684
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3685
3912
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
3686
3913
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
3687
3914
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
3688
3915
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
3689
|
-
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
3690
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3691
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
3692
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
3693
3916
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
3694
3917
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
3695
3918
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
3696
3919
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
3920
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
3697
3921
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
3698
3922
|
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 ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "
|
|
3923
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("auto" | "reverse" | (string & {}) | import('csstype').Globals | "normal" | "none" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
3700
3924
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
3701
3925
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
3702
3926
|
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -3726,47 +3950,23 @@ export declare const MuiAlert: {
|
|
|
3726
3950
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3727
3951
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
3728
3952
|
WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
3729
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
3730
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3731
|
-
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
3732
3953
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
3733
3954
|
colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
3734
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
3735
|
-
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
3736
|
-
fillOpacity?: import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3737
|
-
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
3738
|
-
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
3739
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3740
3955
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
3741
|
-
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
3742
|
-
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
3743
|
-
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
3744
|
-
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
3745
|
-
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
3746
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
3747
|
-
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
3748
|
-
stopOpacity?: import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3749
|
-
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
3750
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3751
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3752
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
3753
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
3754
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3755
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
3756
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
3757
|
-
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
3758
|
-
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
3759
3956
|
":-moz-any()"?: unknown;
|
|
3760
3957
|
":-moz-dir"?: unknown;
|
|
3761
3958
|
":-webkit-any()"?: unknown;
|
|
3762
3959
|
"::cue"?: unknown;
|
|
3763
3960
|
"::cue-region"?: unknown;
|
|
3961
|
+
"::highlight"?: unknown;
|
|
3764
3962
|
"::part"?: unknown;
|
|
3963
|
+
"::picker"?: unknown;
|
|
3765
3964
|
"::slotted"?: unknown;
|
|
3766
3965
|
"::view-transition-group"?: unknown;
|
|
3767
3966
|
"::view-transition-image-pair"?: unknown;
|
|
3768
3967
|
"::view-transition-new"?: unknown;
|
|
3769
3968
|
"::view-transition-old"?: unknown;
|
|
3969
|
+
":active-view-transition-type"?: unknown;
|
|
3770
3970
|
":dir"?: unknown;
|
|
3771
3971
|
":has"?: unknown;
|
|
3772
3972
|
":host"?: unknown;
|
|
@@ -3779,6 +3979,7 @@ export declare const MuiAlert: {
|
|
|
3779
3979
|
":nth-last-child"?: unknown;
|
|
3780
3980
|
":nth-last-of-type"?: unknown;
|
|
3781
3981
|
":nth-of-type"?: unknown;
|
|
3982
|
+
":state"?: unknown;
|
|
3782
3983
|
":where"?: unknown;
|
|
3783
3984
|
":-khtml-any-link"?: unknown;
|
|
3784
3985
|
":-moz-any-link"?: unknown;
|
|
@@ -3792,6 +3993,7 @@ export declare const MuiAlert: {
|
|
|
3792
3993
|
":-ms-fullscreen"?: unknown;
|
|
3793
3994
|
":-ms-input-placeholder"?: unknown;
|
|
3794
3995
|
":-webkit-any-link"?: unknown;
|
|
3996
|
+
":-webkit-autofill"?: unknown;
|
|
3795
3997
|
":-webkit-full-screen"?: unknown;
|
|
3796
3998
|
"::-moz-placeholder"?: unknown;
|
|
3797
3999
|
"::-moz-progress-bar"?: unknown;
|
|
@@ -3816,6 +4018,7 @@ export declare const MuiAlert: {
|
|
|
3816
4018
|
"::-ms-track"?: unknown;
|
|
3817
4019
|
"::-ms-value"?: unknown;
|
|
3818
4020
|
"::-webkit-backdrop"?: unknown;
|
|
4021
|
+
"::-webkit-file-upload-button"?: unknown;
|
|
3819
4022
|
"::-webkit-input-placeholder"?: unknown;
|
|
3820
4023
|
"::-webkit-progress-bar"?: unknown;
|
|
3821
4024
|
"::-webkit-progress-inner-value"?: unknown;
|
|
@@ -3825,20 +4028,29 @@ export declare const MuiAlert: {
|
|
|
3825
4028
|
"::after"?: unknown;
|
|
3826
4029
|
"::backdrop"?: unknown;
|
|
3827
4030
|
"::before"?: unknown;
|
|
4031
|
+
"::checkmark"?: unknown;
|
|
4032
|
+
"::details-content"?: unknown;
|
|
4033
|
+
"::file-selector-button"?: unknown;
|
|
3828
4034
|
"::first-letter"?: unknown;
|
|
3829
4035
|
"::first-line"?: unknown;
|
|
3830
4036
|
"::grammar-error"?: unknown;
|
|
3831
4037
|
"::marker"?: unknown;
|
|
4038
|
+
"::picker-icon"?: unknown;
|
|
3832
4039
|
"::placeholder"?: unknown;
|
|
4040
|
+
"::scroll-marker"?: unknown;
|
|
4041
|
+
"::scroll-marker-group"?: unknown;
|
|
3833
4042
|
"::selection"?: unknown;
|
|
3834
4043
|
"::spelling-error"?: unknown;
|
|
3835
4044
|
"::target-text"?: unknown;
|
|
3836
4045
|
"::view-transition"?: unknown;
|
|
3837
4046
|
":active"?: unknown;
|
|
4047
|
+
":active-view-transition"?: unknown;
|
|
3838
4048
|
":after"?: unknown;
|
|
3839
4049
|
":any-link"?: unknown;
|
|
4050
|
+
":autofill"?: unknown;
|
|
3840
4051
|
":before"?: unknown;
|
|
3841
4052
|
":blank"?: unknown;
|
|
4053
|
+
":buffering"?: unknown;
|
|
3842
4054
|
":checked"?: unknown;
|
|
3843
4055
|
":current"?: unknown;
|
|
3844
4056
|
":default"?: unknown;
|
|
@@ -3856,6 +4068,7 @@ export declare const MuiAlert: {
|
|
|
3856
4068
|
":focus-within"?: unknown;
|
|
3857
4069
|
":fullscreen"?: unknown;
|
|
3858
4070
|
":future"?: unknown;
|
|
4071
|
+
":has-slotted"?: unknown;
|
|
3859
4072
|
":hover"?: unknown;
|
|
3860
4073
|
":in-range"?: unknown;
|
|
3861
4074
|
":indeterminate"?: unknown;
|
|
@@ -3865,10 +4078,11 @@ export declare const MuiAlert: {
|
|
|
3865
4078
|
":left"?: unknown;
|
|
3866
4079
|
":link"?: unknown;
|
|
3867
4080
|
":local-link"?: unknown;
|
|
3868
|
-
":
|
|
3869
|
-
":
|
|
4081
|
+
":modal"?: unknown;
|
|
4082
|
+
":muted"?: unknown;
|
|
3870
4083
|
":only-child"?: unknown;
|
|
3871
4084
|
":only-of-type"?: unknown;
|
|
4085
|
+
":open"?: unknown;
|
|
3872
4086
|
":optional"?: unknown;
|
|
3873
4087
|
":out-of-range"?: unknown;
|
|
3874
4088
|
":past"?: unknown;
|
|
@@ -3876,18 +4090,24 @@ export declare const MuiAlert: {
|
|
|
3876
4090
|
":picture-in-picture"?: unknown;
|
|
3877
4091
|
":placeholder-shown"?: unknown;
|
|
3878
4092
|
":playing"?: unknown;
|
|
4093
|
+
":popover-open"?: unknown;
|
|
3879
4094
|
":read-only"?: unknown;
|
|
3880
4095
|
":read-write"?: unknown;
|
|
3881
4096
|
":required"?: unknown;
|
|
3882
4097
|
":right"?: unknown;
|
|
3883
4098
|
":root"?: unknown;
|
|
3884
4099
|
":scope"?: unknown;
|
|
4100
|
+
":seeking"?: unknown;
|
|
4101
|
+
":stalled"?: unknown;
|
|
3885
4102
|
":target"?: unknown;
|
|
4103
|
+
":target-current"?: unknown;
|
|
3886
4104
|
":target-within"?: unknown;
|
|
3887
4105
|
":user-invalid"?: unknown;
|
|
3888
4106
|
":user-valid"?: unknown;
|
|
3889
4107
|
":valid"?: unknown;
|
|
3890
4108
|
":visited"?: unknown;
|
|
4109
|
+
":volume-locked"?: unknown;
|
|
4110
|
+
":xr-overlay"?: unknown;
|
|
3891
4111
|
'& .MuiAlert-icon': {
|
|
3892
4112
|
color: string;
|
|
3893
4113
|
alignSelf: string;
|