@yoopta/editor 4.8.5-rc.8 → 4.8.5-rc.9
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/Block/Block.d.ts +2 -1
- package/dist/components/Block/Block.d.ts.map +1 -1
- package/dist/components/Block/FloatingBlockActions.d.ts +14 -0
- package/dist/components/Block/FloatingBlockActions.d.ts.map +1 -0
- package/dist/components/Block/hooks.d.ts +1676 -0
- package/dist/components/Block/hooks.d.ts.map +1 -1
- package/dist/components/Editor/RenderBlocks.d.ts.map +1 -1
- package/dist/editor/blocks/focusBlock.d.ts +1 -1
- package/dist/editor/blocks/focusBlock.d.ts.map +1 -1
- package/dist/editor/types.d.ts +23 -19
- package/dist/editor/types.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/plugins/SlateEditorComponent.d.ts.map +1 -1
- package/dist/utils/editorBuilders.d.ts.map +1 -1
- package/dist/utils/throttle.d.ts +8 -0
- package/dist/utils/throttle.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/components/Block/BlockActions.d.ts +0 -11
- package/dist/components/Block/BlockActions.d.ts.map +0 -1
|
@@ -876,4 +876,1680 @@ export declare const useBlockStyles: (block: YooptaBlockData, transform: Transfo
|
|
|
876
876
|
borderBottom: string;
|
|
877
877
|
} | undefined;
|
|
878
878
|
};
|
|
879
|
+
export declare const useBlockActionRefs: () => {
|
|
880
|
+
blockActionsRefs: {
|
|
881
|
+
reference: import("react").MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
|
|
882
|
+
floating: import("react").MutableRefObject<HTMLElement | null>;
|
|
883
|
+
setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
|
|
884
|
+
setFloating: (node: HTMLElement | null) => void;
|
|
885
|
+
} & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
886
|
+
blockActionsFloatingStyle: {
|
|
887
|
+
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
888
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
889
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
890
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
891
|
+
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
892
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
893
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
894
|
+
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
895
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
896
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
897
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
898
|
+
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
899
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
900
|
+
animationRangeEnd?: string | number | undefined;
|
|
901
|
+
animationRangeStart?: string | number | undefined;
|
|
902
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
903
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
904
|
+
appearance?: import("csstype").Property.Appearance | undefined;
|
|
905
|
+
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
|
906
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
907
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
908
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
|
|
909
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
|
|
910
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
911
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
912
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
|
913
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
914
|
+
backgroundPositionX?: string | number | undefined;
|
|
915
|
+
backgroundPositionY?: string | number | undefined;
|
|
916
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
917
|
+
backgroundSize?: string | number | undefined;
|
|
918
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
919
|
+
blockSize?: string | number | undefined;
|
|
920
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
921
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
922
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
923
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
924
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
925
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
926
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
927
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
928
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
929
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
930
|
+
borderBottomLeftRadius?: string | number | undefined;
|
|
931
|
+
borderBottomRightRadius?: string | number | undefined;
|
|
932
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
|
933
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
|
934
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
|
935
|
+
borderEndEndRadius?: string | number | undefined;
|
|
936
|
+
borderEndStartRadius?: string | number | undefined;
|
|
937
|
+
borderImageOutset?: string | number | undefined;
|
|
938
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
|
939
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
940
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
941
|
+
borderImageWidth?: string | number | undefined;
|
|
942
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
943
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
944
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
945
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
946
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
947
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
948
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
949
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
950
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
951
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
952
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
953
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
954
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
|
955
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
|
956
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
|
957
|
+
borderSpacing?: string | number | undefined;
|
|
958
|
+
borderStartEndRadius?: string | number | undefined;
|
|
959
|
+
borderStartStartRadius?: string | number | undefined;
|
|
960
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
|
961
|
+
borderTopLeftRadius?: string | number | undefined;
|
|
962
|
+
borderTopRightRadius?: string | number | undefined;
|
|
963
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
|
964
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
|
965
|
+
bottom?: string | number | undefined;
|
|
966
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
967
|
+
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
968
|
+
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
969
|
+
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
|
970
|
+
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
|
971
|
+
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
972
|
+
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
973
|
+
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
974
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
975
|
+
clear?: import("csstype").Property.Clear | undefined;
|
|
976
|
+
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
977
|
+
color?: import("csstype").Property.Color | undefined;
|
|
978
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
979
|
+
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
980
|
+
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
981
|
+
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
982
|
+
columnGap?: string | number | undefined;
|
|
983
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
984
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
985
|
+
columnRuleWidth?: string | number | undefined;
|
|
986
|
+
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
987
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
988
|
+
contain?: import("csstype").Property.Contain | undefined;
|
|
989
|
+
containIntrinsicBlockSize?: string | number | undefined;
|
|
990
|
+
containIntrinsicHeight?: string | number | undefined;
|
|
991
|
+
containIntrinsicInlineSize?: string | number | undefined;
|
|
992
|
+
containIntrinsicWidth?: string | number | undefined;
|
|
993
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
994
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
995
|
+
content?: import("csstype").Property.Content | undefined;
|
|
996
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
997
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
998
|
+
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
999
|
+
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
1000
|
+
cursor?: import("csstype").Property.Cursor | undefined;
|
|
1001
|
+
direction?: import("csstype").Property.Direction | undefined;
|
|
1002
|
+
display?: import("csstype").Property.Display | undefined;
|
|
1003
|
+
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
1004
|
+
filter?: import("csstype").Property.Filter | undefined;
|
|
1005
|
+
flexBasis?: string | number | undefined;
|
|
1006
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
1007
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
1008
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
1009
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
1010
|
+
float?: import("csstype").Property.Float | undefined;
|
|
1011
|
+
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
1012
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1013
|
+
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
1014
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
1015
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
1016
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
1017
|
+
fontSize?: string | number | undefined;
|
|
1018
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
1019
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1020
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
1021
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
1022
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
1023
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1024
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1025
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1026
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1027
|
+
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
1028
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1029
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
1030
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
1031
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
1032
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
1033
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
1034
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
1035
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
1036
|
+
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
1037
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
1038
|
+
gridAutoColumns?: string | number | undefined;
|
|
1039
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
1040
|
+
gridAutoRows?: string | number | undefined;
|
|
1041
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
|
1042
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
|
1043
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
|
1044
|
+
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
|
1045
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
|
1046
|
+
gridTemplateColumns?: string | number | undefined;
|
|
1047
|
+
gridTemplateRows?: string | number | undefined;
|
|
1048
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
1049
|
+
height?: string | number | undefined;
|
|
1050
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
1051
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
1052
|
+
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1053
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
1054
|
+
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
1055
|
+
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
1056
|
+
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1057
|
+
inlineSize?: string | number | undefined;
|
|
1058
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
1059
|
+
insetBlockEnd?: string | number | undefined;
|
|
1060
|
+
insetBlockStart?: string | number | undefined;
|
|
1061
|
+
insetInlineEnd?: string | number | undefined;
|
|
1062
|
+
insetInlineStart?: string | number | undefined;
|
|
1063
|
+
isolation?: import("csstype").Property.Isolation | undefined;
|
|
1064
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1065
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
1066
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
1067
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
1068
|
+
left?: string | number | undefined;
|
|
1069
|
+
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
1070
|
+
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1071
|
+
lineHeight?: string | number | undefined;
|
|
1072
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
1073
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
1074
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
1075
|
+
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
1076
|
+
marginBlockEnd?: string | number | undefined;
|
|
1077
|
+
marginBlockStart?: string | number | undefined;
|
|
1078
|
+
marginBottom?: string | number | undefined;
|
|
1079
|
+
marginInlineEnd?: string | number | undefined;
|
|
1080
|
+
marginInlineStart?: string | number | undefined;
|
|
1081
|
+
marginLeft?: string | number | undefined;
|
|
1082
|
+
marginRight?: string | number | undefined;
|
|
1083
|
+
marginTop?: string | number | undefined;
|
|
1084
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
1085
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
1086
|
+
maskBorderOutset?: string | number | undefined;
|
|
1087
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
1088
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
1089
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
1090
|
+
maskBorderWidth?: string | number | undefined;
|
|
1091
|
+
maskClip?: import("csstype").Property.MaskClip | undefined;
|
|
1092
|
+
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
|
1093
|
+
maskImage?: import("csstype").Property.MaskImage | undefined;
|
|
1094
|
+
maskMode?: import("csstype").Property.MaskMode | undefined;
|
|
1095
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
|
1096
|
+
maskPosition?: string | number | undefined;
|
|
1097
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
1098
|
+
maskSize?: string | number | undefined;
|
|
1099
|
+
maskType?: import("csstype").Property.MaskType | undefined;
|
|
1100
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1101
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
1102
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
1103
|
+
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
1104
|
+
maxBlockSize?: string | number | undefined;
|
|
1105
|
+
maxHeight?: string | number | undefined;
|
|
1106
|
+
maxInlineSize?: string | number | undefined;
|
|
1107
|
+
maxLines?: import("csstype").Property.MaxLines | undefined;
|
|
1108
|
+
maxWidth?: string | number | undefined;
|
|
1109
|
+
minBlockSize?: string | number | undefined;
|
|
1110
|
+
minHeight?: string | number | undefined;
|
|
1111
|
+
minInlineSize?: string | number | undefined;
|
|
1112
|
+
minWidth?: string | number | undefined;
|
|
1113
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
1114
|
+
motionDistance?: string | number | undefined;
|
|
1115
|
+
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
|
1116
|
+
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1117
|
+
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
1118
|
+
objectPosition?: string | number | undefined;
|
|
1119
|
+
offsetAnchor?: string | number | undefined;
|
|
1120
|
+
offsetDistance?: string | number | undefined;
|
|
1121
|
+
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
1122
|
+
offsetPosition?: string | number | undefined;
|
|
1123
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
1124
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1125
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
1126
|
+
order?: import("csstype").Property.Order | undefined;
|
|
1127
|
+
orphans?: import("csstype").Property.Orphans | undefined;
|
|
1128
|
+
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1129
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
|
1130
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1131
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1132
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
|
1133
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
|
1134
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
|
1135
|
+
overflowClipMargin?: string | number | undefined;
|
|
1136
|
+
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
|
1137
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
1138
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1139
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1140
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
1141
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
1142
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
1143
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
1144
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
1145
|
+
paddingBlockEnd?: string | number | undefined;
|
|
1146
|
+
paddingBlockStart?: string | number | undefined;
|
|
1147
|
+
paddingBottom?: string | number | undefined;
|
|
1148
|
+
paddingInlineEnd?: string | number | undefined;
|
|
1149
|
+
paddingInlineStart?: string | number | undefined;
|
|
1150
|
+
paddingLeft?: string | number | undefined;
|
|
1151
|
+
paddingRight?: string | number | undefined;
|
|
1152
|
+
paddingTop?: string | number | undefined;
|
|
1153
|
+
page?: import("csstype").Property.Page | undefined;
|
|
1154
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1155
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1156
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1157
|
+
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
1158
|
+
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1159
|
+
perspectiveOrigin?: string | number | undefined;
|
|
1160
|
+
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
1161
|
+
position?: import("csstype").Property.Position | undefined;
|
|
1162
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1163
|
+
quotes?: import("csstype").Property.Quotes | undefined;
|
|
1164
|
+
resize?: import("csstype").Property.Resize | undefined;
|
|
1165
|
+
right?: string | number | undefined;
|
|
1166
|
+
rotate?: import("csstype").Property.Rotate | undefined;
|
|
1167
|
+
rowGap?: string | number | undefined;
|
|
1168
|
+
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
1169
|
+
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
1170
|
+
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
1171
|
+
scale?: import("csstype").Property.Scale | undefined;
|
|
1172
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
1173
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
1174
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
1175
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
1176
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
1177
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
1178
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
1179
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
1180
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
1181
|
+
scrollPaddingBlockEnd?: string | number | undefined;
|
|
1182
|
+
scrollPaddingBlockStart?: string | number | undefined;
|
|
1183
|
+
scrollPaddingBottom?: string | number | undefined;
|
|
1184
|
+
scrollPaddingInlineEnd?: string | number | undefined;
|
|
1185
|
+
scrollPaddingInlineStart?: string | number | undefined;
|
|
1186
|
+
scrollPaddingLeft?: string | number | undefined;
|
|
1187
|
+
scrollPaddingRight?: string | number | undefined;
|
|
1188
|
+
scrollPaddingTop?: string | number | undefined;
|
|
1189
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
1190
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
1191
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
1192
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
1193
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
1194
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
1195
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
1196
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
1197
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
1198
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
1199
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
1200
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
1201
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
1202
|
+
shapeMargin?: string | number | undefined;
|
|
1203
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
1204
|
+
tabSize?: string | number | undefined;
|
|
1205
|
+
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
1206
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
1207
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1208
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1209
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1210
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1211
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
1212
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
1213
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1214
|
+
textDecorationThickness?: string | number | undefined;
|
|
1215
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
1216
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
1217
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
1218
|
+
textIndent?: string | number | undefined;
|
|
1219
|
+
textJustify?: import("csstype").Property.TextJustify | undefined;
|
|
1220
|
+
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
1221
|
+
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
1222
|
+
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
1223
|
+
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
1224
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1225
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
1226
|
+
textUnderlineOffset?: string | number | undefined;
|
|
1227
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1228
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
1229
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
1230
|
+
top?: string | number | undefined;
|
|
1231
|
+
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
1232
|
+
transform?: import("csstype").Property.Transform | undefined;
|
|
1233
|
+
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
1234
|
+
transformOrigin?: string | number | undefined;
|
|
1235
|
+
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1236
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1237
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1238
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1239
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1240
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1241
|
+
translate?: string | number | undefined;
|
|
1242
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1243
|
+
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1244
|
+
verticalAlign?: string | number | undefined;
|
|
1245
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1246
|
+
viewTimelineInset?: string | number | undefined;
|
|
1247
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1248
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1249
|
+
visibility?: import("csstype").Property.Visibility | undefined;
|
|
1250
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
1251
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1252
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1253
|
+
widows?: import("csstype").Property.Widows | undefined;
|
|
1254
|
+
width?: string | number | undefined;
|
|
1255
|
+
willChange?: import("csstype").Property.WillChange | undefined;
|
|
1256
|
+
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
1257
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1258
|
+
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
1259
|
+
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1260
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
1261
|
+
zoom?: import("csstype").Property.Zoom | undefined;
|
|
1262
|
+
all?: import("csstype").Globals | undefined;
|
|
1263
|
+
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1264
|
+
animationRange?: string | number | undefined;
|
|
1265
|
+
background?: string | number | undefined;
|
|
1266
|
+
backgroundPosition?: string | number | undefined;
|
|
1267
|
+
border?: string | number | undefined;
|
|
1268
|
+
borderBlock?: string | number | undefined;
|
|
1269
|
+
borderBlockEnd?: string | number | undefined;
|
|
1270
|
+
borderBlockStart?: string | number | undefined;
|
|
1271
|
+
borderBottom?: string | number | undefined;
|
|
1272
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
1273
|
+
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1274
|
+
borderInline?: string | number | undefined;
|
|
1275
|
+
borderInlineEnd?: string | number | undefined;
|
|
1276
|
+
borderInlineStart?: string | number | undefined;
|
|
1277
|
+
borderLeft?: string | number | undefined;
|
|
1278
|
+
borderRadius?: string | number | undefined;
|
|
1279
|
+
borderRight?: string | number | undefined;
|
|
1280
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
1281
|
+
borderTop?: string | number | undefined;
|
|
1282
|
+
borderWidth?: string | number | undefined;
|
|
1283
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
1284
|
+
columnRule?: string | number | undefined;
|
|
1285
|
+
columns?: string | number | undefined;
|
|
1286
|
+
containIntrinsicSize?: string | number | undefined;
|
|
1287
|
+
container?: import("csstype").Property.Container | undefined;
|
|
1288
|
+
flex?: string | number | undefined;
|
|
1289
|
+
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
1290
|
+
font?: import("csstype").Property.Font | undefined;
|
|
1291
|
+
gap?: string | number | undefined;
|
|
1292
|
+
grid?: import("csstype").Property.Grid | undefined;
|
|
1293
|
+
gridArea?: import("csstype").Property.GridArea | undefined;
|
|
1294
|
+
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
1295
|
+
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
1296
|
+
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
1297
|
+
inset?: string | number | undefined;
|
|
1298
|
+
insetBlock?: string | number | undefined;
|
|
1299
|
+
insetInline?: string | number | undefined;
|
|
1300
|
+
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
1301
|
+
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
1302
|
+
margin?: string | number | undefined;
|
|
1303
|
+
marginBlock?: string | number | undefined;
|
|
1304
|
+
marginInline?: string | number | undefined;
|
|
1305
|
+
mask?: string | number | undefined;
|
|
1306
|
+
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
1307
|
+
motion?: string | number | undefined;
|
|
1308
|
+
offset?: string | number | undefined;
|
|
1309
|
+
outline?: string | number | undefined;
|
|
1310
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
1311
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
1312
|
+
padding?: string | number | undefined;
|
|
1313
|
+
paddingBlock?: string | number | undefined;
|
|
1314
|
+
paddingInline?: string | number | undefined;
|
|
1315
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
1316
|
+
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
1317
|
+
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
1318
|
+
scrollMargin?: string | number | undefined;
|
|
1319
|
+
scrollMarginBlock?: string | number | undefined;
|
|
1320
|
+
scrollMarginInline?: string | number | undefined;
|
|
1321
|
+
scrollPadding?: string | number | undefined;
|
|
1322
|
+
scrollPaddingBlock?: string | number | undefined;
|
|
1323
|
+
scrollPaddingInline?: string | number | undefined;
|
|
1324
|
+
scrollSnapMargin?: string | number | undefined;
|
|
1325
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1326
|
+
textDecoration?: string | number | undefined;
|
|
1327
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1328
|
+
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1329
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
1330
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1331
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1332
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
1333
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
1334
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1335
|
+
MozAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
1336
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1337
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1338
|
+
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
1339
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1340
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1341
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
1342
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
1343
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1344
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
|
|
1345
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
|
|
1346
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
1347
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
1348
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
1349
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1350
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1351
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1352
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1353
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1354
|
+
MozColumnRuleWidth?: string | number | undefined;
|
|
1355
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
1356
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
|
1357
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1358
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
1359
|
+
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1360
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
1361
|
+
MozMarginEnd?: string | number | undefined;
|
|
1362
|
+
MozMarginStart?: string | number | undefined;
|
|
1363
|
+
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
1364
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1365
|
+
MozOutlineRadiusBottomleft?: string | number | undefined;
|
|
1366
|
+
MozOutlineRadiusBottomright?: string | number | undefined;
|
|
1367
|
+
MozOutlineRadiusTopleft?: string | number | undefined;
|
|
1368
|
+
MozOutlineRadiusTopright?: string | number | undefined;
|
|
1369
|
+
MozPaddingEnd?: string | number | undefined;
|
|
1370
|
+
MozPaddingStart?: string | number | undefined;
|
|
1371
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
1372
|
+
MozTabSize?: string | number | undefined;
|
|
1373
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
1374
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1375
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
1376
|
+
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
1377
|
+
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1378
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
1379
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
1380
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
1381
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
1382
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
1383
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
1384
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
|
|
1385
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
|
|
1386
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
|
1387
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
|
1388
|
+
msFilter?: import("csstype").Property.MsFilter | undefined;
|
|
1389
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
1390
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
|
1391
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
|
1392
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
|
1393
|
+
msGridColumns?: string | number | undefined;
|
|
1394
|
+
msGridRows?: string | number | undefined;
|
|
1395
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
|
1396
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
|
1397
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
|
1398
|
+
msHyphenateLimitZone?: string | number | undefined;
|
|
1399
|
+
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1400
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
1401
|
+
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1402
|
+
msOrder?: import("csstype").Property.Order | undefined;
|
|
1403
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
1404
|
+
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1405
|
+
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1406
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
|
1407
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
|
1408
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
|
1409
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
|
1410
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
|
1411
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
|
1412
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
|
|
1413
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
|
|
1414
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
|
1415
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
|
1416
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
|
|
1417
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
|
|
1418
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
|
|
1419
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
|
|
1420
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
1421
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
1422
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
1423
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
1424
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
1425
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1426
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
1427
|
+
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
|
1428
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
|
1429
|
+
msTransform?: import("csstype").Property.Transform | undefined;
|
|
1430
|
+
msTransformOrigin?: string | number | undefined;
|
|
1431
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1432
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1433
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1434
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1435
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
|
1436
|
+
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
1437
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
|
1438
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
|
1439
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
|
1440
|
+
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1441
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
|
|
1442
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
|
|
1443
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
1444
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1445
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1446
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
1447
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
1448
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1449
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
1450
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1451
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1452
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
|
1453
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
1454
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1455
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1456
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1457
|
+
WebkitBackgroundSize?: string | number | undefined;
|
|
1458
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
|
1459
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
|
1460
|
+
WebkitBorderBeforeWidth?: string | number | undefined;
|
|
1461
|
+
WebkitBorderBottomLeftRadius?: string | number | undefined;
|
|
1462
|
+
WebkitBorderBottomRightRadius?: string | number | undefined;
|
|
1463
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
1464
|
+
WebkitBorderTopLeftRadius?: string | number | undefined;
|
|
1465
|
+
WebkitBorderTopRightRadius?: string | number | undefined;
|
|
1466
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1467
|
+
WebkitBoxReflect?: string | number | undefined;
|
|
1468
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
1469
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1470
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
1471
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1472
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1473
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1474
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1475
|
+
WebkitColumnRuleWidth?: string | number | undefined;
|
|
1476
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
1477
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
1478
|
+
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
|
1479
|
+
WebkitFlexBasis?: string | number | undefined;
|
|
1480
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
1481
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
1482
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
1483
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
1484
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1485
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
1486
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1487
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
1488
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
1489
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1490
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1491
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1492
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1493
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
1494
|
+
WebkitMarginEnd?: string | number | undefined;
|
|
1495
|
+
WebkitMarginStart?: string | number | undefined;
|
|
1496
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
1497
|
+
WebkitMaskBoxImageOutset?: string | number | undefined;
|
|
1498
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
1499
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
1500
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
1501
|
+
WebkitMaskBoxImageWidth?: string | number | undefined;
|
|
1502
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
|
1503
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
|
1504
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
|
1505
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
|
1506
|
+
WebkitMaskPosition?: string | number | undefined;
|
|
1507
|
+
WebkitMaskPositionX?: string | number | undefined;
|
|
1508
|
+
WebkitMaskPositionY?: string | number | undefined;
|
|
1509
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
|
1510
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
|
1511
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
|
1512
|
+
WebkitMaskSize?: string | number | undefined;
|
|
1513
|
+
WebkitMaxInlineSize?: string | number | undefined;
|
|
1514
|
+
WebkitOrder?: import("csstype").Property.Order | undefined;
|
|
1515
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
|
1516
|
+
WebkitPaddingEnd?: string | number | undefined;
|
|
1517
|
+
WebkitPaddingStart?: string | number | undefined;
|
|
1518
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1519
|
+
WebkitPerspectiveOrigin?: string | number | undefined;
|
|
1520
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1521
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
1522
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
1523
|
+
WebkitShapeMargin?: string | number | undefined;
|
|
1524
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
|
1525
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1526
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1527
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1528
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
1529
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1530
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
1531
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
1532
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
1533
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
|
|
1534
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
1535
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1536
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
|
|
1537
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
1538
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1539
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
|
1540
|
+
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
|
1541
|
+
WebkitTransformOrigin?: string | number | undefined;
|
|
1542
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1543
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1544
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1545
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1546
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1547
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
1548
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1549
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1550
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1551
|
+
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1552
|
+
MozColumnRule?: string | number | undefined;
|
|
1553
|
+
MozColumns?: string | number | undefined;
|
|
1554
|
+
MozOutlineRadius?: string | number | undefined;
|
|
1555
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1556
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1557
|
+
msFlex?: string | number | undefined;
|
|
1558
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
|
1559
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
|
1560
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
|
1561
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1562
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1563
|
+
WebkitBorderBefore?: string | number | undefined;
|
|
1564
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1565
|
+
WebkitBorderRadius?: string | number | undefined;
|
|
1566
|
+
WebkitColumnRule?: string | number | undefined;
|
|
1567
|
+
WebkitColumns?: string | number | undefined;
|
|
1568
|
+
WebkitFlex?: string | number | undefined;
|
|
1569
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
1570
|
+
WebkitMask?: string | number | undefined;
|
|
1571
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
|
1572
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1573
|
+
WebkitTextStroke?: string | number | undefined;
|
|
1574
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1575
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
1576
|
+
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1577
|
+
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1578
|
+
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1579
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
1580
|
+
boxLines?: import("csstype").Property.BoxLines | undefined;
|
|
1581
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1582
|
+
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1583
|
+
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1584
|
+
clip?: import("csstype").Property.Clip | undefined;
|
|
1585
|
+
gridColumnGap?: string | number | undefined;
|
|
1586
|
+
gridGap?: string | number | undefined;
|
|
1587
|
+
gridRowGap?: string | number | undefined;
|
|
1588
|
+
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1589
|
+
offsetBlock?: string | number | undefined;
|
|
1590
|
+
offsetBlockEnd?: string | number | undefined;
|
|
1591
|
+
offsetBlockStart?: string | number | undefined;
|
|
1592
|
+
offsetInline?: string | number | undefined;
|
|
1593
|
+
offsetInlineEnd?: string | number | undefined;
|
|
1594
|
+
offsetInlineStart?: string | number | undefined;
|
|
1595
|
+
scrollSnapCoordinate?: string | number | undefined;
|
|
1596
|
+
scrollSnapDestination?: string | number | undefined;
|
|
1597
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1598
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1599
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
1600
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
1601
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1602
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1603
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1604
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
1605
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
1606
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1607
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1608
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1609
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1610
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1611
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1612
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1613
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1614
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1615
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1616
|
+
MozBackgroundSize?: string | number | undefined;
|
|
1617
|
+
MozBorderRadius?: string | number | undefined;
|
|
1618
|
+
MozBorderRadiusBottomleft?: string | number | undefined;
|
|
1619
|
+
MozBorderRadiusBottomright?: string | number | undefined;
|
|
1620
|
+
MozBorderRadiusTopleft?: string | number | undefined;
|
|
1621
|
+
MozBorderRadiusTopright?: string | number | undefined;
|
|
1622
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1623
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1624
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1625
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1626
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1627
|
+
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1628
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
1629
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
1630
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
1631
|
+
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1632
|
+
MozOutline?: string | number | undefined;
|
|
1633
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1634
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1635
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1636
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1637
|
+
MozPerspectiveOrigin?: string | number | undefined;
|
|
1638
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1639
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1640
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1641
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1642
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1643
|
+
MozTransformOrigin?: string | number | undefined;
|
|
1644
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1645
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1646
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1647
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1648
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1649
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1650
|
+
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1651
|
+
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1652
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1653
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1654
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1655
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
1656
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
1657
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1658
|
+
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
1659
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1660
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1661
|
+
OBackgroundSize?: string | number | undefined;
|
|
1662
|
+
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1663
|
+
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
1664
|
+
OObjectPosition?: string | number | undefined;
|
|
1665
|
+
OTabSize?: string | number | undefined;
|
|
1666
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
1667
|
+
OTransform?: import("csstype").Property.Transform | undefined;
|
|
1668
|
+
OTransformOrigin?: string | number | undefined;
|
|
1669
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1670
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1671
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1672
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1673
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1674
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1675
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1676
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1677
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
1678
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
1679
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1680
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1681
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1682
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1683
|
+
baselineShift?: string | number | undefined;
|
|
1684
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
1685
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
1686
|
+
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
1687
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
1688
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
1689
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
1690
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
1691
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
1692
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
1693
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
1694
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
1695
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
1696
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
1697
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
1698
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
1699
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
1700
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
1701
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
1702
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
1703
|
+
strokeDasharray?: string | number | undefined;
|
|
1704
|
+
strokeDashoffset?: string | number | undefined;
|
|
1705
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
1706
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
1707
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
1708
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
1709
|
+
strokeWidth?: string | number | undefined;
|
|
1710
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
1711
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
1712
|
+
};
|
|
1713
|
+
isBlockActionsOpen: boolean;
|
|
1714
|
+
setIsBlockActionsOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
1715
|
+
isBlockActionsMounted: boolean;
|
|
1716
|
+
};
|
|
1717
|
+
export declare const useBlockOptionsRefs: () => {
|
|
1718
|
+
blockOptionsRefs: {
|
|
1719
|
+
reference: import("react").MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
|
|
1720
|
+
floating: import("react").MutableRefObject<HTMLElement | null>;
|
|
1721
|
+
setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
|
|
1722
|
+
setFloating: (node: HTMLElement | null) => void;
|
|
1723
|
+
} & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
1724
|
+
blockOptionsFloatingStyle: {
|
|
1725
|
+
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
1726
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
1727
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
1728
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
1729
|
+
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
1730
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
1731
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1732
|
+
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1733
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
1734
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
1735
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1736
|
+
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
1737
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1738
|
+
animationRangeEnd?: string | number | undefined;
|
|
1739
|
+
animationRangeStart?: string | number | undefined;
|
|
1740
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
1741
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1742
|
+
appearance?: import("csstype").Property.Appearance | undefined;
|
|
1743
|
+
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
|
1744
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
1745
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1746
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
|
|
1747
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
|
|
1748
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1749
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
1750
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
|
1751
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1752
|
+
backgroundPositionX?: string | number | undefined;
|
|
1753
|
+
backgroundPositionY?: string | number | undefined;
|
|
1754
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
1755
|
+
backgroundSize?: string | number | undefined;
|
|
1756
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
1757
|
+
blockSize?: string | number | undefined;
|
|
1758
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
1759
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
1760
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
1761
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
1762
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
1763
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
1764
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
1765
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
1766
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
1767
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
1768
|
+
borderBottomLeftRadius?: string | number | undefined;
|
|
1769
|
+
borderBottomRightRadius?: string | number | undefined;
|
|
1770
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
|
1771
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
|
1772
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
|
1773
|
+
borderEndEndRadius?: string | number | undefined;
|
|
1774
|
+
borderEndStartRadius?: string | number | undefined;
|
|
1775
|
+
borderImageOutset?: string | number | undefined;
|
|
1776
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
|
1777
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
1778
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
1779
|
+
borderImageWidth?: string | number | undefined;
|
|
1780
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
1781
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
1782
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
1783
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1784
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
1785
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
1786
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
1787
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
1788
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
1789
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
1790
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
1791
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
1792
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
|
1793
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
|
1794
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
|
1795
|
+
borderSpacing?: string | number | undefined;
|
|
1796
|
+
borderStartEndRadius?: string | number | undefined;
|
|
1797
|
+
borderStartStartRadius?: string | number | undefined;
|
|
1798
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
|
1799
|
+
borderTopLeftRadius?: string | number | undefined;
|
|
1800
|
+
borderTopRightRadius?: string | number | undefined;
|
|
1801
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
|
1802
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
|
1803
|
+
bottom?: string | number | undefined;
|
|
1804
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1805
|
+
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
1806
|
+
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1807
|
+
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
|
1808
|
+
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
|
1809
|
+
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
1810
|
+
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
1811
|
+
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
1812
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
1813
|
+
clear?: import("csstype").Property.Clear | undefined;
|
|
1814
|
+
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
1815
|
+
color?: import("csstype").Property.Color | undefined;
|
|
1816
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1817
|
+
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
1818
|
+
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1819
|
+
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1820
|
+
columnGap?: string | number | undefined;
|
|
1821
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1822
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1823
|
+
columnRuleWidth?: string | number | undefined;
|
|
1824
|
+
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
1825
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
1826
|
+
contain?: import("csstype").Property.Contain | undefined;
|
|
1827
|
+
containIntrinsicBlockSize?: string | number | undefined;
|
|
1828
|
+
containIntrinsicHeight?: string | number | undefined;
|
|
1829
|
+
containIntrinsicInlineSize?: string | number | undefined;
|
|
1830
|
+
containIntrinsicWidth?: string | number | undefined;
|
|
1831
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
1832
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
1833
|
+
content?: import("csstype").Property.Content | undefined;
|
|
1834
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
1835
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
1836
|
+
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
1837
|
+
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
1838
|
+
cursor?: import("csstype").Property.Cursor | undefined;
|
|
1839
|
+
direction?: import("csstype").Property.Direction | undefined;
|
|
1840
|
+
display?: import("csstype").Property.Display | undefined;
|
|
1841
|
+
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
1842
|
+
filter?: import("csstype").Property.Filter | undefined;
|
|
1843
|
+
flexBasis?: string | number | undefined;
|
|
1844
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
1845
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
1846
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
1847
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
1848
|
+
float?: import("csstype").Property.Float | undefined;
|
|
1849
|
+
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
1850
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1851
|
+
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
1852
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
1853
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
1854
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
1855
|
+
fontSize?: string | number | undefined;
|
|
1856
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
1857
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1858
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
1859
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
1860
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
1861
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1862
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1863
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1864
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1865
|
+
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
1866
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1867
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
1868
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
1869
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
1870
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
1871
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
1872
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
1873
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
1874
|
+
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
1875
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
1876
|
+
gridAutoColumns?: string | number | undefined;
|
|
1877
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
1878
|
+
gridAutoRows?: string | number | undefined;
|
|
1879
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
|
1880
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
|
1881
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
|
1882
|
+
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
|
1883
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
|
1884
|
+
gridTemplateColumns?: string | number | undefined;
|
|
1885
|
+
gridTemplateRows?: string | number | undefined;
|
|
1886
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
1887
|
+
height?: string | number | undefined;
|
|
1888
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
1889
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
1890
|
+
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1891
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
1892
|
+
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
1893
|
+
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
1894
|
+
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1895
|
+
inlineSize?: string | number | undefined;
|
|
1896
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
1897
|
+
insetBlockEnd?: string | number | undefined;
|
|
1898
|
+
insetBlockStart?: string | number | undefined;
|
|
1899
|
+
insetInlineEnd?: string | number | undefined;
|
|
1900
|
+
insetInlineStart?: string | number | undefined;
|
|
1901
|
+
isolation?: import("csstype").Property.Isolation | undefined;
|
|
1902
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1903
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
1904
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
1905
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
1906
|
+
left?: string | number | undefined;
|
|
1907
|
+
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
1908
|
+
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1909
|
+
lineHeight?: string | number | undefined;
|
|
1910
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
1911
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
1912
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
1913
|
+
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
1914
|
+
marginBlockEnd?: string | number | undefined;
|
|
1915
|
+
marginBlockStart?: string | number | undefined;
|
|
1916
|
+
marginBottom?: string | number | undefined;
|
|
1917
|
+
marginInlineEnd?: string | number | undefined;
|
|
1918
|
+
marginInlineStart?: string | number | undefined;
|
|
1919
|
+
marginLeft?: string | number | undefined;
|
|
1920
|
+
marginRight?: string | number | undefined;
|
|
1921
|
+
marginTop?: string | number | undefined;
|
|
1922
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
1923
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
1924
|
+
maskBorderOutset?: string | number | undefined;
|
|
1925
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
1926
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
1927
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
1928
|
+
maskBorderWidth?: string | number | undefined;
|
|
1929
|
+
maskClip?: import("csstype").Property.MaskClip | undefined;
|
|
1930
|
+
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
|
1931
|
+
maskImage?: import("csstype").Property.MaskImage | undefined;
|
|
1932
|
+
maskMode?: import("csstype").Property.MaskMode | undefined;
|
|
1933
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
|
1934
|
+
maskPosition?: string | number | undefined;
|
|
1935
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
1936
|
+
maskSize?: string | number | undefined;
|
|
1937
|
+
maskType?: import("csstype").Property.MaskType | undefined;
|
|
1938
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1939
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
1940
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
1941
|
+
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
1942
|
+
maxBlockSize?: string | number | undefined;
|
|
1943
|
+
maxHeight?: string | number | undefined;
|
|
1944
|
+
maxInlineSize?: string | number | undefined;
|
|
1945
|
+
maxLines?: import("csstype").Property.MaxLines | undefined;
|
|
1946
|
+
maxWidth?: string | number | undefined;
|
|
1947
|
+
minBlockSize?: string | number | undefined;
|
|
1948
|
+
minHeight?: string | number | undefined;
|
|
1949
|
+
minInlineSize?: string | number | undefined;
|
|
1950
|
+
minWidth?: string | number | undefined;
|
|
1951
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
1952
|
+
motionDistance?: string | number | undefined;
|
|
1953
|
+
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
|
1954
|
+
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1955
|
+
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
1956
|
+
objectPosition?: string | number | undefined;
|
|
1957
|
+
offsetAnchor?: string | number | undefined;
|
|
1958
|
+
offsetDistance?: string | number | undefined;
|
|
1959
|
+
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
1960
|
+
offsetPosition?: string | number | undefined;
|
|
1961
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
1962
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1963
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
1964
|
+
order?: import("csstype").Property.Order | undefined;
|
|
1965
|
+
orphans?: import("csstype").Property.Orphans | undefined;
|
|
1966
|
+
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1967
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
|
1968
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1969
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1970
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
|
1971
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
|
1972
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
|
1973
|
+
overflowClipMargin?: string | number | undefined;
|
|
1974
|
+
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
|
1975
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
1976
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1977
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1978
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
1979
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
1980
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
1981
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
1982
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
1983
|
+
paddingBlockEnd?: string | number | undefined;
|
|
1984
|
+
paddingBlockStart?: string | number | undefined;
|
|
1985
|
+
paddingBottom?: string | number | undefined;
|
|
1986
|
+
paddingInlineEnd?: string | number | undefined;
|
|
1987
|
+
paddingInlineStart?: string | number | undefined;
|
|
1988
|
+
paddingLeft?: string | number | undefined;
|
|
1989
|
+
paddingRight?: string | number | undefined;
|
|
1990
|
+
paddingTop?: string | number | undefined;
|
|
1991
|
+
page?: import("csstype").Property.Page | undefined;
|
|
1992
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1993
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1994
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1995
|
+
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
1996
|
+
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1997
|
+
perspectiveOrigin?: string | number | undefined;
|
|
1998
|
+
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
1999
|
+
position?: import("csstype").Property.Position | undefined;
|
|
2000
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2001
|
+
quotes?: import("csstype").Property.Quotes | undefined;
|
|
2002
|
+
resize?: import("csstype").Property.Resize | undefined;
|
|
2003
|
+
right?: string | number | undefined;
|
|
2004
|
+
rotate?: import("csstype").Property.Rotate | undefined;
|
|
2005
|
+
rowGap?: string | number | undefined;
|
|
2006
|
+
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
2007
|
+
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
2008
|
+
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
2009
|
+
scale?: import("csstype").Property.Scale | undefined;
|
|
2010
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
2011
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
2012
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
2013
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
2014
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
2015
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
2016
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
2017
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
2018
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
2019
|
+
scrollPaddingBlockEnd?: string | number | undefined;
|
|
2020
|
+
scrollPaddingBlockStart?: string | number | undefined;
|
|
2021
|
+
scrollPaddingBottom?: string | number | undefined;
|
|
2022
|
+
scrollPaddingInlineEnd?: string | number | undefined;
|
|
2023
|
+
scrollPaddingInlineStart?: string | number | undefined;
|
|
2024
|
+
scrollPaddingLeft?: string | number | undefined;
|
|
2025
|
+
scrollPaddingRight?: string | number | undefined;
|
|
2026
|
+
scrollPaddingTop?: string | number | undefined;
|
|
2027
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
2028
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
2029
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
2030
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
2031
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
2032
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
2033
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
2034
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
2035
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
2036
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
2037
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
2038
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
2039
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
2040
|
+
shapeMargin?: string | number | undefined;
|
|
2041
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
2042
|
+
tabSize?: string | number | undefined;
|
|
2043
|
+
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
2044
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
2045
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2046
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2047
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2048
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2049
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
2050
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
2051
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2052
|
+
textDecorationThickness?: string | number | undefined;
|
|
2053
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
2054
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
2055
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
2056
|
+
textIndent?: string | number | undefined;
|
|
2057
|
+
textJustify?: import("csstype").Property.TextJustify | undefined;
|
|
2058
|
+
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
2059
|
+
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
2060
|
+
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
2061
|
+
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
2062
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2063
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
2064
|
+
textUnderlineOffset?: string | number | undefined;
|
|
2065
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2066
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
2067
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
2068
|
+
top?: string | number | undefined;
|
|
2069
|
+
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
2070
|
+
transform?: import("csstype").Property.Transform | undefined;
|
|
2071
|
+
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
2072
|
+
transformOrigin?: string | number | undefined;
|
|
2073
|
+
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2074
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
2075
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2076
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2077
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2078
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2079
|
+
translate?: string | number | undefined;
|
|
2080
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
2081
|
+
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2082
|
+
verticalAlign?: string | number | undefined;
|
|
2083
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
2084
|
+
viewTimelineInset?: string | number | undefined;
|
|
2085
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
2086
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
2087
|
+
visibility?: import("csstype").Property.Visibility | undefined;
|
|
2088
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
2089
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
2090
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
2091
|
+
widows?: import("csstype").Property.Widows | undefined;
|
|
2092
|
+
width?: string | number | undefined;
|
|
2093
|
+
willChange?: import("csstype").Property.WillChange | undefined;
|
|
2094
|
+
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
2095
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
2096
|
+
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
2097
|
+
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
2098
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
2099
|
+
zoom?: import("csstype").Property.Zoom | undefined;
|
|
2100
|
+
all?: import("csstype").Globals | undefined;
|
|
2101
|
+
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2102
|
+
animationRange?: string | number | undefined;
|
|
2103
|
+
background?: string | number | undefined;
|
|
2104
|
+
backgroundPosition?: string | number | undefined;
|
|
2105
|
+
border?: string | number | undefined;
|
|
2106
|
+
borderBlock?: string | number | undefined;
|
|
2107
|
+
borderBlockEnd?: string | number | undefined;
|
|
2108
|
+
borderBlockStart?: string | number | undefined;
|
|
2109
|
+
borderBottom?: string | number | undefined;
|
|
2110
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
2111
|
+
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2112
|
+
borderInline?: string | number | undefined;
|
|
2113
|
+
borderInlineEnd?: string | number | undefined;
|
|
2114
|
+
borderInlineStart?: string | number | undefined;
|
|
2115
|
+
borderLeft?: string | number | undefined;
|
|
2116
|
+
borderRadius?: string | number | undefined;
|
|
2117
|
+
borderRight?: string | number | undefined;
|
|
2118
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
2119
|
+
borderTop?: string | number | undefined;
|
|
2120
|
+
borderWidth?: string | number | undefined;
|
|
2121
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
2122
|
+
columnRule?: string | number | undefined;
|
|
2123
|
+
columns?: string | number | undefined;
|
|
2124
|
+
containIntrinsicSize?: string | number | undefined;
|
|
2125
|
+
container?: import("csstype").Property.Container | undefined;
|
|
2126
|
+
flex?: string | number | undefined;
|
|
2127
|
+
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
2128
|
+
font?: import("csstype").Property.Font | undefined;
|
|
2129
|
+
gap?: string | number | undefined;
|
|
2130
|
+
grid?: import("csstype").Property.Grid | undefined;
|
|
2131
|
+
gridArea?: import("csstype").Property.GridArea | undefined;
|
|
2132
|
+
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
2133
|
+
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
2134
|
+
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
2135
|
+
inset?: string | number | undefined;
|
|
2136
|
+
insetBlock?: string | number | undefined;
|
|
2137
|
+
insetInline?: string | number | undefined;
|
|
2138
|
+
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
2139
|
+
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
2140
|
+
margin?: string | number | undefined;
|
|
2141
|
+
marginBlock?: string | number | undefined;
|
|
2142
|
+
marginInline?: string | number | undefined;
|
|
2143
|
+
mask?: string | number | undefined;
|
|
2144
|
+
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
2145
|
+
motion?: string | number | undefined;
|
|
2146
|
+
offset?: string | number | undefined;
|
|
2147
|
+
outline?: string | number | undefined;
|
|
2148
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
2149
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
2150
|
+
padding?: string | number | undefined;
|
|
2151
|
+
paddingBlock?: string | number | undefined;
|
|
2152
|
+
paddingInline?: string | number | undefined;
|
|
2153
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
2154
|
+
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
2155
|
+
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
2156
|
+
scrollMargin?: string | number | undefined;
|
|
2157
|
+
scrollMarginBlock?: string | number | undefined;
|
|
2158
|
+
scrollMarginInline?: string | number | undefined;
|
|
2159
|
+
scrollPadding?: string | number | undefined;
|
|
2160
|
+
scrollPaddingBlock?: string | number | undefined;
|
|
2161
|
+
scrollPaddingInline?: string | number | undefined;
|
|
2162
|
+
scrollSnapMargin?: string | number | undefined;
|
|
2163
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
2164
|
+
textDecoration?: string | number | undefined;
|
|
2165
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2166
|
+
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2167
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
2168
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2169
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2170
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
2171
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
2172
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2173
|
+
MozAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
2174
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2175
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2176
|
+
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
2177
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2178
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
2179
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
2180
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
2181
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
2182
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
|
|
2183
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
|
|
2184
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
2185
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
2186
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
2187
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
2188
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2189
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2190
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2191
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2192
|
+
MozColumnRuleWidth?: string | number | undefined;
|
|
2193
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
2194
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
|
2195
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2196
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
2197
|
+
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2198
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
2199
|
+
MozMarginEnd?: string | number | undefined;
|
|
2200
|
+
MozMarginStart?: string | number | undefined;
|
|
2201
|
+
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
2202
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2203
|
+
MozOutlineRadiusBottomleft?: string | number | undefined;
|
|
2204
|
+
MozOutlineRadiusBottomright?: string | number | undefined;
|
|
2205
|
+
MozOutlineRadiusTopleft?: string | number | undefined;
|
|
2206
|
+
MozOutlineRadiusTopright?: string | number | undefined;
|
|
2207
|
+
MozPaddingEnd?: string | number | undefined;
|
|
2208
|
+
MozPaddingStart?: string | number | undefined;
|
|
2209
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
2210
|
+
MozTabSize?: string | number | undefined;
|
|
2211
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
2212
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2213
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
2214
|
+
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
2215
|
+
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2216
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
2217
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
2218
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
2219
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
2220
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
2221
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
2222
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
|
|
2223
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
|
|
2224
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
|
2225
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
|
2226
|
+
msFilter?: import("csstype").Property.MsFilter | undefined;
|
|
2227
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
2228
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
|
2229
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
|
2230
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
|
2231
|
+
msGridColumns?: string | number | undefined;
|
|
2232
|
+
msGridRows?: string | number | undefined;
|
|
2233
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
|
2234
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
|
2235
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
|
2236
|
+
msHyphenateLimitZone?: string | number | undefined;
|
|
2237
|
+
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2238
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
2239
|
+
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2240
|
+
msOrder?: import("csstype").Property.Order | undefined;
|
|
2241
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
2242
|
+
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
|
2243
|
+
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
|
2244
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
|
2245
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
|
2246
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
|
2247
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
|
2248
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
|
2249
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
|
2250
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
|
|
2251
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
|
|
2252
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
|
2253
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
|
2254
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
|
|
2255
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
|
|
2256
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
|
|
2257
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
|
|
2258
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
2259
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
2260
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
2261
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
2262
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
2263
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2264
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
2265
|
+
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
|
2266
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
|
2267
|
+
msTransform?: import("csstype").Property.Transform | undefined;
|
|
2268
|
+
msTransformOrigin?: string | number | undefined;
|
|
2269
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2270
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2271
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2272
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2273
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
|
2274
|
+
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
2275
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
|
2276
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
|
2277
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
|
2278
|
+
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
2279
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
|
|
2280
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
|
|
2281
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
2282
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2283
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2284
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
2285
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
2286
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2287
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
2288
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2289
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2290
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
|
2291
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
2292
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2293
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
2294
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
2295
|
+
WebkitBackgroundSize?: string | number | undefined;
|
|
2296
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
|
2297
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
|
2298
|
+
WebkitBorderBeforeWidth?: string | number | undefined;
|
|
2299
|
+
WebkitBorderBottomLeftRadius?: string | number | undefined;
|
|
2300
|
+
WebkitBorderBottomRightRadius?: string | number | undefined;
|
|
2301
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
2302
|
+
WebkitBorderTopLeftRadius?: string | number | undefined;
|
|
2303
|
+
WebkitBorderTopRightRadius?: string | number | undefined;
|
|
2304
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2305
|
+
WebkitBoxReflect?: string | number | undefined;
|
|
2306
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
2307
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
2308
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
2309
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2310
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2311
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2312
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2313
|
+
WebkitColumnRuleWidth?: string | number | undefined;
|
|
2314
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
2315
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
2316
|
+
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
|
2317
|
+
WebkitFlexBasis?: string | number | undefined;
|
|
2318
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
2319
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
2320
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
2321
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
2322
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2323
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
2324
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2325
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
2326
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
2327
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2328
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
2329
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
2330
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2331
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
2332
|
+
WebkitMarginEnd?: string | number | undefined;
|
|
2333
|
+
WebkitMarginStart?: string | number | undefined;
|
|
2334
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
2335
|
+
WebkitMaskBoxImageOutset?: string | number | undefined;
|
|
2336
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
2337
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
2338
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
2339
|
+
WebkitMaskBoxImageWidth?: string | number | undefined;
|
|
2340
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
|
2341
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
|
2342
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
|
2343
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
|
2344
|
+
WebkitMaskPosition?: string | number | undefined;
|
|
2345
|
+
WebkitMaskPositionX?: string | number | undefined;
|
|
2346
|
+
WebkitMaskPositionY?: string | number | undefined;
|
|
2347
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
|
2348
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
|
2349
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
|
2350
|
+
WebkitMaskSize?: string | number | undefined;
|
|
2351
|
+
WebkitMaxInlineSize?: string | number | undefined;
|
|
2352
|
+
WebkitOrder?: import("csstype").Property.Order | undefined;
|
|
2353
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
|
2354
|
+
WebkitPaddingEnd?: string | number | undefined;
|
|
2355
|
+
WebkitPaddingStart?: string | number | undefined;
|
|
2356
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2357
|
+
WebkitPerspectiveOrigin?: string | number | undefined;
|
|
2358
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2359
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
2360
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
2361
|
+
WebkitShapeMargin?: string | number | undefined;
|
|
2362
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
|
2363
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2364
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2365
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2366
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
2367
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2368
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
2369
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
2370
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
2371
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
|
|
2372
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
2373
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2374
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
|
|
2375
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
2376
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2377
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
|
2378
|
+
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
|
2379
|
+
WebkitTransformOrigin?: string | number | undefined;
|
|
2380
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2381
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2382
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2383
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2384
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2385
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
2386
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2387
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
2388
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2389
|
+
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2390
|
+
MozColumnRule?: string | number | undefined;
|
|
2391
|
+
MozColumns?: string | number | undefined;
|
|
2392
|
+
MozOutlineRadius?: string | number | undefined;
|
|
2393
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
2394
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
2395
|
+
msFlex?: string | number | undefined;
|
|
2396
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
|
2397
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
|
2398
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
|
2399
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2400
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2401
|
+
WebkitBorderBefore?: string | number | undefined;
|
|
2402
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2403
|
+
WebkitBorderRadius?: string | number | undefined;
|
|
2404
|
+
WebkitColumnRule?: string | number | undefined;
|
|
2405
|
+
WebkitColumns?: string | number | undefined;
|
|
2406
|
+
WebkitFlex?: string | number | undefined;
|
|
2407
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
2408
|
+
WebkitMask?: string | number | undefined;
|
|
2409
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
|
2410
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2411
|
+
WebkitTextStroke?: string | number | undefined;
|
|
2412
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2413
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
2414
|
+
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2415
|
+
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2416
|
+
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2417
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
2418
|
+
boxLines?: import("csstype").Property.BoxLines | undefined;
|
|
2419
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2420
|
+
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2421
|
+
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2422
|
+
clip?: import("csstype").Property.Clip | undefined;
|
|
2423
|
+
gridColumnGap?: string | number | undefined;
|
|
2424
|
+
gridGap?: string | number | undefined;
|
|
2425
|
+
gridRowGap?: string | number | undefined;
|
|
2426
|
+
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2427
|
+
offsetBlock?: string | number | undefined;
|
|
2428
|
+
offsetBlockEnd?: string | number | undefined;
|
|
2429
|
+
offsetBlockStart?: string | number | undefined;
|
|
2430
|
+
offsetInline?: string | number | undefined;
|
|
2431
|
+
offsetInlineEnd?: string | number | undefined;
|
|
2432
|
+
offsetInlineStart?: string | number | undefined;
|
|
2433
|
+
scrollSnapCoordinate?: string | number | undefined;
|
|
2434
|
+
scrollSnapDestination?: string | number | undefined;
|
|
2435
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
2436
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
2437
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
2438
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
2439
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2440
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2441
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2442
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
2443
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
2444
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2445
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2446
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2447
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2448
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2449
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2450
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2451
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
2452
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2453
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
2454
|
+
MozBackgroundSize?: string | number | undefined;
|
|
2455
|
+
MozBorderRadius?: string | number | undefined;
|
|
2456
|
+
MozBorderRadiusBottomleft?: string | number | undefined;
|
|
2457
|
+
MozBorderRadiusBottomright?: string | number | undefined;
|
|
2458
|
+
MozBorderRadiusTopleft?: string | number | undefined;
|
|
2459
|
+
MozBorderRadiusTopright?: string | number | undefined;
|
|
2460
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2461
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2462
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2463
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2464
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2465
|
+
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2466
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
2467
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
2468
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
2469
|
+
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2470
|
+
MozOutline?: string | number | undefined;
|
|
2471
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
2472
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
2473
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
2474
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2475
|
+
MozPerspectiveOrigin?: string | number | undefined;
|
|
2476
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2477
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2478
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2479
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2480
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
2481
|
+
MozTransformOrigin?: string | number | undefined;
|
|
2482
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2483
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2484
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2485
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2486
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2487
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2488
|
+
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
2489
|
+
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2490
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2491
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2492
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2493
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
2494
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
2495
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2496
|
+
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
2497
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2498
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2499
|
+
OBackgroundSize?: string | number | undefined;
|
|
2500
|
+
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2501
|
+
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
2502
|
+
OObjectPosition?: string | number | undefined;
|
|
2503
|
+
OTabSize?: string | number | undefined;
|
|
2504
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
2505
|
+
OTransform?: import("csstype").Property.Transform | undefined;
|
|
2506
|
+
OTransformOrigin?: string | number | undefined;
|
|
2507
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2508
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2509
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2510
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2511
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2512
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2513
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2514
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2515
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
2516
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
2517
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2518
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2519
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2520
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
2521
|
+
baselineShift?: string | number | undefined;
|
|
2522
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
2523
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
2524
|
+
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
2525
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
2526
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
2527
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
2528
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
2529
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
2530
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
2531
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
2532
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
2533
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
2534
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
2535
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
2536
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
2537
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
2538
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
2539
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
2540
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
2541
|
+
strokeDasharray?: string | number | undefined;
|
|
2542
|
+
strokeDashoffset?: string | number | undefined;
|
|
2543
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
2544
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
2545
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
2546
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
2547
|
+
strokeWidth?: string | number | undefined;
|
|
2548
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
2549
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
2550
|
+
};
|
|
2551
|
+
isBlockOptionsOpen: boolean;
|
|
2552
|
+
setIsBlockOptionsOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
2553
|
+
isBlockOptionsMounted: boolean;
|
|
2554
|
+
};
|
|
879
2555
|
//# sourceMappingURL=hooks.d.ts.map
|