@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
705 lines (704 loc) • 64.1 kB
TypeScript
import * as react842 from "react";
import { CSSProperties, DataAttributes, ReactNode } from "react";
import * as csstype0 from "csstype";
//#region src/components/group/use-group.d.ts
declare const useGroup: (children?: ReactNode) => react842.ReactElement<any, string | react842.JSXElementConstructor<any>>[];
type UseGroupReturn = ReturnType<typeof useGroup>;
interface Props extends DataAttributes {
style?: CSSProperties;
}
declare const useGroupItemProps: <Y extends Props>({
style: {
"--group-count": groupCount,
"--group-index": groupIndex,
...style
},
"data-group-between": dataGroupBetween,
"data-group-end": dataGroupEnd,
"data-group-start": dataGroupStart,
"data-peer": dataPeer,
...rest
}: Y) => readonly [{
style: {
"--group-count": string | number;
"--group-index": string | number;
};
"data-group-between": string | undefined;
"data-group-end": string | undefined;
"data-group-start": string | undefined;
"data-peer": string | undefined;
}, {
style: {
[key: `--${string}`]: string | number;
accentColor?: csstype0.Property.AccentColor | undefined;
alignContent?: csstype0.Property.AlignContent | undefined;
alignItems?: csstype0.Property.AlignItems | undefined;
alignSelf?: csstype0.Property.AlignSelf | undefined;
alignTracks?: csstype0.Property.AlignTracks | undefined;
alignmentBaseline?: csstype0.Property.AlignmentBaseline | undefined;
anchorName?: csstype0.Property.AnchorName | undefined;
anchorScope?: csstype0.Property.AnchorScope | undefined;
animationComposition?: csstype0.Property.AnimationComposition | undefined;
animationDelay?: csstype0.Property.AnimationDelay<string & {}> | undefined;
animationDirection?: csstype0.Property.AnimationDirection | undefined;
animationDuration?: csstype0.Property.AnimationDuration<string & {}> | undefined;
animationFillMode?: csstype0.Property.AnimationFillMode | undefined;
animationIterationCount?: csstype0.Property.AnimationIterationCount | undefined;
animationName?: csstype0.Property.AnimationName | undefined;
animationPlayState?: csstype0.Property.AnimationPlayState | undefined;
animationRangeEnd?: csstype0.Property.AnimationRangeEnd<string | number> | undefined;
animationRangeStart?: csstype0.Property.AnimationRangeStart<string | number> | undefined;
animationTimeline?: csstype0.Property.AnimationTimeline | undefined;
animationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined;
appearance?: csstype0.Property.Appearance | undefined;
aspectRatio?: csstype0.Property.AspectRatio | undefined;
backdropFilter?: csstype0.Property.BackdropFilter | undefined;
backfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined;
backgroundAttachment?: csstype0.Property.BackgroundAttachment | undefined;
backgroundBlendMode?: csstype0.Property.BackgroundBlendMode | undefined;
backgroundClip?: csstype0.Property.BackgroundClip | undefined;
backgroundColor?: csstype0.Property.BackgroundColor | undefined;
backgroundImage?: csstype0.Property.BackgroundImage | undefined;
backgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined;
backgroundPositionX?: csstype0.Property.BackgroundPositionX<string | number> | undefined;
backgroundPositionY?: csstype0.Property.BackgroundPositionY<string | number> | undefined;
backgroundRepeat?: csstype0.Property.BackgroundRepeat | undefined;
backgroundSize?: csstype0.Property.BackgroundSize<string | number> | undefined;
baselineShift?: csstype0.Property.BaselineShift<string | number> | undefined;
blockSize?: csstype0.Property.BlockSize<string | number> | undefined;
borderBlockEndColor?: csstype0.Property.BorderBlockEndColor | undefined;
borderBlockEndStyle?: csstype0.Property.BorderBlockEndStyle | undefined;
borderBlockEndWidth?: csstype0.Property.BorderBlockEndWidth<string | number> | undefined;
borderBlockStartColor?: csstype0.Property.BorderBlockStartColor | undefined;
borderBlockStartStyle?: csstype0.Property.BorderBlockStartStyle | undefined;
borderBlockStartWidth?: csstype0.Property.BorderBlockStartWidth<string | number> | undefined;
borderBottomColor?: csstype0.Property.BorderBottomColor | undefined;
borderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius<string | number> | undefined;
borderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius<string | number> | undefined;
borderBottomStyle?: csstype0.Property.BorderBottomStyle | undefined;
borderBottomWidth?: csstype0.Property.BorderBottomWidth<string | number> | undefined;
borderCollapse?: csstype0.Property.BorderCollapse | undefined;
borderEndEndRadius?: csstype0.Property.BorderEndEndRadius<string | number> | undefined;
borderEndStartRadius?: csstype0.Property.BorderEndStartRadius<string | number> | undefined;
borderImageOutset?: csstype0.Property.BorderImageOutset<string | number> | undefined;
borderImageRepeat?: csstype0.Property.BorderImageRepeat | undefined;
borderImageSlice?: csstype0.Property.BorderImageSlice | undefined;
borderImageSource?: csstype0.Property.BorderImageSource | undefined;
borderImageWidth?: csstype0.Property.BorderImageWidth<string | number> | undefined;
borderInlineEndColor?: csstype0.Property.BorderInlineEndColor | undefined;
borderInlineEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined;
borderInlineEndWidth?: csstype0.Property.BorderInlineEndWidth<string | number> | undefined;
borderInlineStartColor?: csstype0.Property.BorderInlineStartColor | undefined;
borderInlineStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined;
borderInlineStartWidth?: csstype0.Property.BorderInlineStartWidth<string | number> | undefined;
borderLeftColor?: csstype0.Property.BorderLeftColor | undefined;
borderLeftStyle?: csstype0.Property.BorderLeftStyle | undefined;
borderLeftWidth?: csstype0.Property.BorderLeftWidth<string | number> | undefined;
borderRightColor?: csstype0.Property.BorderRightColor | undefined;
borderRightStyle?: csstype0.Property.BorderRightStyle | undefined;
borderRightWidth?: csstype0.Property.BorderRightWidth<string | number> | undefined;
borderSpacing?: csstype0.Property.BorderSpacing<string | number> | undefined;
borderStartEndRadius?: csstype0.Property.BorderStartEndRadius<string | number> | undefined;
borderStartStartRadius?: csstype0.Property.BorderStartStartRadius<string | number> | undefined;
borderTopColor?: csstype0.Property.BorderTopColor | undefined;
borderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius<string | number> | undefined;
borderTopRightRadius?: csstype0.Property.BorderTopRightRadius<string | number> | undefined;
borderTopStyle?: csstype0.Property.BorderTopStyle | undefined;
borderTopWidth?: csstype0.Property.BorderTopWidth<string | number> | undefined;
bottom?: csstype0.Property.Bottom<string | number> | undefined;
boxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined;
boxShadow?: csstype0.Property.BoxShadow | undefined;
boxSizing?: csstype0.Property.BoxSizing | undefined;
breakAfter?: csstype0.Property.BreakAfter | undefined;
breakBefore?: csstype0.Property.BreakBefore | undefined;
breakInside?: csstype0.Property.BreakInside | undefined;
captionSide?: csstype0.Property.CaptionSide | undefined;
caretColor?: csstype0.Property.CaretColor | undefined;
caretShape?: csstype0.Property.CaretShape | undefined;
clear?: csstype0.Property.Clear | undefined;
clipPath?: csstype0.Property.ClipPath | undefined;
clipRule?: csstype0.Property.ClipRule | undefined;
color?: csstype0.Property.Color | undefined;
colorAdjust?: csstype0.Property.PrintColorAdjust | undefined;
colorInterpolationFilters?: csstype0.Property.ColorInterpolationFilters | undefined;
colorScheme?: csstype0.Property.ColorScheme | undefined;
columnCount?: csstype0.Property.ColumnCount | undefined;
columnFill?: csstype0.Property.ColumnFill | undefined;
columnGap?: csstype0.Property.ColumnGap<string | number> | undefined;
columnRuleColor?: csstype0.Property.ColumnRuleColor | undefined;
columnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined;
columnRuleWidth?: csstype0.Property.ColumnRuleWidth<string | number> | undefined;
columnSpan?: csstype0.Property.ColumnSpan | undefined;
columnWidth?: csstype0.Property.ColumnWidth<string | number> | undefined;
contain?: csstype0.Property.Contain | undefined;
containIntrinsicBlockSize?: csstype0.Property.ContainIntrinsicBlockSize<string | number> | undefined;
containIntrinsicHeight?: csstype0.Property.ContainIntrinsicHeight<string | number> | undefined;
containIntrinsicInlineSize?: csstype0.Property.ContainIntrinsicInlineSize<string | number> | undefined;
containIntrinsicWidth?: csstype0.Property.ContainIntrinsicWidth<string | number> | undefined;
containerName?: csstype0.Property.ContainerName | undefined;
containerType?: csstype0.Property.ContainerType | undefined;
content?: csstype0.Property.Content | undefined;
contentVisibility?: csstype0.Property.ContentVisibility | undefined;
counterIncrement?: csstype0.Property.CounterIncrement | undefined;
counterReset?: csstype0.Property.CounterReset | undefined;
counterSet?: csstype0.Property.CounterSet | undefined;
cursor?: csstype0.Property.Cursor | undefined;
cx?: csstype0.Property.Cx<string | number> | undefined;
cy?: csstype0.Property.Cy<string | number> | undefined;
d?: csstype0.Property.D | undefined;
direction?: csstype0.Property.Direction | undefined;
display?: csstype0.Property.Display | undefined;
dominantBaseline?: csstype0.Property.DominantBaseline | undefined;
emptyCells?: csstype0.Property.EmptyCells | undefined;
fieldSizing?: csstype0.Property.FieldSizing | undefined;
fill?: csstype0.Property.Fill | undefined;
fillOpacity?: csstype0.Property.FillOpacity | undefined;
fillRule?: csstype0.Property.FillRule | undefined;
filter?: csstype0.Property.Filter | undefined;
flexBasis?: csstype0.Property.FlexBasis<string | number> | undefined;
flexDirection?: csstype0.Property.FlexDirection | undefined;
flexGrow?: csstype0.Property.FlexGrow | undefined;
flexShrink?: csstype0.Property.FlexShrink | undefined;
flexWrap?: csstype0.Property.FlexWrap | undefined;
float?: csstype0.Property.Float | undefined;
floodColor?: csstype0.Property.FloodColor | undefined;
floodOpacity?: csstype0.Property.FloodOpacity | undefined;
fontFamily?: csstype0.Property.FontFamily | undefined;
fontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined;
fontKerning?: csstype0.Property.FontKerning | undefined;
fontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined;
fontOpticalSizing?: csstype0.Property.FontOpticalSizing | undefined;
fontPalette?: csstype0.Property.FontPalette | undefined;
fontSize?: csstype0.Property.FontSize<string | number> | undefined;
fontSizeAdjust?: csstype0.Property.FontSizeAdjust | undefined;
fontSmooth?: csstype0.Property.FontSmooth<string | number> | undefined;
fontStyle?: csstype0.Property.FontStyle | undefined;
fontSynthesis?: csstype0.Property.FontSynthesis | undefined;
fontSynthesisPosition?: csstype0.Property.FontSynthesisPosition | undefined;
fontSynthesisSmallCaps?: csstype0.Property.FontSynthesisSmallCaps | undefined;
fontSynthesisStyle?: csstype0.Property.FontSynthesisStyle | undefined;
fontSynthesisWeight?: csstype0.Property.FontSynthesisWeight | undefined;
fontVariant?: csstype0.Property.FontVariant | undefined;
fontVariantAlternates?: csstype0.Property.FontVariantAlternates | undefined;
fontVariantCaps?: csstype0.Property.FontVariantCaps | undefined;
fontVariantEastAsian?: csstype0.Property.FontVariantEastAsian | undefined;
fontVariantEmoji?: csstype0.Property.FontVariantEmoji | undefined;
fontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined;
fontVariantNumeric?: csstype0.Property.FontVariantNumeric | undefined;
fontVariantPosition?: csstype0.Property.FontVariantPosition | undefined;
fontVariationSettings?: csstype0.Property.FontVariationSettings | undefined;
fontWeight?: csstype0.Property.FontWeight | undefined;
fontWidth?: csstype0.Property.FontWidth | undefined;
forcedColorAdjust?: csstype0.Property.ForcedColorAdjust | undefined;
gridAutoColumns?: csstype0.Property.GridAutoColumns<string | number> | undefined;
gridAutoFlow?: csstype0.Property.GridAutoFlow | undefined;
gridAutoRows?: csstype0.Property.GridAutoRows<string | number> | undefined;
gridColumnEnd?: csstype0.Property.GridColumnEnd | undefined;
gridColumnStart?: csstype0.Property.GridColumnStart | undefined;
gridRowEnd?: csstype0.Property.GridRowEnd | undefined;
gridRowStart?: csstype0.Property.GridRowStart | undefined;
gridTemplateAreas?: csstype0.Property.GridTemplateAreas | undefined;
gridTemplateColumns?: csstype0.Property.GridTemplateColumns<string | number> | undefined;
gridTemplateRows?: csstype0.Property.GridTemplateRows<string | number> | undefined;
hangingPunctuation?: csstype0.Property.HangingPunctuation | undefined;
height?: csstype0.Property.Height<string | number> | undefined;
hyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined;
hyphenateLimitChars?: csstype0.Property.HyphenateLimitChars | undefined;
hyphens?: csstype0.Property.Hyphens | undefined;
imageOrientation?: csstype0.Property.ImageOrientation | undefined;
imageRendering?: csstype0.Property.ImageRendering | undefined;
imageResolution?: csstype0.Property.ImageResolution | undefined;
initialLetter?: csstype0.Property.InitialLetter | undefined;
initialLetterAlign?: csstype0.Property.InitialLetterAlign | undefined;
inlineSize?: csstype0.Property.InlineSize<string | number> | undefined;
insetBlockEnd?: csstype0.Property.InsetBlockEnd<string | number> | undefined;
insetBlockStart?: csstype0.Property.InsetBlockStart<string | number> | undefined;
insetInlineEnd?: csstype0.Property.InsetInlineEnd<string | number> | undefined;
insetInlineStart?: csstype0.Property.InsetInlineStart<string | number> | undefined;
interpolateSize?: csstype0.Property.InterpolateSize | undefined;
isolation?: csstype0.Property.Isolation | undefined;
justifyContent?: csstype0.Property.JustifyContent | undefined;
justifyItems?: csstype0.Property.JustifyItems | undefined;
justifySelf?: csstype0.Property.JustifySelf | undefined;
justifyTracks?: csstype0.Property.JustifyTracks | undefined;
left?: csstype0.Property.Left<string | number> | undefined;
letterSpacing?: csstype0.Property.LetterSpacing<string | number> | undefined;
lightingColor?: csstype0.Property.LightingColor | undefined;
lineBreak?: csstype0.Property.LineBreak | undefined;
lineHeight?: csstype0.Property.LineHeight<string | number> | undefined;
lineHeightStep?: csstype0.Property.LineHeightStep<string | number> | undefined;
listStyleImage?: csstype0.Property.ListStyleImage | undefined;
listStylePosition?: csstype0.Property.ListStylePosition | undefined;
listStyleType?: csstype0.Property.ListStyleType | undefined;
marginBlockEnd?: csstype0.Property.MarginBlockEnd<string | number> | undefined;
marginBlockStart?: csstype0.Property.MarginBlockStart<string | number> | undefined;
marginBottom?: csstype0.Property.MarginBottom<string | number> | undefined;
marginInlineEnd?: csstype0.Property.MarginInlineEnd<string | number> | undefined;
marginInlineStart?: csstype0.Property.MarginInlineStart<string | number> | undefined;
marginLeft?: csstype0.Property.MarginLeft<string | number> | undefined;
marginRight?: csstype0.Property.MarginRight<string | number> | undefined;
marginTop?: csstype0.Property.MarginTop<string | number> | undefined;
marginTrim?: csstype0.Property.MarginTrim | undefined;
marker?: csstype0.Property.Marker | undefined;
markerEnd?: csstype0.Property.MarkerEnd | undefined;
markerMid?: csstype0.Property.MarkerMid | undefined;
markerStart?: csstype0.Property.MarkerStart | undefined;
maskBorderMode?: csstype0.Property.MaskBorderMode | undefined;
maskBorderOutset?: csstype0.Property.MaskBorderOutset<string | number> | undefined;
maskBorderRepeat?: csstype0.Property.MaskBorderRepeat | undefined;
maskBorderSlice?: csstype0.Property.MaskBorderSlice | undefined;
maskBorderSource?: csstype0.Property.MaskBorderSource | undefined;
maskBorderWidth?: csstype0.Property.MaskBorderWidth<string | number> | undefined;
maskClip?: csstype0.Property.MaskClip | undefined;
maskComposite?: csstype0.Property.MaskComposite | undefined;
maskImage?: csstype0.Property.MaskImage | undefined;
maskMode?: csstype0.Property.MaskMode | undefined;
maskOrigin?: csstype0.Property.MaskOrigin | undefined;
maskPosition?: csstype0.Property.MaskPosition<string | number> | undefined;
maskRepeat?: csstype0.Property.MaskRepeat | undefined;
maskSize?: csstype0.Property.MaskSize<string | number> | undefined;
maskType?: csstype0.Property.MaskType | undefined;
masonryAutoFlow?: csstype0.Property.MasonryAutoFlow | undefined;
mathDepth?: csstype0.Property.MathDepth | undefined;
mathShift?: csstype0.Property.MathShift | undefined;
mathStyle?: csstype0.Property.MathStyle | undefined;
maxBlockSize?: csstype0.Property.MaxBlockSize<string | number> | undefined;
maxHeight?: csstype0.Property.MaxHeight<string | number> | undefined;
maxInlineSize?: csstype0.Property.MaxInlineSize<string | number> | undefined;
maxLines?: csstype0.Property.MaxLines | undefined;
maxWidth?: csstype0.Property.MaxWidth<string | number> | undefined;
minBlockSize?: csstype0.Property.MinBlockSize<string | number> | undefined;
minHeight?: csstype0.Property.MinHeight<string | number> | undefined;
minInlineSize?: csstype0.Property.MinInlineSize<string | number> | undefined;
minWidth?: csstype0.Property.MinWidth<string | number> | undefined;
mixBlendMode?: csstype0.Property.MixBlendMode | undefined;
motionDistance?: csstype0.Property.OffsetDistance<string | number> | undefined;
motionPath?: csstype0.Property.OffsetPath | undefined;
motionRotation?: csstype0.Property.OffsetRotate | undefined;
objectFit?: csstype0.Property.ObjectFit | undefined;
objectPosition?: csstype0.Property.ObjectPosition<string | number> | undefined;
objectViewBox?: csstype0.Property.ObjectViewBox | undefined;
offsetAnchor?: csstype0.Property.OffsetAnchor<string | number> | undefined;
offsetDistance?: csstype0.Property.OffsetDistance<string | number> | undefined;
offsetPath?: csstype0.Property.OffsetPath | undefined;
offsetPosition?: csstype0.Property.OffsetPosition<string | number> | undefined;
offsetRotate?: csstype0.Property.OffsetRotate | undefined;
offsetRotation?: csstype0.Property.OffsetRotate | undefined;
opacity?: csstype0.Property.Opacity | undefined;
order?: csstype0.Property.Order | undefined;
orphans?: csstype0.Property.Orphans | undefined;
outlineColor?: csstype0.Property.OutlineColor | undefined;
outlineOffset?: csstype0.Property.OutlineOffset<string | number> | undefined;
outlineStyle?: csstype0.Property.OutlineStyle | undefined;
outlineWidth?: csstype0.Property.OutlineWidth<string | number> | undefined;
overflowAnchor?: csstype0.Property.OverflowAnchor | undefined;
overflowBlock?: csstype0.Property.OverflowBlock | undefined;
overflowClipBox?: csstype0.Property.OverflowClipBox | undefined;
overflowClipMargin?: csstype0.Property.OverflowClipMargin<string | number> | undefined;
overflowInline?: csstype0.Property.OverflowInline | undefined;
overflowWrap?: csstype0.Property.OverflowWrap | undefined;
overflowX?: csstype0.Property.OverflowX | undefined;
overflowY?: csstype0.Property.OverflowY | undefined;
overlay?: csstype0.Property.Overlay | undefined;
overscrollBehaviorBlock?: csstype0.Property.OverscrollBehaviorBlock | undefined;
overscrollBehaviorInline?: csstype0.Property.OverscrollBehaviorInline | undefined;
overscrollBehaviorX?: csstype0.Property.OverscrollBehaviorX | undefined;
overscrollBehaviorY?: csstype0.Property.OverscrollBehaviorY | undefined;
paddingBlockEnd?: csstype0.Property.PaddingBlockEnd<string | number> | undefined;
paddingBlockStart?: csstype0.Property.PaddingBlockStart<string | number> | undefined;
paddingBottom?: csstype0.Property.PaddingBottom<string | number> | undefined;
paddingInlineEnd?: csstype0.Property.PaddingInlineEnd<string | number> | undefined;
paddingInlineStart?: csstype0.Property.PaddingInlineStart<string | number> | undefined;
paddingLeft?: csstype0.Property.PaddingLeft<string | number> | undefined;
paddingRight?: csstype0.Property.PaddingRight<string | number> | undefined;
paddingTop?: csstype0.Property.PaddingTop<string | number> | undefined;
page?: csstype0.Property.Page | undefined;
paintOrder?: csstype0.Property.PaintOrder | undefined;
perspective?: csstype0.Property.Perspective<string | number> | undefined;
perspectiveOrigin?: csstype0.Property.PerspectiveOrigin<string | number> | undefined;
pointerEvents?: csstype0.Property.PointerEvents | undefined;
position?: csstype0.Property.Position | undefined;
positionAnchor?: csstype0.Property.PositionAnchor | undefined;
positionArea?: csstype0.Property.PositionArea | undefined;
positionTryFallbacks?: csstype0.Property.PositionTryFallbacks | undefined;
positionTryOrder?: csstype0.Property.PositionTryOrder | undefined;
positionVisibility?: csstype0.Property.PositionVisibility | undefined;
printColorAdjust?: csstype0.Property.PrintColorAdjust | undefined;
quotes?: csstype0.Property.Quotes | undefined;
r?: csstype0.Property.R<string | number> | undefined;
resize?: csstype0.Property.Resize | undefined;
right?: csstype0.Property.Right<string | number> | undefined;
rotate?: csstype0.Property.Rotate | undefined;
rowGap?: csstype0.Property.RowGap<string | number> | undefined;
rubyAlign?: csstype0.Property.RubyAlign | undefined;
rubyMerge?: csstype0.Property.RubyMerge | undefined;
rubyOverhang?: csstype0.Property.RubyOverhang | undefined;
rubyPosition?: csstype0.Property.RubyPosition | undefined;
rx?: csstype0.Property.Rx<string | number> | undefined;
ry?: csstype0.Property.Ry<string | number> | undefined;
scale?: csstype0.Property.Scale | undefined;
scrollBehavior?: csstype0.Property.ScrollBehavior | undefined;
scrollInitialTarget?: csstype0.Property.ScrollInitialTarget | undefined;
scrollMarginBlockEnd?: csstype0.Property.ScrollMarginBlockEnd<string | number> | undefined;
scrollMarginBlockStart?: csstype0.Property.ScrollMarginBlockStart<string | number> | undefined;
scrollMarginBottom?: csstype0.Property.ScrollMarginBottom<string | number> | undefined;
scrollMarginInlineEnd?: csstype0.Property.ScrollMarginInlineEnd<string | number> | undefined;
scrollMarginInlineStart?: csstype0.Property.ScrollMarginInlineStart<string | number> | undefined;
scrollMarginLeft?: csstype0.Property.ScrollMarginLeft<string | number> | undefined;
scrollMarginRight?: csstype0.Property.ScrollMarginRight<string | number> | undefined;
scrollMarginTop?: csstype0.Property.ScrollMarginTop<string | number> | undefined;
scrollPaddingBlockEnd?: csstype0.Property.ScrollPaddingBlockEnd<string | number> | undefined;
scrollPaddingBlockStart?: csstype0.Property.ScrollPaddingBlockStart<string | number> | undefined;
scrollPaddingBottom?: csstype0.Property.ScrollPaddingBottom<string | number> | undefined;
scrollPaddingInlineEnd?: csstype0.Property.ScrollPaddingInlineEnd<string | number> | undefined;
scrollPaddingInlineStart?: csstype0.Property.ScrollPaddingInlineStart<string | number> | undefined;
scrollPaddingLeft?: csstype0.Property.ScrollPaddingLeft<string | number> | undefined;
scrollPaddingRight?: csstype0.Property.ScrollPaddingRight<string | number> | undefined;
scrollPaddingTop?: csstype0.Property.ScrollPaddingTop<string | number> | undefined;
scrollSnapAlign?: csstype0.Property.ScrollSnapAlign | undefined;
scrollSnapMarginBottom?: csstype0.Property.ScrollMarginBottom<string | number> | undefined;
scrollSnapMarginLeft?: csstype0.Property.ScrollMarginLeft<string | number> | undefined;
scrollSnapMarginRight?: csstype0.Property.ScrollMarginRight<string | number> | undefined;
scrollSnapMarginTop?: csstype0.Property.ScrollMarginTop<string | number> | undefined;
scrollSnapStop?: csstype0.Property.ScrollSnapStop | undefined;
scrollSnapType?: csstype0.Property.ScrollSnapType | undefined;
scrollTimelineAxis?: csstype0.Property.ScrollTimelineAxis | undefined;
scrollTimelineName?: csstype0.Property.ScrollTimelineName | undefined;
scrollbarColor?: csstype0.Property.ScrollbarColor | undefined;
scrollbarGutter?: csstype0.Property.ScrollbarGutter | undefined;
scrollbarWidth?: csstype0.Property.ScrollbarWidth | undefined;
shapeImageThreshold?: csstype0.Property.ShapeImageThreshold | undefined;
shapeMargin?: csstype0.Property.ShapeMargin<string | number> | undefined;
shapeOutside?: csstype0.Property.ShapeOutside | undefined;
shapeRendering?: csstype0.Property.ShapeRendering | undefined;
speakAs?: csstype0.Property.SpeakAs | undefined;
stopColor?: csstype0.Property.StopColor | undefined;
stopOpacity?: csstype0.Property.StopOpacity | undefined;
stroke?: csstype0.Property.Stroke | undefined;
strokeColor?: csstype0.Property.StrokeColor | undefined;
strokeDasharray?: csstype0.Property.StrokeDasharray<string | number> | undefined;
strokeDashoffset?: csstype0.Property.StrokeDashoffset<string | number> | undefined;
strokeLinecap?: csstype0.Property.StrokeLinecap | undefined;
strokeLinejoin?: csstype0.Property.StrokeLinejoin | undefined;
strokeMiterlimit?: csstype0.Property.StrokeMiterlimit | undefined;
strokeOpacity?: csstype0.Property.StrokeOpacity | undefined;
strokeWidth?: csstype0.Property.StrokeWidth<string | number> | undefined;
tabSize?: csstype0.Property.TabSize<string | number> | undefined;
tableLayout?: csstype0.Property.TableLayout | undefined;
textAlign?: csstype0.Property.TextAlign | undefined;
textAlignLast?: csstype0.Property.TextAlignLast | undefined;
textAnchor?: csstype0.Property.TextAnchor | undefined;
textAutospace?: csstype0.Property.TextAutospace | undefined;
textBox?: csstype0.Property.TextBox | undefined;
textBoxEdge?: csstype0.Property.TextBoxEdge | undefined;
textBoxTrim?: csstype0.Property.TextBoxTrim | undefined;
textCombineUpright?: csstype0.Property.TextCombineUpright | undefined;
textDecorationColor?: csstype0.Property.TextDecorationColor | undefined;
textDecorationLine?: csstype0.Property.TextDecorationLine | undefined;
textDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined;
textDecorationSkipInk?: csstype0.Property.TextDecorationSkipInk | undefined;
textDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined;
textDecorationThickness?: csstype0.Property.TextDecorationThickness<string | number> | undefined;
textEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined;
textEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined;
textEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined;
textIndent?: csstype0.Property.TextIndent<string | number> | undefined;
textJustify?: csstype0.Property.TextJustify | undefined;
textOrientation?: csstype0.Property.TextOrientation | undefined;
textOverflow?: csstype0.Property.TextOverflow | undefined;
textRendering?: csstype0.Property.TextRendering | undefined;
textShadow?: csstype0.Property.TextShadow | undefined;
textSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined;
textSpacingTrim?: csstype0.Property.TextSpacingTrim | undefined;
textTransform?: csstype0.Property.TextTransform | undefined;
textUnderlineOffset?: csstype0.Property.TextUnderlineOffset<string | number> | undefined;
textUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined;
textWrapMode?: csstype0.Property.TextWrapMode | undefined;
textWrapStyle?: csstype0.Property.TextWrapStyle | undefined;
timelineScope?: csstype0.Property.TimelineScope | undefined;
top?: csstype0.Property.Top<string | number> | undefined;
touchAction?: csstype0.Property.TouchAction | undefined;
transform?: csstype0.Property.Transform | undefined;
transformBox?: csstype0.Property.TransformBox | undefined;
transformOrigin?: csstype0.Property.TransformOrigin<string | number> | undefined;
transformStyle?: csstype0.Property.TransformStyle | undefined;
transitionBehavior?: csstype0.Property.TransitionBehavior | undefined;
transitionDelay?: csstype0.Property.TransitionDelay<string & {}> | undefined;
transitionDuration?: csstype0.Property.TransitionDuration<string & {}> | undefined;
transitionProperty?: csstype0.Property.TransitionProperty | undefined;
transitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined;
translate?: csstype0.Property.Translate<string | number> | undefined;
unicodeBidi?: csstype0.Property.UnicodeBidi | undefined;
userSelect?: csstype0.Property.UserSelect | undefined;
vectorEffect?: csstype0.Property.VectorEffect | undefined;
verticalAlign?: csstype0.Property.VerticalAlign<string | number> | undefined;
viewTimelineAxis?: csstype0.Property.ViewTimelineAxis | undefined;
viewTimelineInset?: csstype0.Property.ViewTimelineInset<string | number> | undefined;
viewTimelineName?: csstype0.Property.ViewTimelineName | undefined;
viewTransitionClass?: csstype0.Property.ViewTransitionClass | undefined;
viewTransitionName?: csstype0.Property.ViewTransitionName | undefined;
visibility?: csstype0.Property.Visibility | undefined;
whiteSpace?: csstype0.Property.WhiteSpace | undefined;
whiteSpaceCollapse?: csstype0.Property.WhiteSpaceCollapse | undefined;
widows?: csstype0.Property.Widows | undefined;
width?: csstype0.Property.Width<string | number> | undefined;
willChange?: csstype0.Property.WillChange | undefined;
wordBreak?: csstype0.Property.WordBreak | undefined;
wordSpacing?: csstype0.Property.WordSpacing<string | number> | undefined;
wordWrap?: csstype0.Property.WordWrap | undefined;
writingMode?: csstype0.Property.WritingMode | undefined;
x?: csstype0.Property.X<string | number> | undefined;
y?: csstype0.Property.Y<string | number> | undefined;
zIndex?: csstype0.Property.ZIndex | undefined;
zoom?: csstype0.Property.Zoom | undefined;
all?: csstype0.Property.All | undefined;
animation?: csstype0.Property.Animation<string & {}> | undefined;
animationRange?: csstype0.Property.AnimationRange<string | number> | undefined;
background?: csstype0.Property.Background<string | number> | undefined;
backgroundPosition?: csstype0.Property.BackgroundPosition<string | number> | undefined;
border?: csstype0.Property.Border<string | number> | undefined;
borderBlock?: csstype0.Property.BorderBlock<string | number> | undefined;
borderBlockColor?: csstype0.Property.BorderBlockColor | undefined;
borderBlockEnd?: csstype0.Property.BorderBlockEnd<string | number> | undefined;
borderBlockStart?: csstype0.Property.BorderBlockStart<string | number> | undefined;
borderBlockStyle?: csstype0.Property.BorderBlockStyle | undefined;
borderBlockWidth?: csstype0.Property.BorderBlockWidth<string | number> | undefined;
borderBottom?: csstype0.Property.BorderBottom<string | number> | undefined;
borderColor?: csstype0.Property.BorderColor | undefined;
borderImage?: csstype0.Property.BorderImage | undefined;
borderInline?: csstype0.Property.BorderInline<string | number> | undefined;
borderInlineColor?: csstype0.Property.BorderInlineColor | undefined;
borderInlineEnd?: csstype0.Property.BorderInlineEnd<string | number> | undefined;
borderInlineStart?: csstype0.Property.BorderInlineStart<string | number> | undefined;
borderInlineStyle?: csstype0.Property.BorderInlineStyle | undefined;
borderInlineWidth?: csstype0.Property.BorderInlineWidth<string | number> | undefined;
borderLeft?: csstype0.Property.BorderLeft<string | number> | undefined;
borderRadius?: csstype0.Property.BorderRadius<string | number> | undefined;
borderRight?: csstype0.Property.BorderRight<string | number> | undefined;
borderStyle?: csstype0.Property.BorderStyle | undefined;
borderTop?: csstype0.Property.BorderTop<string | number> | undefined;
borderWidth?: csstype0.Property.BorderWidth<string | number> | undefined;
caret?: csstype0.Property.Caret | undefined;
columnRule?: csstype0.Property.ColumnRule<string | number> | undefined;
columns?: csstype0.Property.Columns<string | number> | undefined;
containIntrinsicSize?: csstype0.Property.ContainIntrinsicSize<string | number> | undefined;
container?: csstype0.Property.Container | undefined;
flex?: csstype0.Property.Flex<string | number> | undefined;
flexFlow?: csstype0.Property.FlexFlow | undefined;
font?: csstype0.Property.Font | undefined;
gap?: csstype0.Property.Gap<string | number> | undefined;
grid?: csstype0.Property.Grid | undefined;
gridArea?: csstype0.Property.GridArea | undefined;
gridColumn?: csstype0.Property.GridColumn | undefined;
gridRow?: csstype0.Property.GridRow | undefined;
gridTemplate?: csstype0.Property.GridTemplate | undefined;
inset?: csstype0.Property.Inset<string | number> | undefined;
insetBlock?: csstype0.Property.InsetBlock<string | number> | undefined;
insetInline?: csstype0.Property.InsetInline<string | number> | undefined;
lineClamp?: csstype0.Property.LineClamp | undefined;
listStyle?: csstype0.Property.ListStyle | undefined;
margin?: csstype0.Property.Margin<string | number> | undefined;
marginBlock?: csstype0.Property.MarginBlock<string | number> | undefined;
marginInline?: csstype0.Property.MarginInline<string | number> | undefined;
mask?: csstype0.Property.Mask<string | number> | undefined;
maskBorder?: csstype0.Property.MaskBorder | undefined;
motion?: csstype0.Property.Offset<string | number> | undefined;
offset?: csstype0.Property.Offset<string | number> | undefined;
outline?: csstype0.Property.Outline<string | number> | undefined;
overflow?: csstype0.Property.Overflow | undefined;
overscrollBehavior?: csstype0.Property.OverscrollBehavior | undefined;
padding?: csstype0.Property.Padding<string | number> | undefined;
paddingBlock?: csstype0.Property.PaddingBlock<string | number> | undefined;
paddingInline?: csstype0.Property.PaddingInline<string | number> | undefined;
placeContent?: csstype0.Property.PlaceContent | undefined;
placeItems?: csstype0.Property.PlaceItems | undefined;
placeSelf?: csstype0.Property.PlaceSelf | undefined;
positionTry?: csstype0.Property.PositionTry | undefined;
scrollMargin?: csstype0.Property.ScrollMargin<string | number> | undefined;
scrollMarginBlock?: csstype0.Property.ScrollMarginBlock<string | number> | undefined;
scrollMarginInline?: csstype0.Property.ScrollMarginInline<string | number> | undefined;
scrollPadding?: csstype0.Property.ScrollPadding<string | number> | undefined;
scrollPaddingBlock?: csstype0.Property.ScrollPaddingBlock<string | number> | undefined;
scrollPaddingInline?: csstype0.Property.ScrollPaddingInline<string | number> | undefined;
scrollSnapMargin?: csstype0.Property.ScrollMargin<string | number> | undefined;
scrollTimeline?: csstype0.Property.ScrollTimeline | undefined;
textDecoration?: csstype0.Property.TextDecoration<string | number> | undefined;
textEmphasis?: csstype0.Property.TextEmphasis | undefined;
textWrap?: csstype0.Property.TextWrap | undefined;
transition?: csstype0.Property.Transition<string & {}> | undefined;
viewTimeline?: csstype0.Property.ViewTimeline | undefined;
MozAnimationDelay?: csstype0.Property.AnimationDelay<string & {}> | undefined;
MozAnimationDirection?: csstype0.Property.AnimationDirection | undefined;
MozAnimationDuration?: csstype0.Property.AnimationDuration<string & {}> | undefined;
MozAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined;
MozAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined;
MozAnimationName?: csstype0.Property.AnimationName | undefined;
MozAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined;
MozAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined;
MozAppearance?: csstype0.Property.MozAppearance | undefined;
MozBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined;
MozBinding?: csstype0.Property.MozBinding | undefined;
MozBorderBottomColors?: csstype0.Property.MozBorderBottomColors | undefined;
MozBorderEndColor?: csstype0.Property.BorderInlineEndColor | undefined;
MozBorderEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined;
MozBorderEndWidth?: csstype0.Property.BorderInlineEndWidth<string | number> | undefined;
MozBorderLeftColors?: csstype0.Property.MozBorderLeftColors | undefined;
MozBorderRightColors?: csstype0.Property.MozBorderRightColors | undefined;
MozBorderStartColor?: csstype0.Property.BorderInlineStartColor | undefined;
MozBorderStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined;
MozBorderTopColors?: csstype0.Property.MozBorderTopColors | undefined;
MozBoxSizing?: csstype0.Property.BoxSizing | undefined;
MozColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined;
MozColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined;
MozColumnRuleWidth?: csstype0.Property.ColumnRuleWidth<string | number> | undefined;
MozColumnWidth?: csstype0.Property.ColumnWidth<string | number> | undefined;
MozContextProperties?: csstype0.Property.MozContextProperties | undefined;
MozFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined;
MozFontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined;
MozHyphens?: csstype0.Property.Hyphens | undefined;
MozMarginEnd?: csstype0.Property.MarginInlineEnd<string | number> | undefined;
MozMarginStart?: csstype0.Property.MarginInlineStart<string | number> | undefined;
MozOrient?: csstype0.Property.MozOrient | undefined;
MozOsxFontSmoothing?: csstype0.Property.FontSmooth<string | number> | undefined;
MozOutlineRadiusBottomleft?: csstype0.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
MozOutlineRadiusBottomright?: csstype0.Property.MozOutlineRadiusBottomright<string | number> | undefined;
MozOutlineRadiusTopleft?: csstype0.Property.MozOutlineRadiusTopleft<string | number> | undefined;
MozOutlineRadiusTopright?: csstype0.Property.MozOutlineRadiusTopright<string | number> | undefined;
MozPaddingEnd?: csstype0.Property.PaddingInlineEnd<string | number> | undefined;
MozPaddingStart?: csstype0.Property.PaddingInlineStart<string | number> | undefined;
MozPerspective?: csstype0.Property.Perspective<string | number> | undefined;
MozPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin<string | number> | undefined;
MozStackSizing?: csstype0.Property.MozStackSizing | undefined;
MozTabSize?: csstype0.Property.TabSize<string | number> | undefined;
MozTextBlink?: csstype0.Property.MozTextBlink | undefined;
MozTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined;
MozTransform?: csstype0.Property.Transform | undefined;
MozTransformOrigin?: csstype0.Property.TransformOrigin<string | number> | undefined;
MozTransformStyle?: csstype0.Property.TransformStyle | undefined;
MozUserModify?: csstype0.Property.MozUserModify | undefined;
MozUserSelect?: csstype0.Property.UserSelect | undefined;
MozWindowDragging?: csstype0.Property.MozWindowDragging | undefined;
MozWindowShadow?: csstype0.Property.MozWindowShadow | undefined;
msAccelerator?: csstype0.Property.MsAccelerator | undefined;
msBlockProgression?: csstype0.Property.MsBlockProgression | undefined;
msContentZoomChaining?: csstype0.Property.MsContentZoomChaining | undefined;
msContentZoomLimitMax?: csstype0.Property.MsContentZoomLimitMax | undefined;
msContentZoomLimitMin?: csstype0.Property.MsContentZoomLimitMin | undefined;
msContentZoomSnapPoints?: csstype0.Property.MsContentZoomSnapPoints | undefined;
msContentZoomSnapType?: csstype0.Property.MsContentZoomSnapType | undefined;
msContentZooming?: csstype0.Property.MsContentZooming | undefined;
msFilter?: csstype0.Property.MsFilter | undefined;
msFlexDirection?: csstype0.Property.FlexDirection | undefined;
msFlexPositive?: csstype0.Property.FlexGrow | undefined;
msFlowFrom?: csstype0.Property.MsFlowFrom | undefined;
msFlowInto?: csstype0.Property.MsFlowInto | undefined;
msGridColumns?: csstype0.Property.MsGridColumns<string | number> | undefined;
msGridRows?: csstype0.Property.MsGridRows<string | number> | undefined;
msHighContrastAdjust?: csstype0.Property.MsHighContrastAdjust | undefined;
msHyphenateLimitChars?: csstype0.Property.MsHyphenateLimitChars | undefined;
msHyphenateLimitLines?: csstype0.Property.MsHyphenateLimitLines | undefined;
msHyphenateLimitZone?: csstype0.Property.MsHyphenateLimitZone<string | number> | undefined;
msHyphens?: csstype0.Property.Hyphens | undefined;
msImeAlign?: csstype0.Property.MsImeAlign | undefined;
msLineBreak?: csstype0.Property.LineBreak | undefined;
msOrder?: csstype0.Property.Order | undefined;
msOverflowStyle?: csstype0.Property.MsOverflowStyle | undefined;
msOverflowX?: csstype0.Property.OverflowX | undefined;
msOverflowY?: csstype0.Property.OverflowY | undefined;
msScrollChaining?: csstype0.Property.MsScrollChaining | undefined;
msScrollLimitXMax?: csstype0.Property.MsScrollLimitXMax<string | number> | undefined;
msScrollLimitXMin?: csstype0.Property.MsScrollLimitXMin<string | number> | undefined;
msScrollLimitYMax?: csstype0.Property.MsScrollLimitYMax<string | number> | undefined;
msScrollLimitYMin?: csstype0.Property.MsScrollLimitYMin<string | number> | undefined;
msScrollRails?: csstype0.Property.MsScrollRails | undefined;
msScrollSnapPointsX?: csstype0.Property.MsScrollSnapPointsX | undefined;
msScrollSnapPointsY?: csstype0.Property.MsScrollSnapPointsY | undefined;
msScrollSnapType?: csstype0.Property.MsScrollSnapType | undefined;
msScrollTranslation?: csstype0.Property.MsScrollTranslation | undefined;
msScrollbar3dlightColor?: csstype0.Property.MsScrollbar3dlightColor | undefined;
msScrollbarArrowColor?: csstype0.Property.MsScrollbarArrowColor | undefined;
msScrollbarBaseColor?: csstype0.Property.MsScrollbarBaseColor | undefined;
msScrollbarDarkshadowColor?: csstype0.Property.MsScrollbarDarkshadowColor | undefined;
msScrollbarFaceColor?: csstype0.Property.MsScrollbarFaceColor | undefined;
msScrollbarHighlightColor?: csstype0.Property.MsScrollbarHighlightColor | undefined;
msScrollbarShadowColor?: csstype0.Property.MsScrollbarShadowColor | undefined;
msScrollbarTrackColor?: csstype0.Property.MsScrollbarTrackColor | undefined;
msTextAutospace?: csstype0.Property.MsTextAutospace | undefined;
msTextCombineHorizontal?: csstype0.Property.TextCombineUpright | undefined;
msTextOverflow?: csstype0.Property.TextOverflow | undefined;
msTouchAction?: csstype0.Property.TouchAction | undefined;
msTouchSelect?: csstype0.Property.MsTouchSelect | undefined;
msTransform?: csstype0.Property.Transform | undefined;
msTransformOrigin?: csstype0.Property.TransformOrigin<string | number> | undefined;
msTransitionDelay?: csstype0.Property.TransitionDelay<string & {}> | undefined;
msTransitionDuration?: csstype0.Property.TransitionDuration<string & {}> | undefined;
msTransitionProperty?: csstype0.Property.TransitionProperty | undefined;
msTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined;
msUserSelect?: csstype0.Property.MsUserSelect | undefined;
msWordBreak?: csstype0.Property.WordBreak | undefined;
msWrapFlow?: csstype0.Property.MsWrapFlow | undefined;
msWrapMargin?: csstype0.Property.MsWrapMargin<string | number> | undefined;
msWrapThrough?: csstype0.Property.MsWrapThrough | undefined;
msWritingMode?: csstype0.Property.WritingMode | undefined;
WebkitAlignContent?: csstype0.Property.AlignContent | undefined;
WebkitAlignItems?: csstype0.Property.AlignItems | undefined;
WebkitAlignSelf?: csstype0.Property.AlignSelf | undefined;
WebkitAnimationDelay?: csstype0.Property.AnimationDelay<string & {}> | undefined;
WebkitAnimationDirection?: csstype0.Property.AnimationDirection | undefined;
WebkitAnimationDuration?: csstype0.Property.AnimationDuration<string & {}> | undefined;
WebkitAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined;
WebkitAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined;
WebkitAnimationName?: csstype0.Property.AnimationName | undefined;
WebkitAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined;
WebkitAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined;
WebkitAppearance?: csstype0.Property.WebkitAppearance | undefined;
WebkitBackdropFilter?: csstype0.Property.BackdropFilter | undefined;
WebkitBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined;
WebkitBackgroundClip?: csstype0.Property.BackgroundClip | undefined;
WebkitBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined;
WebkitBackgroundSize?: csstype0.Property.BackgroundSize<string | number> | undefined;
WebkitBorderBeforeColor?: csstype0.Property.WebkitBorderBeforeColor | undefined;
WebkitBorderBeforeStyle?: csstype0.Property.WebkitBorderBeforeStyle | undefined;
WebkitBorderBeforeWidth?: csstype0.Property.WebkitBorderBeforeWidth<string | number> | undefined;
WebkitBorderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius<string | number> | undefined;
WebkitBorderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius<string | number> | undefined;
WebkitBorderImageSlice?: csstype0.Property.BorderImageSlice | undefined;
WebkitBorderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius<string | number> | undefined;
WebkitBorderTopRightRadius?: csstype0.Property.BorderTopRightRadius<string | number> | undefined;
WebkitBoxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined;
WebkitBoxReflect?: csstype0.Property.WebkitBoxReflect<string | number> | undefined;
WebkitBoxShadow?: csstype0.Property.BoxShadow | undefined;
WebkitBoxSizing?: csstype0.Property.BoxSizing | undefined;
WebkitClipPath?: csstype0.Property.ClipPath | undefined;
WebkitColumnCount?: csstype0.Property.ColumnCount | undefined;
WebkitColumnFill?: csstype0.Property.ColumnFill | undefined;
WebkitColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined;
WebkitColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined;
WebkitColumnRuleWidth?: csstype0.Property.ColumnRuleWidth<string | number> | undefined;
WebkitColumnSpan?: csstype0.Property.ColumnSpan | undefined;
WebkitColumnWidth?: csstype0.Property.ColumnWidth<string | number> | undefined;
WebkitFilter?: csstype0.Property.Filter | undefined;
WebkitFlexBasis?: csstype0.Property.FlexBasis<string | number> | undefined;
WebkitFlexDirection?: csstype0.Property.FlexDirection | undefined;
WebkitFlexGrow?: csstype0.Property.FlexGrow | undefined;
WebkitFlexShrink?: csstype0.Property.FlexShrink | undefined;
WebkitFlexWrap?: csstype0.Property.FlexWrap | undefined;
WebkitFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined;
WebkitFontKerning?: csstype0.Property.FontKerning | undefined;
WebkitFontSmoothing?: csstype0.Property.FontSmooth<string | number> | undefined;
WebkitFontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined;
WebkitHyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined;
WebkitHyphens?: csstype0.Property.Hyphens | undefined;
WebkitInitialLetter?: csstype0.Property.InitialLetter | undefined;
WebkitJustifyContent?: csstype0.Property.JustifyContent | undefined;
WebkitLineBreak?: csstype0.Property.LineBreak | undefined;
WebkitLineClamp?: csstype0.Property.WebkitLineClamp | undefined;
WebkitLogicalHeight?: csstype0.Property.BlockSize<string | number> | undefined;
WebkitLogicalWidth?: csstype0.Property.InlineSize<string | number> | undefined;
WebkitMarginEnd?: csstype0.Property.MarginInlineEnd<string | number> | undefined;
WebkitMarginStart?: csstype0.Property.MarginInlineStart<string | number> | undefined;
WebkitMaskAttachment?: csstype0.Property.WebkitMaskAttachment | undefined;
WebkitMaskBoxImageOutset?: csstype0.Property.MaskBorderOutset<string | number> | undefined;
WebkitMaskBoxImageRepeat?: csstype0.Property.MaskBorderRepeat | undefined;
WebkitMaskBoxImageSlice?: csstype0.Property.MaskBorderSlice | undefined;
WebkitMaskB