@infomaximum/ui-kit 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BaseTooltip/BaseTooltip.js +29 -32
- package/dist/components/BaseTooltip/hooks/useShowTooltipController.js +3 -2
- package/dist/components/Button/Button.styles.d.ts +50 -2
- package/dist/components/Button/Button.styles.js +7 -2
- package/dist/components/Dropdown/Dropdown.js +2 -1
- package/dist/components/Dropdown/components/Menu/Menu.js +7 -7
- package/dist/components/Input/Input.js +8 -7
- package/dist/components/Input/Input.styles.d.ts +15 -14
- package/dist/components/Input/Input.styles.js +48 -40
- package/dist/components/Input/Input.tokens.d.ts +3 -0
- package/dist/components/Input/Input.tokens.js +3 -0
- package/dist/components/Input/Input.types.d.ts +2 -1
- package/dist/components/Input/components/InputTextArea/InputTextArea.js +3 -3
- package/dist/components/Input/components/InputTextArea/InputTextArea.styles.d.ts +5 -4
- package/dist/components/Input/components/InputTextArea/InputTextArea.styles.js +2 -2
- package/dist/components/Input/components/InputTextArea/InputTextArea.types.d.ts +2 -1
- package/dist/components/InputNumber/InputNumber.js +7 -7
- package/dist/components/InputNumber/InputNumber.styles.d.ts +6 -5
- package/dist/components/InputNumber/InputNumber.styles.js +38 -34
- package/dist/components/InputNumber/InputNumber.tokens.d.ts +3 -0
- package/dist/components/InputNumber/InputNumber.tokens.js +3 -0
- package/dist/components/InputNumber/InputNumber.types.d.ts +2 -1
- package/dist/components/InternalPicker/pickers/RangePicker/RangePicker.js +5 -2
- package/dist/components/InternalPicker/pickers/RangePicker/RangePicker.types.d.ts +2 -2
- package/dist/components/InternalPicker/pickers/SinglePicker/SinglePicker.js +5 -2
- package/dist/components/InternalPicker/pickers/SinglePicker/SinglePicker.types.d.ts +2 -1
- package/dist/components/InternalPicker/styles/DatePanel.styles.d.ts +596 -596
- package/dist/components/InternalPicker/styles/Popup.styles.d.ts +627 -593
- package/dist/components/InternalPicker/styles/Popup.styles.js +36 -1
- package/dist/components/InternalPicker/styles/RangeSelector.styles.d.ts +12 -0
- package/dist/components/InternalPicker/styles/RangeSelector.styles.js +3 -0
- package/dist/components/InternalPicker/styles/SingleSelector.styles.d.ts +9 -0
- package/dist/components/InternalPicker/styles/SingleSelector.styles.js +9 -0
- package/dist/components/InternalPicker/tokens.d.ts +2 -0
- package/dist/components/InternalPicker/tokens.js +2 -0
- package/dist/components/Radio/components/RadioGroup/RadioGroup.js +7 -2
- package/dist/components/Radio/components/RadioGroup/RadioGroup.styles.d.ts +8 -1
- package/dist/components/Radio/components/RadioGroup/RadioGroup.styles.js +14 -4
- package/dist/components/Radio/components/RadioGroup/RadioGroup.types.d.ts +5 -0
- package/dist/components/Table/hooks/useTableVisualParamsChange/utils.d.ts +1 -1
- package/dist/components/Tabs/components/TabItem/TabItem.styles.d.ts +1 -1
- package/package.json +1 -1
|
@@ -4,254 +4,254 @@ import { CSSObject } from '@emotion/react';
|
|
|
4
4
|
export declare const getPickerDatePanelStyle: (pickerTokens: PickerTokens, theme: Theme) => {
|
|
5
5
|
[x: string]: import('@emotion/serialize').CSSInterpolation;
|
|
6
6
|
accentColor?: import("csstype").Property.AccentColor | readonly string[] | readonly import("csstype").Property.AccentColor[] | undefined;
|
|
7
|
-
alignContent?:
|
|
8
|
-
alignItems?:
|
|
9
|
-
alignSelf?:
|
|
10
|
-
alignTracks?:
|
|
11
|
-
animationComposition?:
|
|
12
|
-
animationDelay?:
|
|
13
|
-
animationDirection?:
|
|
14
|
-
animationDuration?:
|
|
15
|
-
animationFillMode?:
|
|
7
|
+
alignContent?: import("csstype").Property.AlignContent | readonly string[] | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
8
|
+
alignItems?: import("csstype").Property.AlignItems | readonly string[] | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
9
|
+
alignSelf?: import("csstype").Property.AlignSelf | readonly string[] | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
10
|
+
alignTracks?: import("csstype").Property.AlignTracks | readonly string[] | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
11
|
+
animationComposition?: import("csstype").Property.AnimationComposition | readonly string[] | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
12
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
13
|
+
animationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
14
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
15
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | readonly string[] | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
16
16
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
17
|
-
animationName?:
|
|
18
|
-
animationPlayState?:
|
|
19
|
-
animationRangeEnd?: readonly (string | (string & {}))[] |
|
|
20
|
-
animationRangeStart?: readonly (string | (string & {}))[] |
|
|
21
|
-
animationTimeline?:
|
|
22
|
-
animationTimingFunction?:
|
|
17
|
+
animationName?: import("csstype").Property.AnimationName | readonly string[] | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
18
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
19
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>[] | undefined;
|
|
20
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number> | undefined>[] | undefined;
|
|
21
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | readonly string[] | readonly import("csstype").Property.AnimationTimeline[] | undefined;
|
|
22
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
23
23
|
appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | readonly import("csstype").Property.Appearance[] | undefined;
|
|
24
24
|
aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
25
|
-
backdropFilter?:
|
|
25
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | readonly string[] | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
26
26
|
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
27
|
-
backgroundAttachment?:
|
|
28
|
-
backgroundBlendMode?:
|
|
29
|
-
backgroundClip?:
|
|
30
|
-
backgroundColor?:
|
|
31
|
-
backgroundImage?:
|
|
32
|
-
backgroundOrigin?:
|
|
33
|
-
backgroundPositionX?: readonly (string | (string & {}))[] |
|
|
34
|
-
backgroundPositionY?: readonly (string | (string & {}))[] |
|
|
35
|
-
backgroundRepeat?:
|
|
36
|
-
backgroundSize?: readonly (string | (string & {}))[] |
|
|
37
|
-
blockOverflow?:
|
|
38
|
-
blockSize?: readonly (string | (string & {}))[] |
|
|
39
|
-
borderBlockColor?:
|
|
40
|
-
borderBlockEndColor?:
|
|
27
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly string[] | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
|
|
28
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | readonly string[] | readonly import("csstype").Property.BackgroundBlendMode[] | undefined;
|
|
29
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
30
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | readonly string[] | readonly import("csstype").Property.BackgroundColor[] | undefined;
|
|
31
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | readonly string[] | readonly import("csstype").Property.BackgroundImage[] | undefined;
|
|
32
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
33
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number> | undefined>[] | undefined;
|
|
34
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | undefined;
|
|
35
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly string[] | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
36
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
37
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | readonly string[] | readonly import("csstype").Property.BlockOverflow[] | undefined;
|
|
38
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
39
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
40
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly string[] | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
41
41
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
42
|
-
borderBlockEndWidth?:
|
|
43
|
-
borderBlockStartColor?:
|
|
42
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
43
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly string[] | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
44
44
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
45
|
-
borderBlockStartWidth?:
|
|
45
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
46
46
|
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
47
|
-
borderBlockWidth?:
|
|
48
|
-
borderBottomColor?:
|
|
49
|
-
borderBottomLeftRadius?: readonly (string | (string & {}))[] |
|
|
50
|
-
borderBottomRightRadius?: readonly (string | (string & {}))[] |
|
|
47
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
48
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly string[] | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
49
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
50
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
51
51
|
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle | undefined>[] | readonly import("csstype").Property.BorderBottomStyle[] | undefined;
|
|
52
|
-
borderBottomWidth?:
|
|
52
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number> | undefined>[] | undefined;
|
|
53
53
|
borderCollapse?: import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse | undefined>[] | readonly import("csstype").Property.BorderCollapse[] | undefined;
|
|
54
|
-
borderEndEndRadius?: readonly (string | (string & {}))[] |
|
|
55
|
-
borderEndStartRadius?: readonly (string | (string & {}))[] |
|
|
56
|
-
borderImageOutset?: readonly (string | (string & {}))[] |
|
|
57
|
-
borderImageRepeat?:
|
|
54
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number> | undefined>[] | undefined;
|
|
55
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number> | undefined>[] | undefined;
|
|
56
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number> | undefined>[] | undefined;
|
|
57
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | readonly string[] | readonly import("csstype").Property.BorderImageRepeat[] | undefined;
|
|
58
58
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
59
|
-
borderImageSource?:
|
|
60
|
-
borderImageWidth?: readonly (string | (string & {}))[] |
|
|
61
|
-
borderInlineColor?:
|
|
62
|
-
borderInlineEndColor?:
|
|
59
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | readonly string[] | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
60
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | undefined;
|
|
61
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
62
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
63
63
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
64
|
-
borderInlineEndWidth?:
|
|
65
|
-
borderInlineStartColor?:
|
|
64
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
65
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly string[] | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
66
66
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
67
|
-
borderInlineStartWidth?:
|
|
67
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
68
68
|
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
69
|
-
borderInlineWidth?:
|
|
70
|
-
borderLeftColor?:
|
|
69
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
70
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly string[] | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
71
71
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
72
|
-
borderLeftWidth?:
|
|
73
|
-
borderRightColor?:
|
|
72
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
73
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | readonly string[] | readonly import("csstype").Property.BorderRightColor[] | undefined;
|
|
74
74
|
borderRightStyle?: import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle | undefined>[] | readonly import("csstype").Property.BorderRightStyle[] | undefined;
|
|
75
|
-
borderRightWidth?:
|
|
76
|
-
borderSpacing?: readonly (string | (string & {}))[] |
|
|
77
|
-
borderStartEndRadius?: readonly (string | (string & {}))[] |
|
|
78
|
-
borderStartStartRadius?: readonly (string | (string & {}))[] |
|
|
79
|
-
borderTopColor?:
|
|
80
|
-
borderTopLeftRadius?: readonly (string | (string & {}))[] |
|
|
81
|
-
borderTopRightRadius?: readonly (string | (string & {}))[] |
|
|
75
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number> | undefined>[] | undefined;
|
|
76
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number> | undefined>[] | undefined;
|
|
77
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number> | undefined>[] | undefined;
|
|
78
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number> | undefined>[] | undefined;
|
|
79
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | readonly string[] | readonly import("csstype").Property.BorderTopColor[] | undefined;
|
|
80
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
81
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
82
82
|
borderTopStyle?: import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle | undefined>[] | readonly import("csstype").Property.BorderTopStyle[] | undefined;
|
|
83
|
-
borderTopWidth?:
|
|
84
|
-
bottom?: readonly (string | (string & {}))[] |
|
|
83
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number> | undefined>[] | undefined;
|
|
84
|
+
bottom?: import("csstype").Property.Bottom<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined;
|
|
85
85
|
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
86
|
-
boxShadow?:
|
|
86
|
+
boxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
87
87
|
boxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
88
88
|
breakAfter?: import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter | undefined>[] | readonly import("csstype").Property.BreakAfter[] | undefined;
|
|
89
89
|
breakBefore?: import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore | undefined>[] | readonly import("csstype").Property.BreakBefore[] | undefined;
|
|
90
90
|
breakInside?: import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside | undefined>[] | readonly import("csstype").Property.BreakInside[] | undefined;
|
|
91
91
|
captionSide?: import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide | undefined>[] | readonly import("csstype").Property.CaptionSide[] | undefined;
|
|
92
|
-
caretColor?:
|
|
92
|
+
caretColor?: import("csstype").Property.CaretColor | readonly string[] | readonly import("csstype").Property.CaretColor[] | undefined;
|
|
93
93
|
caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
94
94
|
clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | readonly import("csstype").Property.Clear[] | undefined;
|
|
95
|
-
clipPath?:
|
|
96
|
-
color?:
|
|
95
|
+
clipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
96
|
+
color?: import("csstype").Property.Color | readonly string[] | readonly import("csstype").Property.Color[] | undefined;
|
|
97
97
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
98
|
-
colorScheme?:
|
|
99
|
-
columnCount?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
98
|
+
colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
99
|
+
columnCount?: import("csstype").Property.ColumnCount | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
100
100
|
columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
101
|
-
columnGap?: readonly (string | (string & {}))[] |
|
|
102
|
-
columnRuleColor?:
|
|
103
|
-
columnRuleStyle?:
|
|
104
|
-
columnRuleWidth?: readonly (string | (string & {}))[] |
|
|
101
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined;
|
|
102
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
103
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
104
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
105
105
|
columnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
106
|
-
columnWidth?:
|
|
107
|
-
contain?:
|
|
108
|
-
containIntrinsicBlockSize?: readonly (string | (string & {}))[] |
|
|
109
|
-
containIntrinsicHeight?: readonly (string | (string & {}))[] |
|
|
110
|
-
containIntrinsicInlineSize?: readonly (string | (string & {}))[] |
|
|
111
|
-
containIntrinsicWidth?: readonly (string | (string & {}))[] |
|
|
112
|
-
containerName?:
|
|
106
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined;
|
|
107
|
+
contain?: import("csstype").Property.Contain | readonly string[] | readonly import("csstype").Property.Contain[] | undefined;
|
|
108
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>[] | undefined;
|
|
109
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>[] | undefined;
|
|
110
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined;
|
|
111
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined;
|
|
112
|
+
containerName?: import("csstype").Property.ContainerName | readonly string[] | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
113
113
|
containerType?: import("csstype").Property.ContainerType | readonly NonNullable<import("csstype").Property.ContainerType | undefined>[] | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
114
|
-
content?:
|
|
114
|
+
content?: import("csstype").Property.Content | readonly string[] | readonly import("csstype").Property.Content[] | undefined;
|
|
115
115
|
contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
116
|
-
counterIncrement?:
|
|
117
|
-
counterReset?:
|
|
118
|
-
counterSet?:
|
|
119
|
-
cursor?:
|
|
116
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | readonly string[] | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
117
|
+
counterReset?: import("csstype").Property.CounterReset | readonly string[] | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
118
|
+
counterSet?: import("csstype").Property.CounterSet | readonly string[] | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
119
|
+
cursor?: import("csstype").Property.Cursor | readonly string[] | readonly import("csstype").Property.Cursor[] | undefined;
|
|
120
120
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
121
|
-
display?:
|
|
121
|
+
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
122
122
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
123
|
-
filter?:
|
|
124
|
-
flexBasis?: readonly (string | (string & {}))[] |
|
|
123
|
+
filter?: import("csstype").Property.Filter | readonly string[] | readonly import("csstype").Property.Filter[] | undefined;
|
|
124
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
125
125
|
flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
126
|
-
flexGrow?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
127
|
-
flexShrink?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
126
|
+
flexGrow?: import("csstype").Property.FlexGrow | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined;
|
|
127
|
+
flexShrink?: import("csstype").Property.FlexShrink | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined;
|
|
128
128
|
flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
129
129
|
float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | readonly import("csstype").Property.Float[] | undefined;
|
|
130
|
-
fontFamily?:
|
|
131
|
-
fontFeatureSettings?:
|
|
130
|
+
fontFamily?: import("csstype").Property.FontFamily | readonly string[] | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
131
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
132
132
|
fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
133
|
-
fontLanguageOverride?:
|
|
133
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly string[] | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
134
134
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing | undefined>[] | readonly import("csstype").Property.FontOpticalSizing[] | undefined;
|
|
135
|
-
fontPalette?:
|
|
136
|
-
fontSize?: readonly (string | (string & {}))[] |
|
|
135
|
+
fontPalette?: import("csstype").Property.FontPalette | readonly string[] | readonly import("csstype").Property.FontPalette[] | undefined;
|
|
136
|
+
fontSize?: import("csstype").Property.FontSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined;
|
|
137
137
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none" | "from-font")[] | undefined;
|
|
138
|
-
fontSmooth?:
|
|
139
|
-
fontStretch?:
|
|
140
|
-
fontStyle?:
|
|
141
|
-
fontSynthesis?:
|
|
138
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
139
|
+
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
140
|
+
fontStyle?: import("csstype").Property.FontStyle | readonly string[] | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
141
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | readonly string[] | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
142
142
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
143
143
|
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps | undefined>[] | readonly import("csstype").Property.FontSynthesisSmallCaps[] | undefined;
|
|
144
144
|
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle | undefined>[] | readonly import("csstype").Property.FontSynthesisStyle[] | undefined;
|
|
145
145
|
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight | undefined>[] | readonly import("csstype").Property.FontSynthesisWeight[] | undefined;
|
|
146
|
-
fontVariant?:
|
|
147
|
-
fontVariantAlternates?:
|
|
146
|
+
fontVariant?: import("csstype").Property.FontVariant | readonly string[] | readonly import("csstype").Property.FontVariant[] | undefined;
|
|
147
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | readonly string[] | readonly import("csstype").Property.FontVariantAlternates[] | undefined;
|
|
148
148
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps | undefined>[] | readonly import("csstype").Property.FontVariantCaps[] | undefined;
|
|
149
|
-
fontVariantEastAsian?:
|
|
149
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | readonly string[] | readonly import("csstype").Property.FontVariantEastAsian[] | undefined;
|
|
150
150
|
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji | undefined>[] | readonly import("csstype").Property.FontVariantEmoji[] | undefined;
|
|
151
|
-
fontVariantLigatures?:
|
|
152
|
-
fontVariantNumeric?:
|
|
151
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly string[] | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
152
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly string[] | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
153
153
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
154
|
-
fontVariationSettings?:
|
|
154
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
155
155
|
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | import('csstype').Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
156
156
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
157
|
-
gridAutoColumns?: readonly (string | (string & {}))[] |
|
|
158
|
-
gridAutoFlow?:
|
|
159
|
-
gridAutoRows?: readonly (string | (string & {}))[] |
|
|
160
|
-
gridColumnEnd?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
161
|
-
gridColumnStart?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
162
|
-
gridRowEnd?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
163
|
-
gridRowStart?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
164
|
-
gridTemplateAreas?:
|
|
165
|
-
gridTemplateColumns?: readonly (string | (string & {}))[] |
|
|
166
|
-
gridTemplateRows?: readonly (string | (string & {}))[] |
|
|
167
|
-
hangingPunctuation?:
|
|
168
|
-
height?: readonly (string | (string & {}))[] |
|
|
169
|
-
hyphenateCharacter?:
|
|
170
|
-
hyphenateLimitChars?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
157
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined;
|
|
158
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
159
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined;
|
|
160
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | undefined;
|
|
161
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | undefined;
|
|
162
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | undefined;
|
|
163
|
+
gridRowStart?: import("csstype").Property.GridRowStart | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | undefined;
|
|
164
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly string[] | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
|
|
165
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined;
|
|
166
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined;
|
|
167
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly string[] | readonly import("csstype").Property.HangingPunctuation[] | undefined;
|
|
168
|
+
height?: import("csstype").Property.Height<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined;
|
|
169
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly string[] | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
170
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | undefined;
|
|
171
171
|
hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
172
|
-
imageOrientation?:
|
|
172
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | readonly string[] | readonly import("csstype").Property.ImageOrientation[] | undefined;
|
|
173
173
|
imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
174
|
-
imageResolution?:
|
|
174
|
+
imageResolution?: import("csstype").Property.ImageResolution | readonly string[] | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
175
175
|
initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal")[] | undefined;
|
|
176
|
-
inlineSize?: readonly (string | (string & {}))[] |
|
|
176
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
177
177
|
inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity | undefined>[] | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
178
|
-
insetBlockEnd?: readonly (string | (string & {}))[] |
|
|
179
|
-
insetBlockStart?: readonly (string | (string & {}))[] |
|
|
180
|
-
insetInlineEnd?: readonly (string | (string & {}))[] |
|
|
181
|
-
insetInlineStart?: readonly (string | (string & {}))[] |
|
|
178
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
179
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
180
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
181
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
182
182
|
isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | readonly import("csstype").Property.Isolation[] | undefined;
|
|
183
|
-
justifyContent?:
|
|
184
|
-
justifyItems?:
|
|
185
|
-
justifySelf?:
|
|
186
|
-
justifyTracks?:
|
|
187
|
-
left?: readonly (string | (string & {}))[] |
|
|
188
|
-
letterSpacing?:
|
|
183
|
+
justifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
184
|
+
justifyItems?: import("csstype").Property.JustifyItems | readonly string[] | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
185
|
+
justifySelf?: import("csstype").Property.JustifySelf | readonly string[] | readonly import("csstype").Property.JustifySelf[] | undefined;
|
|
186
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | readonly string[] | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
187
|
+
left?: import("csstype").Property.Left<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined;
|
|
188
|
+
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
189
189
|
lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
190
|
-
lineHeight?: readonly (string | (string & {}))[] |
|
|
191
|
-
lineHeightStep?:
|
|
192
|
-
listStyleImage?:
|
|
190
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined;
|
|
191
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
192
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | readonly string[] | readonly import("csstype").Property.ListStyleImage[] | undefined;
|
|
193
193
|
listStylePosition?: import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition | undefined>[] | readonly import("csstype").Property.ListStylePosition[] | undefined;
|
|
194
|
-
listStyleType?:
|
|
195
|
-
marginBlockEnd?: readonly (string | (string & {}))[] |
|
|
196
|
-
marginBlockStart?: readonly (string | (string & {}))[] |
|
|
197
|
-
marginBottom?: readonly (string | (string & {}))[] |
|
|
198
|
-
marginInlineEnd?: readonly (string | (string & {}))[] |
|
|
199
|
-
marginInlineStart?: readonly (string | (string & {}))[] |
|
|
200
|
-
marginLeft?: readonly (string | (string & {}))[] |
|
|
201
|
-
marginRight?: readonly (string | (string & {}))[] |
|
|
202
|
-
marginTop?: readonly (string | (string & {}))[] |
|
|
194
|
+
listStyleType?: import("csstype").Property.ListStyleType | readonly string[] | readonly import("csstype").Property.ListStyleType[] | undefined;
|
|
195
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
196
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined;
|
|
197
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined;
|
|
198
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
199
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
200
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined;
|
|
201
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined;
|
|
202
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined;
|
|
203
203
|
marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
204
204
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
205
|
-
maskBorderOutset?: readonly (string | (string & {}))[] |
|
|
206
|
-
maskBorderRepeat?:
|
|
207
|
-
maskBorderSlice?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
208
|
-
maskBorderSource?:
|
|
209
|
-
maskBorderWidth?: readonly (string | (string & {}))[] |
|
|
210
|
-
maskClip?:
|
|
211
|
-
maskComposite?:
|
|
212
|
-
maskImage?:
|
|
213
|
-
maskMode?:
|
|
214
|
-
maskOrigin?:
|
|
215
|
-
maskPosition?: readonly (string | (string & {}))[] |
|
|
216
|
-
maskRepeat?:
|
|
217
|
-
maskSize?: readonly (string | (string & {}))[] |
|
|
205
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
206
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly string[] | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
207
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined;
|
|
208
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | readonly string[] | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
209
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined;
|
|
210
|
+
maskClip?: import("csstype").Property.MaskClip | readonly string[] | readonly import("csstype").Property.MaskClip[] | undefined;
|
|
211
|
+
maskComposite?: import("csstype").Property.MaskComposite | readonly string[] | readonly import("csstype").Property.MaskComposite[] | undefined;
|
|
212
|
+
maskImage?: import("csstype").Property.MaskImage | readonly string[] | readonly import("csstype").Property.MaskImage[] | undefined;
|
|
213
|
+
maskMode?: import("csstype").Property.MaskMode | readonly string[] | readonly import("csstype").Property.MaskMode[] | undefined;
|
|
214
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | readonly string[] | readonly import("csstype").Property.MaskOrigin[] | undefined;
|
|
215
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaskPosition<string | number> | undefined>[] | undefined;
|
|
216
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | readonly string[] | readonly import("csstype").Property.MaskRepeat[] | undefined;
|
|
217
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaskSize<string | number> | undefined>[] | undefined;
|
|
218
218
|
maskType?: import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType | undefined>[] | readonly import("csstype").Property.MaskType[] | undefined;
|
|
219
|
-
masonryAutoFlow?:
|
|
219
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | readonly string[] | readonly import("csstype").Property.MasonryAutoFlow[] | undefined;
|
|
220
220
|
mathDepth?: import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto-add")[] | undefined;
|
|
221
221
|
mathShift?: import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift | undefined>[] | readonly import("csstype").Property.MathShift[] | undefined;
|
|
222
222
|
mathStyle?: import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle | undefined>[] | readonly import("csstype").Property.MathStyle[] | undefined;
|
|
223
|
-
maxBlockSize?: readonly (string | (string & {}))[] |
|
|
224
|
-
maxHeight?: readonly (string | (string & {}))[] |
|
|
225
|
-
maxInlineSize?: readonly (string | (string & {}))[] |
|
|
223
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number> | undefined>[] | undefined;
|
|
224
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined;
|
|
225
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined;
|
|
226
226
|
maxLines?: import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "none")[] | undefined;
|
|
227
|
-
maxWidth?: readonly (string | (string & {}))[] |
|
|
228
|
-
minBlockSize?: readonly (string | (string & {}))[] |
|
|
229
|
-
minHeight?: readonly (string | (string & {}))[] |
|
|
230
|
-
minInlineSize?: readonly (string | (string & {}))[] |
|
|
231
|
-
minWidth?: readonly (string | (string & {}))[] |
|
|
227
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined;
|
|
228
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number> | undefined>[] | undefined;
|
|
229
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined;
|
|
230
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number> | undefined>[] | undefined;
|
|
231
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined;
|
|
232
232
|
mixBlendMode?: import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode | undefined>[] | readonly import("csstype").Property.MixBlendMode[] | undefined;
|
|
233
|
-
motionDistance?: readonly (string | (string & {}))[] |
|
|
234
|
-
motionPath?:
|
|
235
|
-
motionRotation?:
|
|
233
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
234
|
+
motionPath?: import("csstype").Property.OffsetPath | readonly string[] | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
235
|
+
motionRotation?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
236
236
|
objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
237
|
-
objectPosition?: readonly (string | (string & {}))[] |
|
|
238
|
-
offsetAnchor?: readonly (string | (string & {}))[] |
|
|
239
|
-
offsetDistance?: readonly (string | (string & {}))[] |
|
|
240
|
-
offsetPath?:
|
|
241
|
-
offsetPosition?: readonly (string | (string & {}))[] |
|
|
242
|
-
offsetRotate?:
|
|
243
|
-
offsetRotation?:
|
|
244
|
-
opacity?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
245
|
-
order?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
246
|
-
orphans?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
247
|
-
outlineColor?:
|
|
248
|
-
outlineOffset?:
|
|
249
|
-
outlineStyle?:
|
|
250
|
-
outlineWidth?:
|
|
237
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
238
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | undefined;
|
|
239
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
240
|
+
offsetPath?: import("csstype").Property.OffsetPath | readonly string[] | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
241
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number> | undefined>[] | undefined;
|
|
242
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
243
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
244
|
+
opacity?: import("csstype").Property.Opacity | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
245
|
+
order?: import("csstype").Property.Order | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined;
|
|
246
|
+
orphans?: import("csstype").Property.Orphans | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | undefined;
|
|
247
|
+
outlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
248
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
249
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | readonly string[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
250
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
251
251
|
overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
252
252
|
overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
253
253
|
overflowClipBox?: import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox | undefined>[] | readonly import("csstype").Property.OverflowClipBox[] | undefined;
|
|
254
|
-
overflowClipMargin?: readonly (string | (string & {}))[] |
|
|
254
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number> | undefined>[] | undefined;
|
|
255
255
|
overflowInline?: import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline | undefined>[] | readonly import("csstype").Property.OverflowInline[] | undefined;
|
|
256
256
|
overflowWrap?: import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap | undefined>[] | readonly import("csstype").Property.OverflowWrap[] | undefined;
|
|
257
257
|
overflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
@@ -261,236 +261,236 @@ export declare const getPickerDatePanelStyle: (pickerTokens: PickerTokens, theme
|
|
|
261
261
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline | undefined>[] | readonly import("csstype").Property.OverscrollBehaviorInline[] | undefined;
|
|
262
262
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX | undefined>[] | readonly import("csstype").Property.OverscrollBehaviorX[] | undefined;
|
|
263
263
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY | undefined>[] | readonly import("csstype").Property.OverscrollBehaviorY[] | undefined;
|
|
264
|
-
paddingBlockEnd?: readonly (string | (string & {}))[] |
|
|
265
|
-
paddingBlockStart?: readonly (string | (string & {}))[] |
|
|
264
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined;
|
|
265
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined;
|
|
266
266
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
267
|
-
paddingInlineEnd?: readonly (string | (string & {}))[] |
|
|
268
|
-
paddingInlineStart?: readonly (string | (string & {}))[] |
|
|
269
|
-
paddingLeft?: readonly (string | (string & {}))[] |
|
|
270
|
-
paddingRight?: readonly (string | (string & {}))[] |
|
|
271
|
-
paddingTop?: readonly (string | (string & {}))[] |
|
|
272
|
-
page?:
|
|
267
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
268
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
269
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined;
|
|
270
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined;
|
|
271
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined;
|
|
272
|
+
page?: import("csstype").Property.Page | readonly string[] | readonly import("csstype").Property.Page[] | undefined;
|
|
273
273
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
274
274
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
275
275
|
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
276
|
-
paintOrder?:
|
|
277
|
-
perspective?:
|
|
278
|
-
perspectiveOrigin?: readonly (string | (string & {}))[] |
|
|
276
|
+
paintOrder?: import("csstype").Property.PaintOrder | readonly string[] | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
277
|
+
perspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
278
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
279
279
|
pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
280
280
|
position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | readonly import("csstype").Property.Position[] | undefined;
|
|
281
281
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
282
|
-
quotes?:
|
|
282
|
+
quotes?: import("csstype").Property.Quotes | readonly string[] | readonly import("csstype").Property.Quotes[] | undefined;
|
|
283
283
|
resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | readonly import("csstype").Property.Resize[] | undefined;
|
|
284
|
-
right?: readonly (string | (string & {}))[] |
|
|
285
|
-
rotate?:
|
|
286
|
-
rowGap?: readonly (string | (string & {}))[] |
|
|
284
|
+
right?: import("csstype").Property.Right<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined;
|
|
285
|
+
rotate?: import("csstype").Property.Rotate | readonly string[] | readonly import("csstype").Property.Rotate[] | undefined;
|
|
286
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined;
|
|
287
287
|
rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
288
288
|
rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
289
|
-
rubyPosition?:
|
|
290
|
-
scale?: readonly ((string & {}) | import('csstype').Globals | "none")[] |
|
|
289
|
+
rubyPosition?: import("csstype").Property.RubyPosition | readonly string[] | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
290
|
+
scale?: import("csstype").Property.Scale | readonly ((string & {}) | import('csstype').Globals | "none")[] | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | undefined;
|
|
291
291
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
292
|
-
scrollMarginBlockEnd?:
|
|
293
|
-
scrollMarginBlockStart?:
|
|
294
|
-
scrollMarginBottom?:
|
|
295
|
-
scrollMarginInlineEnd?:
|
|
296
|
-
scrollMarginInlineStart?:
|
|
297
|
-
scrollMarginLeft?:
|
|
298
|
-
scrollMarginRight?:
|
|
299
|
-
scrollMarginTop?:
|
|
300
|
-
scrollPaddingBlockEnd?: readonly (string | (string & {}))[] |
|
|
301
|
-
scrollPaddingBlockStart?: readonly (string | (string & {}))[] |
|
|
302
|
-
scrollPaddingBottom?: readonly (string | (string & {}))[] |
|
|
303
|
-
scrollPaddingInlineEnd?: readonly (string | (string & {}))[] |
|
|
304
|
-
scrollPaddingInlineStart?: readonly (string | (string & {}))[] |
|
|
305
|
-
scrollPaddingLeft?: readonly (string | (string & {}))[] |
|
|
306
|
-
scrollPaddingRight?: readonly (string | (string & {}))[] |
|
|
307
|
-
scrollPaddingTop?: readonly (string | (string & {}))[] |
|
|
308
|
-
scrollSnapAlign?:
|
|
309
|
-
scrollSnapMarginBottom?:
|
|
310
|
-
scrollSnapMarginLeft?:
|
|
311
|
-
scrollSnapMarginRight?:
|
|
312
|
-
scrollSnapMarginTop?:
|
|
292
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
293
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
294
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
295
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
296
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>[] | undefined;
|
|
297
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined;
|
|
298
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined;
|
|
299
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined;
|
|
300
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>[] | undefined;
|
|
301
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>[] | undefined;
|
|
302
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>[] | undefined;
|
|
303
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
304
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
305
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>[] | undefined;
|
|
306
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>[] | undefined;
|
|
307
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>[] | undefined;
|
|
308
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | readonly string[] | readonly import("csstype").Property.ScrollSnapAlign[] | undefined;
|
|
309
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
310
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined;
|
|
311
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined;
|
|
312
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined;
|
|
313
313
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop | undefined>[] | readonly import("csstype").Property.ScrollSnapStop[] | undefined;
|
|
314
|
-
scrollSnapType?:
|
|
315
|
-
scrollTimelineAxis?:
|
|
316
|
-
scrollTimelineName?:
|
|
317
|
-
scrollbarColor?:
|
|
318
|
-
scrollbarGutter?:
|
|
314
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | readonly string[] | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
315
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | readonly string[] | readonly import("csstype").Property.ScrollTimelineAxis[] | undefined;
|
|
316
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | readonly string[] | readonly import("csstype").Property.ScrollTimelineName[] | undefined;
|
|
317
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | readonly string[] | readonly import("csstype").Property.ScrollbarColor[] | undefined;
|
|
318
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | readonly string[] | readonly import("csstype").Property.ScrollbarGutter[] | undefined;
|
|
319
319
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth | undefined>[] | readonly import("csstype").Property.ScrollbarWidth[] | undefined;
|
|
320
|
-
shapeImageThreshold?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
321
|
-
shapeMargin?: readonly (string | (string & {}))[] |
|
|
322
|
-
shapeOutside?:
|
|
323
|
-
tabSize?: readonly (string | (string & {}))[] |
|
|
320
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | undefined;
|
|
321
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
322
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | readonly string[] | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
323
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
324
324
|
tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
325
325
|
textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
326
326
|
textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
327
|
-
textCombineUpright?:
|
|
328
|
-
textDecorationColor?:
|
|
329
|
-
textDecorationLine?:
|
|
330
|
-
textDecorationSkip?:
|
|
327
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
328
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
329
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
330
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly string[] | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
331
331
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk | undefined>[] | readonly import("csstype").Property.TextDecorationSkipInk[] | undefined;
|
|
332
332
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
333
|
-
textDecorationThickness?: readonly (string | (string & {}))[] |
|
|
334
|
-
textEmphasisColor?:
|
|
335
|
-
textEmphasisPosition?:
|
|
336
|
-
textEmphasisStyle?:
|
|
337
|
-
textIndent?: readonly (string | (string & {}))[] |
|
|
333
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number> | undefined>[] | undefined;
|
|
334
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly string[] | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
335
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly string[] | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
336
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly string[] | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
337
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TextIndent<string | number> | undefined>[] | undefined;
|
|
338
338
|
textJustify?: import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify | undefined>[] | readonly import("csstype").Property.TextJustify[] | undefined;
|
|
339
339
|
textOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
340
|
-
textOverflow?:
|
|
340
|
+
textOverflow?: import("csstype").Property.TextOverflow | readonly string[] | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
341
341
|
textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
342
|
-
textShadow?:
|
|
343
|
-
textSizeAdjust?:
|
|
342
|
+
textShadow?: import("csstype").Property.TextShadow | readonly string[] | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
343
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
344
344
|
textTransform?: import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
345
|
-
textUnderlineOffset?: readonly (string | (string & {}))[] |
|
|
346
|
-
textUnderlinePosition?:
|
|
345
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | undefined;
|
|
346
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly string[] | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
347
347
|
textWrap?: import("csstype").Property.TextWrap | readonly NonNullable<import("csstype").Property.TextWrap | undefined>[] | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
348
|
-
timelineScope?:
|
|
349
|
-
top?: readonly (string | (string & {}))[] |
|
|
350
|
-
touchAction?:
|
|
351
|
-
transform?:
|
|
348
|
+
timelineScope?: import("csstype").Property.TimelineScope | readonly string[] | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
349
|
+
top?: import("csstype").Property.Top<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined;
|
|
350
|
+
touchAction?: import("csstype").Property.TouchAction | readonly string[] | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
351
|
+
transform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
352
352
|
transformBox?: import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox | undefined>[] | readonly import("csstype").Property.TransformBox[] | undefined;
|
|
353
|
-
transformOrigin?: readonly (string | (string & {}))[] |
|
|
353
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
354
354
|
transformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
355
|
-
transitionBehavior?:
|
|
356
|
-
transitionDelay?:
|
|
357
|
-
transitionDuration?:
|
|
358
|
-
transitionProperty?:
|
|
359
|
-
transitionTimingFunction?:
|
|
360
|
-
translate?: readonly (string | (string & {}))[] |
|
|
355
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | readonly string[] | readonly import("csstype").Property.TransitionBehavior[] | undefined;
|
|
356
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
357
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
358
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
359
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
360
|
+
translate?: import("csstype").Property.Translate<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | undefined;
|
|
361
361
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
362
362
|
userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
363
|
-
verticalAlign?: readonly (string | (string & {}))[] |
|
|
364
|
-
viewTimelineAxis?:
|
|
365
|
-
viewTimelineInset?: readonly (string | (string & {}))[] |
|
|
366
|
-
viewTimelineName?:
|
|
367
|
-
viewTransitionName?:
|
|
363
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | undefined;
|
|
364
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly string[] | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
365
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | undefined;
|
|
366
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly string[] | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
367
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly string[] | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
368
368
|
visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | readonly import("csstype").Property.Visibility[] | undefined;
|
|
369
|
-
whiteSpace?:
|
|
369
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | readonly string[] | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
370
370
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
371
|
-
whiteSpaceTrim?:
|
|
372
|
-
widows?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
373
|
-
width?: readonly (string | (string & {}))[] |
|
|
374
|
-
willChange?:
|
|
371
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly string[] | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
372
|
+
widows?: import("csstype").Property.Widows | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | undefined;
|
|
373
|
+
width?: import("csstype").Property.Width<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined;
|
|
374
|
+
willChange?: import("csstype").Property.WillChange | readonly string[] | readonly import("csstype").Property.WillChange[] | undefined;
|
|
375
375
|
wordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
376
|
-
wordSpacing?:
|
|
376
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
377
377
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
378
378
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
379
|
-
zIndex?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
379
|
+
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
380
380
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ("reset" | (string & {}) | import('csstype').Globals | "normal")[] | undefined;
|
|
381
381
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
382
382
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
383
|
-
animationRange?: readonly (string | (string & {}))[] |
|
|
384
|
-
background?: readonly (string | (string & {}))[] |
|
|
385
|
-
backgroundPosition?: readonly (string | (string & {}))[] |
|
|
386
|
-
border?: readonly (string | (string & {}))[] |
|
|
387
|
-
borderBlock?: readonly (string | (string & {}))[] |
|
|
388
|
-
borderBlockEnd?: readonly (string | (string & {}))[] |
|
|
389
|
-
borderBlockStart?: readonly (string | (string & {}))[] |
|
|
390
|
-
borderBottom?: readonly (string | (string & {}))[] |
|
|
391
|
-
borderColor?:
|
|
383
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | undefined;
|
|
384
|
+
background?: import("csstype").Property.Background<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | undefined;
|
|
385
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | undefined;
|
|
386
|
+
border?: import("csstype").Property.Border<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Border<string | number> | undefined>[] | undefined;
|
|
387
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | undefined;
|
|
388
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | undefined;
|
|
389
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | undefined;
|
|
390
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined;
|
|
391
|
+
borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
392
392
|
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
393
|
-
borderInline?: readonly (string | (string & {}))[] |
|
|
394
|
-
borderInlineEnd?: readonly (string | (string & {}))[] |
|
|
395
|
-
borderInlineStart?: readonly (string | (string & {}))[] |
|
|
396
|
-
borderLeft?: readonly (string | (string & {}))[] |
|
|
397
|
-
borderRadius?: readonly (string | (string & {}))[] |
|
|
398
|
-
borderRight?: readonly (string | (string & {}))[] |
|
|
399
|
-
borderStyle?:
|
|
400
|
-
borderTop?: readonly (string | (string & {}))[] |
|
|
401
|
-
borderWidth?: readonly (string | (string & {}))[] |
|
|
402
|
-
caret?:
|
|
403
|
-
columnRule?: readonly (string | (string & {}))[] |
|
|
404
|
-
columns?: readonly (string | (string & {}))[] |
|
|
405
|
-
containIntrinsicSize?: readonly (string | (string & {}))[] |
|
|
406
|
-
container?:
|
|
407
|
-
flex?: readonly (string | (string & {}))[] |
|
|
408
|
-
flexFlow?:
|
|
409
|
-
font?:
|
|
410
|
-
gap?: readonly (string | (string & {}))[] |
|
|
411
|
-
grid?:
|
|
412
|
-
gridArea?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
413
|
-
gridColumn?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
414
|
-
gridRow?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
415
|
-
gridTemplate?:
|
|
416
|
-
inset?: readonly (string | (string & {}))[] |
|
|
417
|
-
insetBlock?: readonly (string | (string & {}))[] |
|
|
418
|
-
insetInline?: readonly (string | (string & {}))[] |
|
|
419
|
-
lineClamp?: readonly ((string & {}) | import('csstype').Globals | "none")[] |
|
|
420
|
-
listStyle?:
|
|
421
|
-
margin?: readonly (string | (string & {}))[] |
|
|
422
|
-
marginBlock?: readonly (string | (string & {}))[] |
|
|
423
|
-
marginInline?: readonly (string | (string & {}))[] |
|
|
424
|
-
mask?: readonly (string | (string & {}))[] |
|
|
393
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | undefined;
|
|
394
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | undefined;
|
|
395
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | undefined;
|
|
396
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined;
|
|
397
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
398
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined;
|
|
399
|
+
borderStyle?: import("csstype").Property.BorderStyle | readonly string[] | readonly import("csstype").Property.BorderStyle[] | undefined;
|
|
400
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined;
|
|
401
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderWidth<string | number> | undefined>[] | undefined;
|
|
402
|
+
caret?: import("csstype").Property.Caret | readonly string[] | readonly import("csstype").Property.Caret[] | undefined;
|
|
403
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
404
|
+
columns?: import("csstype").Property.Columns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
405
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>[] | undefined;
|
|
406
|
+
container?: import("csstype").Property.Container | readonly string[] | readonly import("csstype").Property.Container[] | undefined;
|
|
407
|
+
flex?: import("csstype").Property.Flex<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined;
|
|
408
|
+
flexFlow?: import("csstype").Property.FlexFlow | readonly string[] | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
409
|
+
font?: import("csstype").Property.Font | readonly string[] | readonly import("csstype").Property.Font[] | undefined;
|
|
410
|
+
gap?: import("csstype").Property.Gap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined;
|
|
411
|
+
grid?: import("csstype").Property.Grid | readonly string[] | readonly import("csstype").Property.Grid[] | undefined;
|
|
412
|
+
gridArea?: import("csstype").Property.GridArea | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined;
|
|
413
|
+
gridColumn?: import("csstype").Property.GridColumn | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined;
|
|
414
|
+
gridRow?: import("csstype").Property.GridRow | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined;
|
|
415
|
+
gridTemplate?: import("csstype").Property.GridTemplate | readonly string[] | readonly import("csstype").Property.GridTemplate[] | undefined;
|
|
416
|
+
inset?: import("csstype").Property.Inset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | undefined;
|
|
417
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
418
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
419
|
+
lineClamp?: import("csstype").Property.LineClamp | readonly ((string & {}) | import('csstype').Globals | "none")[] | readonly NonNullable<import("csstype").Property.LineClamp | undefined>[] | undefined;
|
|
420
|
+
listStyle?: import("csstype").Property.ListStyle | readonly string[] | readonly import("csstype").Property.ListStyle[] | undefined;
|
|
421
|
+
margin?: import("csstype").Property.Margin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined;
|
|
422
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined;
|
|
423
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined;
|
|
424
|
+
mask?: import("csstype").Property.Mask<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | undefined;
|
|
425
425
|
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
426
|
-
motion?: readonly (string | (string & {}))[] |
|
|
427
|
-
offset?: readonly (string | (string & {}))[] |
|
|
428
|
-
outline?: readonly (string | (string & {}))[] |
|
|
429
|
-
overflow?:
|
|
430
|
-
overscrollBehavior?:
|
|
431
|
-
padding?: readonly (string | (string & {}))[] |
|
|
432
|
-
paddingBlock?: readonly (string | (string & {}))[] |
|
|
433
|
-
paddingInline?: readonly (string | (string & {}))[] |
|
|
434
|
-
placeContent?:
|
|
435
|
-
placeItems?:
|
|
436
|
-
placeSelf?:
|
|
437
|
-
scrollMargin?: readonly (string | (string & {}))[] |
|
|
438
|
-
scrollMarginBlock?: readonly (string | (string & {}))[] |
|
|
439
|
-
scrollMarginInline?: readonly (string | (string & {}))[] |
|
|
440
|
-
scrollPadding?: readonly (string | (string & {}))[] |
|
|
441
|
-
scrollPaddingBlock?: readonly (string | (string & {}))[] |
|
|
442
|
-
scrollPaddingInline?: readonly (string | (string & {}))[] |
|
|
443
|
-
scrollSnapMargin?: readonly (string | (string & {}))[] |
|
|
444
|
-
scrollTimeline?:
|
|
445
|
-
textDecoration?: readonly (string | (string & {}))[] |
|
|
446
|
-
textEmphasis?:
|
|
447
|
-
transition?:
|
|
448
|
-
viewTimeline?:
|
|
449
|
-
MozAnimationDelay?:
|
|
450
|
-
MozAnimationDirection?:
|
|
451
|
-
MozAnimationDuration?:
|
|
452
|
-
MozAnimationFillMode?:
|
|
426
|
+
motion?: import("csstype").Property.Offset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined;
|
|
427
|
+
offset?: import("csstype").Property.Offset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined;
|
|
428
|
+
outline?: import("csstype").Property.Outline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined;
|
|
429
|
+
overflow?: import("csstype").Property.Overflow | readonly string[] | readonly import("csstype").Property.Overflow[] | undefined;
|
|
430
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | readonly string[] | readonly import("csstype").Property.OverscrollBehavior[] | undefined;
|
|
431
|
+
padding?: import("csstype").Property.Padding<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined;
|
|
432
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined;
|
|
433
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined;
|
|
434
|
+
placeContent?: import("csstype").Property.PlaceContent | readonly string[] | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
435
|
+
placeItems?: import("csstype").Property.PlaceItems | readonly string[] | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
436
|
+
placeSelf?: import("csstype").Property.PlaceSelf | readonly string[] | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
437
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
438
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | undefined;
|
|
439
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | undefined;
|
|
440
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number> | undefined>[] | undefined;
|
|
441
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>[] | undefined;
|
|
442
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>[] | undefined;
|
|
443
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
444
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly string[] | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
445
|
+
textDecoration?: import("csstype").Property.TextDecoration<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | undefined;
|
|
446
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
447
|
+
transition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
448
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | readonly string[] | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
449
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
450
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
451
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
452
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly string[] | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
453
453
|
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
454
|
-
MozAnimationName?:
|
|
455
|
-
MozAnimationPlayState?:
|
|
456
|
-
MozAnimationTimingFunction?:
|
|
454
|
+
MozAnimationName?: import("csstype").Property.AnimationName | readonly string[] | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
455
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
456
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
457
457
|
MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
458
|
-
MozBinding?:
|
|
459
|
-
MozBorderBottomColors?:
|
|
460
|
-
MozBorderEndColor?:
|
|
458
|
+
MozBinding?: import("csstype").Property.MozBinding | readonly string[] | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
459
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly string[] | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
460
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
461
461
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
462
|
-
MozBorderEndWidth?:
|
|
463
|
-
MozBorderLeftColors?:
|
|
464
|
-
MozBorderRightColors?:
|
|
465
|
-
MozBorderStartColor?:
|
|
462
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
463
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | readonly string[] | readonly import("csstype").Property.MozBorderLeftColors[] | undefined;
|
|
464
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | readonly string[] | readonly import("csstype").Property.MozBorderRightColors[] | undefined;
|
|
465
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | readonly string[] | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
466
466
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
467
|
-
MozBorderTopColors?:
|
|
467
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
468
468
|
MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
469
|
-
MozColumnCount?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
469
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
470
470
|
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
471
|
-
MozColumnRuleColor?:
|
|
472
|
-
MozColumnRuleStyle?:
|
|
473
|
-
MozColumnRuleWidth?: readonly (string | (string & {}))[] |
|
|
474
|
-
MozColumnWidth?:
|
|
475
|
-
MozContextProperties?:
|
|
476
|
-
MozFontFeatureSettings?:
|
|
477
|
-
MozFontLanguageOverride?:
|
|
471
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
472
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
473
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
474
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined;
|
|
475
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | readonly string[] | readonly import("csstype").Property.MozContextProperties[] | undefined;
|
|
476
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
477
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly string[] | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
478
478
|
MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
479
|
-
MozImageRegion?:
|
|
480
|
-
MozMarginEnd?: readonly (string | (string & {}))[] |
|
|
481
|
-
MozMarginStart?: readonly (string | (string & {}))[] |
|
|
479
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | readonly string[] | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
480
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
481
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
482
482
|
MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
483
|
-
MozOsxFontSmoothing?:
|
|
484
|
-
MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] |
|
|
485
|
-
MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] |
|
|
486
|
-
MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] |
|
|
487
|
-
MozOutlineRadiusTopright?: readonly (string | (string & {}))[] |
|
|
488
|
-
MozPaddingEnd?: readonly (string | (string & {}))[] |
|
|
489
|
-
MozPaddingStart?: readonly (string | (string & {}))[] |
|
|
483
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
484
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>[] | undefined;
|
|
485
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>[] | undefined;
|
|
486
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>[] | undefined;
|
|
487
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined;
|
|
488
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
489
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
490
490
|
MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
491
|
-
MozTabSize?: readonly (string | (string & {}))[] |
|
|
491
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
492
492
|
MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
493
|
-
MozTextSizeAdjust?:
|
|
493
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
494
494
|
MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
495
495
|
MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
496
496
|
MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
@@ -499,333 +499,333 @@ export declare const getPickerDatePanelStyle: (pickerTokens: PickerTokens, theme
|
|
|
499
499
|
msAccelerator?: import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator | undefined>[] | readonly import("csstype").Property.MsAccelerator[] | undefined;
|
|
500
500
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression | undefined>[] | readonly import("csstype").Property.MsBlockProgression[] | undefined;
|
|
501
501
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining | undefined>[] | readonly import("csstype").Property.MsContentZoomChaining[] | undefined;
|
|
502
|
-
msContentZoomLimitMax?:
|
|
503
|
-
msContentZoomLimitMin?:
|
|
504
|
-
msContentZoomSnapPoints?:
|
|
502
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | readonly string[] | readonly import("csstype").Property.MsContentZoomLimitMax[] | undefined;
|
|
503
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | readonly string[] | readonly import("csstype").Property.MsContentZoomLimitMin[] | undefined;
|
|
504
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | readonly string[] | readonly import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
|
|
505
505
|
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType | undefined>[] | readonly import("csstype").Property.MsContentZoomSnapType[] | undefined;
|
|
506
506
|
msContentZooming?: import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming | undefined>[] | readonly import("csstype").Property.MsContentZooming[] | undefined;
|
|
507
|
-
msFilter?:
|
|
507
|
+
msFilter?: import("csstype").Property.MsFilter | readonly string[] | readonly import("csstype").Property.MsFilter[] | undefined;
|
|
508
508
|
msFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
509
|
-
msFlexPositive?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
510
|
-
msFlowFrom?:
|
|
511
|
-
msFlowInto?:
|
|
512
|
-
msGridColumns?: readonly (string | (string & {}))[] |
|
|
513
|
-
msGridRows?: readonly (string | (string & {}))[] |
|
|
509
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined;
|
|
510
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | readonly string[] | readonly import("csstype").Property.MsFlowFrom[] | undefined;
|
|
511
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | readonly string[] | readonly import("csstype").Property.MsFlowInto[] | undefined;
|
|
512
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | undefined;
|
|
513
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | undefined;
|
|
514
514
|
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
|
|
515
|
-
msHyphenateLimitChars?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
515
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | undefined;
|
|
516
516
|
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[] | undefined;
|
|
517
|
-
msHyphenateLimitZone?: readonly (string | (string & {}))[] |
|
|
517
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | undefined;
|
|
518
518
|
msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
519
519
|
msImeAlign?: import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign | undefined>[] | readonly import("csstype").Property.MsImeAlign[] | undefined;
|
|
520
520
|
msLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
521
|
-
msOrder?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
521
|
+
msOrder?: import("csstype").Property.Order | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined;
|
|
522
522
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle | undefined>[] | readonly import("csstype").Property.MsOverflowStyle[] | undefined;
|
|
523
523
|
msOverflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
524
524
|
msOverflowY?: import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY | undefined>[] | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
525
525
|
msScrollChaining?: import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining | undefined>[] | readonly import("csstype").Property.MsScrollChaining[] | undefined;
|
|
526
|
-
msScrollLimitXMax?:
|
|
527
|
-
msScrollLimitXMin?:
|
|
528
|
-
msScrollLimitYMax?:
|
|
529
|
-
msScrollLimitYMin?:
|
|
526
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number> | undefined>[] | undefined;
|
|
527
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number> | undefined>[] | undefined;
|
|
528
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number> | undefined>[] | undefined;
|
|
529
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number> | undefined>[] | undefined;
|
|
530
530
|
msScrollRails?: import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails | undefined>[] | readonly import("csstype").Property.MsScrollRails[] | undefined;
|
|
531
|
-
msScrollSnapPointsX?:
|
|
532
|
-
msScrollSnapPointsY?:
|
|
531
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | readonly string[] | readonly import("csstype").Property.MsScrollSnapPointsX[] | undefined;
|
|
532
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | readonly string[] | readonly import("csstype").Property.MsScrollSnapPointsY[] | undefined;
|
|
533
533
|
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType | undefined>[] | readonly import("csstype").Property.MsScrollSnapType[] | undefined;
|
|
534
534
|
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation | undefined>[] | readonly import("csstype").Property.MsScrollTranslation[] | undefined;
|
|
535
|
-
msScrollbar3dlightColor?:
|
|
536
|
-
msScrollbarArrowColor?:
|
|
537
|
-
msScrollbarBaseColor?:
|
|
538
|
-
msScrollbarDarkshadowColor?:
|
|
539
|
-
msScrollbarFaceColor?:
|
|
540
|
-
msScrollbarHighlightColor?:
|
|
541
|
-
msScrollbarShadowColor?:
|
|
542
|
-
msScrollbarTrackColor?:
|
|
535
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | readonly string[] | readonly import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
|
|
536
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | readonly string[] | readonly import("csstype").Property.MsScrollbarArrowColor[] | undefined;
|
|
537
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | readonly string[] | readonly import("csstype").Property.MsScrollbarBaseColor[] | undefined;
|
|
538
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | readonly string[] | readonly import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
|
|
539
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | readonly string[] | readonly import("csstype").Property.MsScrollbarFaceColor[] | undefined;
|
|
540
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | readonly string[] | readonly import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
|
|
541
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | readonly string[] | readonly import("csstype").Property.MsScrollbarShadowColor[] | undefined;
|
|
542
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | readonly string[] | readonly import("csstype").Property.MsScrollbarTrackColor[] | undefined;
|
|
543
543
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace | undefined>[] | readonly import("csstype").Property.MsTextAutospace[] | undefined;
|
|
544
|
-
msTextCombineHorizontal?:
|
|
545
|
-
msTextOverflow?:
|
|
546
|
-
msTouchAction?:
|
|
544
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
545
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | readonly string[] | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
546
|
+
msTouchAction?: import("csstype").Property.TouchAction | readonly string[] | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
547
547
|
msTouchSelect?: import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect | undefined>[] | readonly import("csstype").Property.MsTouchSelect[] | undefined;
|
|
548
|
-
msTransform?:
|
|
549
|
-
msTransformOrigin?: readonly (string | (string & {}))[] |
|
|
550
|
-
msTransitionDelay?:
|
|
551
|
-
msTransitionDuration?:
|
|
552
|
-
msTransitionProperty?:
|
|
553
|
-
msTransitionTimingFunction?:
|
|
548
|
+
msTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
549
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
550
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
551
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
552
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
553
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
554
554
|
msUserSelect?: import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect | undefined>[] | readonly import("csstype").Property.MsUserSelect[] | undefined;
|
|
555
555
|
msWordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
556
556
|
msWrapFlow?: import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow | undefined>[] | readonly import("csstype").Property.MsWrapFlow[] | undefined;
|
|
557
|
-
msWrapMargin?:
|
|
557
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number> | undefined>[] | undefined;
|
|
558
558
|
msWrapThrough?: import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough | undefined>[] | readonly import("csstype").Property.MsWrapThrough[] | undefined;
|
|
559
559
|
msWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
560
|
-
WebkitAlignContent?:
|
|
561
|
-
WebkitAlignItems?:
|
|
562
|
-
WebkitAlignSelf?:
|
|
563
|
-
WebkitAnimationDelay?:
|
|
564
|
-
WebkitAnimationDirection?:
|
|
565
|
-
WebkitAnimationDuration?:
|
|
566
|
-
WebkitAnimationFillMode?:
|
|
560
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | readonly string[] | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
561
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | readonly string[] | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
562
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | readonly string[] | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
563
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
564
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
565
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
566
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly string[] | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
567
567
|
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
568
|
-
WebkitAnimationName?:
|
|
569
|
-
WebkitAnimationPlayState?:
|
|
570
|
-
WebkitAnimationTimingFunction?:
|
|
568
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | readonly string[] | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
569
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
570
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
571
571
|
WebkitAppearance?: import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance | undefined>[] | readonly import("csstype").Property.WebkitAppearance[] | undefined;
|
|
572
|
-
WebkitBackdropFilter?:
|
|
572
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | readonly string[] | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
573
573
|
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
574
|
-
WebkitBackgroundClip?:
|
|
575
|
-
WebkitBackgroundOrigin?:
|
|
576
|
-
WebkitBackgroundSize?: readonly (string | (string & {}))[] |
|
|
577
|
-
WebkitBorderBeforeColor?:
|
|
578
|
-
WebkitBorderBeforeStyle?:
|
|
579
|
-
WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] |
|
|
580
|
-
WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] |
|
|
581
|
-
WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] |
|
|
574
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
575
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
576
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
577
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | readonly string[] | readonly import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
|
|
578
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | readonly string[] | readonly import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
|
|
579
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined>[] | undefined;
|
|
580
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
581
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
582
582
|
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
583
|
-
WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] |
|
|
584
|
-
WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] |
|
|
583
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
584
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
585
585
|
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
586
|
-
WebkitBoxReflect?: readonly (string | (string & {}))[] |
|
|
587
|
-
WebkitBoxShadow?:
|
|
586
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number> | undefined>[] | undefined;
|
|
587
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
588
588
|
WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
589
|
-
WebkitClipPath?:
|
|
590
|
-
WebkitColumnCount?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
589
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
590
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
591
591
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
592
|
-
WebkitColumnRuleColor?:
|
|
593
|
-
WebkitColumnRuleStyle?:
|
|
594
|
-
WebkitColumnRuleWidth?: readonly (string | (string & {}))[] |
|
|
592
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
593
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
594
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
595
595
|
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
596
|
-
WebkitColumnWidth?:
|
|
597
|
-
WebkitFilter?:
|
|
598
|
-
WebkitFlexBasis?: readonly (string | (string & {}))[] |
|
|
596
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined;
|
|
597
|
+
WebkitFilter?: import("csstype").Property.Filter | readonly string[] | readonly import("csstype").Property.Filter[] | undefined;
|
|
598
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
599
599
|
WebkitFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
600
|
-
WebkitFlexGrow?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
601
|
-
WebkitFlexShrink?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
600
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined;
|
|
601
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined;
|
|
602
602
|
WebkitFlexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
603
|
-
WebkitFontFeatureSettings?:
|
|
603
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
604
604
|
WebkitFontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
605
|
-
WebkitFontSmoothing?:
|
|
606
|
-
WebkitFontVariantLigatures?:
|
|
607
|
-
WebkitHyphenateCharacter?:
|
|
605
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
606
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly string[] | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
607
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly string[] | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
608
608
|
WebkitHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
609
609
|
WebkitInitialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal")[] | undefined;
|
|
610
|
-
WebkitJustifyContent?:
|
|
610
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
611
611
|
WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
612
|
-
WebkitLineClamp?: readonly ((string & {}) | import('csstype').Globals | "none")[] |
|
|
613
|
-
WebkitMarginEnd?: readonly (string | (string & {}))[] |
|
|
614
|
-
WebkitMarginStart?: readonly (string | (string & {}))[] |
|
|
615
|
-
WebkitMaskAttachment?:
|
|
616
|
-
WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] |
|
|
617
|
-
WebkitMaskBoxImageRepeat?:
|
|
618
|
-
WebkitMaskBoxImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
619
|
-
WebkitMaskBoxImageSource?:
|
|
620
|
-
WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] |
|
|
621
|
-
WebkitMaskClip?:
|
|
622
|
-
WebkitMaskComposite?:
|
|
623
|
-
WebkitMaskImage?:
|
|
624
|
-
WebkitMaskOrigin?:
|
|
625
|
-
WebkitMaskPosition?: readonly (string | (string & {}))[] |
|
|
626
|
-
WebkitMaskPositionX?: readonly (string | (string & {}))[] |
|
|
627
|
-
WebkitMaskPositionY?: readonly (string | (string & {}))[] |
|
|
628
|
-
WebkitMaskRepeat?:
|
|
612
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly ((string & {}) | import('csstype').Globals | "none")[] | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | undefined;
|
|
613
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
614
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
615
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly string[] | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
616
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
617
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | readonly string[] | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
618
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined;
|
|
619
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | readonly string[] | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
620
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined;
|
|
621
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | readonly string[] | readonly import("csstype").Property.WebkitMaskClip[] | undefined;
|
|
622
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | readonly string[] | readonly import("csstype").Property.WebkitMaskComposite[] | undefined;
|
|
623
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | readonly string[] | readonly import("csstype").Property.WebkitMaskImage[] | undefined;
|
|
624
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | readonly string[] | readonly import("csstype").Property.WebkitMaskOrigin[] | undefined;
|
|
625
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number> | undefined>[] | undefined;
|
|
626
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number> | undefined>[] | undefined;
|
|
627
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number> | undefined>[] | undefined;
|
|
628
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | readonly string[] | readonly import("csstype").Property.WebkitMaskRepeat[] | undefined;
|
|
629
629
|
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX | undefined>[] | readonly import("csstype").Property.WebkitMaskRepeatX[] | undefined;
|
|
630
630
|
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY | undefined>[] | readonly import("csstype").Property.WebkitMaskRepeatY[] | undefined;
|
|
631
|
-
WebkitMaskSize?: readonly (string | (string & {}))[] |
|
|
632
|
-
WebkitMaxInlineSize?: readonly (string | (string & {}))[] |
|
|
633
|
-
WebkitOrder?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
631
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number> | undefined>[] | undefined;
|
|
632
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined;
|
|
633
|
+
WebkitOrder?: import("csstype").Property.Order | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined;
|
|
634
634
|
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling | undefined>[] | readonly import("csstype").Property.WebkitOverflowScrolling[] | undefined;
|
|
635
|
-
WebkitPaddingEnd?: readonly (string | (string & {}))[] |
|
|
636
|
-
WebkitPaddingStart?: readonly (string | (string & {}))[] |
|
|
637
|
-
WebkitPerspective?:
|
|
638
|
-
WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] |
|
|
635
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
636
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
637
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
638
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
639
639
|
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
640
|
-
WebkitRubyPosition?:
|
|
641
|
-
WebkitScrollSnapType?:
|
|
642
|
-
WebkitShapeMargin?: readonly (string | (string & {}))[] |
|
|
643
|
-
WebkitTapHighlightColor?:
|
|
644
|
-
WebkitTextCombine?:
|
|
645
|
-
WebkitTextDecorationColor?:
|
|
646
|
-
WebkitTextDecorationLine?:
|
|
647
|
-
WebkitTextDecorationSkip?:
|
|
640
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | readonly string[] | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
641
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | readonly string[] | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
642
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
643
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | readonly string[] | readonly import("csstype").Property.WebkitTapHighlightColor[] | undefined;
|
|
644
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
645
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
646
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
647
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly string[] | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
648
648
|
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
649
|
-
WebkitTextEmphasisColor?:
|
|
650
|
-
WebkitTextEmphasisPosition?:
|
|
651
|
-
WebkitTextEmphasisStyle?:
|
|
652
|
-
WebkitTextFillColor?:
|
|
649
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly string[] | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
650
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly string[] | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
651
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly string[] | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
652
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | readonly string[] | readonly import("csstype").Property.WebkitTextFillColor[] | undefined;
|
|
653
653
|
WebkitTextOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
654
|
-
WebkitTextSizeAdjust?:
|
|
655
|
-
WebkitTextStrokeColor?:
|
|
656
|
-
WebkitTextStrokeWidth?:
|
|
657
|
-
WebkitTextUnderlinePosition?:
|
|
654
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
655
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | readonly string[] | readonly import("csstype").Property.WebkitTextStrokeColor[] | undefined;
|
|
656
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined>[] | undefined;
|
|
657
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly string[] | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
658
658
|
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout | undefined>[] | readonly import("csstype").Property.WebkitTouchCallout[] | undefined;
|
|
659
|
-
WebkitTransform?:
|
|
660
|
-
WebkitTransformOrigin?: readonly (string | (string & {}))[] |
|
|
659
|
+
WebkitTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
660
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
661
661
|
WebkitTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
662
|
-
WebkitTransitionDelay?:
|
|
663
|
-
WebkitTransitionDuration?:
|
|
664
|
-
WebkitTransitionProperty?:
|
|
665
|
-
WebkitTransitionTimingFunction?:
|
|
662
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
663
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
664
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
665
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
666
666
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
667
667
|
WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
668
668
|
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
669
669
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
670
670
|
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
671
|
-
MozColumnRule?: readonly (string | (string & {}))[] |
|
|
672
|
-
MozColumns?: readonly (string | (string & {}))[] |
|
|
673
|
-
MozOutlineRadius?: readonly (string | (string & {}))[] |
|
|
674
|
-
msContentZoomLimit?:
|
|
675
|
-
msContentZoomSnap?:
|
|
676
|
-
msFlex?: readonly (string | (string & {}))[] |
|
|
677
|
-
msScrollLimit?:
|
|
678
|
-
msScrollSnapX?:
|
|
679
|
-
msScrollSnapY?:
|
|
680
|
-
msTransition?:
|
|
671
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
672
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
673
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | undefined;
|
|
674
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly string[] | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
675
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly string[] | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
676
|
+
msFlex?: import("csstype").Property.Flex<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined;
|
|
677
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | readonly string[] | readonly import("csstype").Property.MsScrollLimit[] | undefined;
|
|
678
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
679
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
680
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
681
681
|
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
682
|
-
WebkitBorderBefore?: readonly (string | (string & {}))[] |
|
|
682
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | undefined;
|
|
683
683
|
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
684
|
-
WebkitBorderRadius?: readonly (string | (string & {}))[] |
|
|
685
|
-
WebkitColumnRule?: readonly (string | (string & {}))[] |
|
|
686
|
-
WebkitColumns?: readonly (string | (string & {}))[] |
|
|
687
|
-
WebkitFlex?: readonly (string | (string & {}))[] |
|
|
688
|
-
WebkitFlexFlow?:
|
|
689
|
-
WebkitMask?: readonly (string | (string & {}))[] |
|
|
684
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
685
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
686
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
687
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined;
|
|
688
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly string[] | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
689
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | undefined;
|
|
690
690
|
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "stretch" | "none" | "round" | "space" | "alpha" | "luminance")[] | undefined;
|
|
691
|
-
WebkitTextEmphasis?:
|
|
692
|
-
WebkitTextStroke?: readonly (string | (string & {}))[] |
|
|
693
|
-
WebkitTransition?:
|
|
694
|
-
azimuth?:
|
|
691
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
692
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | undefined;
|
|
693
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
694
|
+
azimuth?: import("csstype").Property.Azimuth | readonly string[] | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
695
695
|
boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
696
696
|
boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
697
|
-
boxFlex?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
698
|
-
boxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
697
|
+
boxFlex?: import("csstype").Property.BoxFlex | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
698
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined;
|
|
699
699
|
boxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
700
|
-
boxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
700
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
701
701
|
boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
702
702
|
boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
703
|
-
clip?:
|
|
704
|
-
gridColumnGap?: readonly (string | (string & {}))[] |
|
|
705
|
-
gridGap?: readonly (string | (string & {}))[] |
|
|
706
|
-
gridRowGap?: readonly (string | (string & {}))[] |
|
|
703
|
+
clip?: import("csstype").Property.Clip | readonly string[] | readonly import("csstype").Property.Clip[] | undefined;
|
|
704
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | undefined;
|
|
705
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | undefined;
|
|
706
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | undefined;
|
|
707
707
|
imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
708
|
-
offsetBlock?: readonly (string | (string & {}))[] |
|
|
709
|
-
offsetBlockEnd?: readonly (string | (string & {}))[] |
|
|
710
|
-
offsetBlockStart?: readonly (string | (string & {}))[] |
|
|
711
|
-
offsetInline?: readonly (string | (string & {}))[] |
|
|
712
|
-
offsetInlineEnd?: readonly (string | (string & {}))[] |
|
|
713
|
-
offsetInlineStart?: readonly (string | (string & {}))[] |
|
|
714
|
-
scrollSnapCoordinate?: readonly (string | (string & {}))[] |
|
|
715
|
-
scrollSnapDestination?: readonly (string | (string & {}))[] |
|
|
716
|
-
scrollSnapPointsX?:
|
|
717
|
-
scrollSnapPointsY?:
|
|
708
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
709
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
710
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
711
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
712
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
713
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
714
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined;
|
|
715
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | undefined;
|
|
716
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly string[] | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
717
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | readonly string[] | readonly import("csstype").Property.ScrollSnapPointsY[] | undefined;
|
|
718
718
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX | undefined>[] | readonly import("csstype").Property.ScrollSnapTypeX[] | undefined;
|
|
719
719
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY | undefined>[] | readonly import("csstype").Property.ScrollSnapTypeY[] | undefined;
|
|
720
720
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
721
721
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
722
|
-
KhtmlBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
723
|
-
KhtmlBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
722
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
723
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined;
|
|
724
724
|
KhtmlBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
725
|
-
KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
725
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
726
726
|
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
727
727
|
KhtmlBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
728
728
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
729
|
-
KhtmlOpacity?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
729
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
730
730
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
731
731
|
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
732
|
-
MozBackgroundClip?:
|
|
732
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
733
733
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
734
|
-
MozBackgroundOrigin?:
|
|
735
|
-
MozBackgroundSize?: readonly (string | (string & {}))[] |
|
|
736
|
-
MozBorderRadius?: readonly (string | (string & {}))[] |
|
|
737
|
-
MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] |
|
|
738
|
-
MozBorderRadiusBottomright?: readonly (string | (string & {}))[] |
|
|
739
|
-
MozBorderRadiusTopleft?: readonly (string | (string & {}))[] |
|
|
740
|
-
MozBorderRadiusTopright?: readonly (string | (string & {}))[] |
|
|
734
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
735
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
736
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
737
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
738
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
739
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
740
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
741
741
|
MozBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
742
742
|
MozBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
743
|
-
MozBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
744
|
-
MozBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
743
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
744
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
745
745
|
MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
746
746
|
MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
747
|
-
MozBoxShadow?:
|
|
747
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
748
748
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
749
|
-
MozForceBrokenImageIcon?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
750
|
-
MozOpacity?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
751
|
-
MozOutline?: readonly (string | (string & {}))[] |
|
|
752
|
-
MozOutlineColor?:
|
|
753
|
-
MozOutlineStyle?:
|
|
754
|
-
MozOutlineWidth?:
|
|
755
|
-
MozPerspective?:
|
|
756
|
-
MozPerspectiveOrigin?: readonly (string | (string & {}))[] |
|
|
749
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | undefined;
|
|
750
|
+
MozOpacity?: import("csstype").Property.Opacity | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
751
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined;
|
|
752
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
753
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly string[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
754
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
755
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
756
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
757
757
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
758
|
-
MozTextDecorationColor?:
|
|
759
|
-
MozTextDecorationLine?:
|
|
758
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
759
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
760
760
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
761
|
-
MozTransform?:
|
|
762
|
-
MozTransformOrigin?: readonly (string | (string & {}))[] |
|
|
761
|
+
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
762
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
763
763
|
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
764
|
-
MozTransition?:
|
|
765
|
-
MozTransitionDelay?:
|
|
766
|
-
MozTransitionDuration?:
|
|
767
|
-
MozTransitionProperty?:
|
|
768
|
-
MozTransitionTimingFunction?:
|
|
764
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
765
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
766
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
767
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
768
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
769
769
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
770
770
|
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
771
771
|
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | (string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
772
|
-
OAnimationDelay?:
|
|
773
|
-
OAnimationDirection?:
|
|
774
|
-
OAnimationDuration?:
|
|
775
|
-
OAnimationFillMode?:
|
|
772
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
773
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
774
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
775
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly string[] | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
776
776
|
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
777
|
-
OAnimationName?:
|
|
778
|
-
OAnimationPlayState?:
|
|
779
|
-
OAnimationTimingFunction?:
|
|
780
|
-
OBackgroundSize?: readonly (string | (string & {}))[] |
|
|
777
|
+
OAnimationName?: import("csstype").Property.AnimationName | readonly string[] | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
778
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
779
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
780
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
781
781
|
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | import('csstype').Globals | "stretch" | "none" | "round" | "space")[] | undefined;
|
|
782
782
|
OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
783
|
-
OObjectPosition?: readonly (string | (string & {}))[] |
|
|
784
|
-
OTabSize?: readonly (string | (string & {}))[] |
|
|
785
|
-
OTextOverflow?:
|
|
786
|
-
OTransform?:
|
|
787
|
-
OTransformOrigin?: readonly (string | (string & {}))[] |
|
|
788
|
-
OTransition?:
|
|
789
|
-
OTransitionDelay?:
|
|
790
|
-
OTransitionDuration?:
|
|
791
|
-
OTransitionProperty?:
|
|
792
|
-
OTransitionTimingFunction?:
|
|
783
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
784
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
785
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | readonly string[] | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
786
|
+
OTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
787
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
788
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
789
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
790
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
791
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
792
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
793
793
|
WebkitBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
794
794
|
WebkitBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
795
|
-
WebkitBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
796
|
-
WebkitBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
795
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
796
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined;
|
|
797
797
|
WebkitBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
798
|
-
WebkitBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
798
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
799
799
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
800
800
|
WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
801
801
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
802
|
-
baselineShift?: readonly (string | (string & {}))[] |
|
|
802
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
803
803
|
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
804
804
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
805
805
|
colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
806
806
|
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
807
|
-
fill?:
|
|
808
|
-
fillOpacity?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
807
|
+
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
808
|
+
fillOpacity?: import("csstype").Property.FillOpacity | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | undefined;
|
|
809
809
|
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
810
|
-
floodColor?:
|
|
811
|
-
floodOpacity?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
812
|
-
glyphOrientationVertical?: readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
813
|
-
lightingColor?:
|
|
814
|
-
marker?:
|
|
815
|
-
markerEnd?:
|
|
816
|
-
markerMid?:
|
|
817
|
-
markerStart?:
|
|
810
|
+
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
811
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | undefined;
|
|
812
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly ((string & {}) | import('csstype').Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | undefined;
|
|
813
|
+
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
814
|
+
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
815
|
+
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
816
|
+
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
817
|
+
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
818
818
|
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
819
|
-
stopColor?:
|
|
820
|
-
stopOpacity?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
821
|
-
stroke?:
|
|
822
|
-
strokeDasharray?: readonly (string | (string & {}))[] |
|
|
823
|
-
strokeDashoffset?: readonly (string | (string & {}))[] |
|
|
819
|
+
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
820
|
+
stopOpacity?: import("csstype").Property.StopOpacity | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | undefined;
|
|
821
|
+
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
822
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
823
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
824
824
|
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
825
825
|
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
826
|
-
strokeMiterlimit?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
827
|
-
strokeOpacity?: readonly ((string & {}) | import('csstype').Globals)[] |
|
|
828
|
-
strokeWidth?: readonly (string | (string & {}))[] |
|
|
826
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
827
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly ((string & {}) | import('csstype').Globals)[] | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | undefined;
|
|
828
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
829
829
|
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
830
830
|
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
831
831
|
":-moz-any()"?: CSSObject | undefined;
|