UNPKG

@spark-web/text-area

Version:

--- title: Text Area storybookPath: forms-textarea--default isExperimentalPackage: false ---

408 lines 343 kB
import type { UseInputStylesProps } from '@spark-web/text-input'; export declare function useTextAreaStyles(props: UseInputStylesProps): readonly [{ readonly flex: 1; readonly position: "relative"; readonly height: "medium"; readonly paddingLeft: "none" | "medium"; readonly paddingRight: "none" | "medium"; readonly width: "full"; }, { readonly height: "auto"; readonly minHeight: number; readonly paddingTop: number; readonly paddingBottom: number; readonly resize: "vertical"; readonly ':enabled': { readonly ':focus + [data-focus-indicator]': { readonly boxShadow: string; readonly outline: string; readonly outlineOffset: string; readonly borderColor: string; } | { readonly outline: string; readonly outlineOffset: string; readonly borderColor: string; }; }; readonly ':focus': { readonly outline: "none"; }; readonly '&[aria-invalid=true]': { readonly color: string; }; readonly accentColor?: import("csstype").Property.AccentColor | import("csstype").Property.AccentColor[] | undefined; readonly alignContent?: import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[] | undefined; readonly alignItems?: import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[] | undefined; readonly alignSelf?: import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[] | undefined; readonly alignTracks?: import("csstype").Property.AlignTracks | import("csstype").Property.AlignTracks[] | undefined; readonly animationComposition?: import("csstype").Property.AnimationComposition | import("csstype").Property.AnimationComposition[] | undefined; readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined; readonly animationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined; readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined; readonly animationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined; readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined; readonly animationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined; readonly animationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined; readonly animationTimeline?: import("csstype").Property.AnimationTimeline | import("csstype").Property.AnimationTimeline[] | undefined; readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined; readonly appearance?: import("csstype").Property.Appearance | import("csstype").Property.Appearance[] | undefined; readonly aspectRatio?: import("csstype").Property.AspectRatio | import("csstype").Property.AspectRatio[] | undefined; readonly backdropFilter?: import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[] | undefined; readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined; readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("csstype").Property.BackgroundAttachment[] | undefined; readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("csstype").Property.BackgroundBlendMode[] | undefined; readonly backgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined; readonly backgroundColor?: import("csstype").Property.BackgroundColor | import("csstype").Property.BackgroundColor[] | undefined; readonly backgroundImage?: import("csstype").Property.BackgroundImage | import("csstype").Property.BackgroundImage[] | undefined; readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined; readonly backgroundPositionX?: string | number | import("csstype").Property.BackgroundPositionX<string | number>[] | undefined; readonly backgroundPositionY?: string | number | import("csstype").Property.BackgroundPositionY<string | number>[] | undefined; readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("csstype").Property.BackgroundRepeat[] | undefined; readonly backgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined; readonly blockOverflow?: import("csstype").Property.BlockOverflow | import("csstype").Property.BlockOverflow[] | undefined; readonly blockSize?: string | number | import("csstype").Property.BlockSize<string | number>[] | undefined; readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | import("csstype").Property.BorderBlockColor[] | undefined; readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("csstype").Property.BorderBlockEndColor[] | undefined; readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("csstype").Property.BorderBlockEndStyle[] | undefined; readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined; readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("csstype").Property.BorderBlockStartColor[] | undefined; readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("csstype").Property.BorderBlockStartStyle[] | undefined; readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined; readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("csstype").Property.BorderBlockStyle[] | undefined; readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("csstype").Property.BorderBlockWidth<string | number>[] | undefined; readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | import("csstype").Property.BorderBottomColor[] | undefined; readonly borderBottomLeftRadius?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined; readonly borderBottomRightRadius?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined; readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("csstype").Property.BorderBottomStyle[] | undefined; readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("csstype").Property.BorderBottomWidth<string | number>[] | undefined; readonly borderCollapse?: import("csstype").Property.BorderCollapse | import("csstype").Property.BorderCollapse[] | undefined; readonly borderEndEndRadius?: string | number | import("csstype").Property.BorderEndEndRadius<string | number>[] | undefined; readonly borderEndStartRadius?: string | number | import("csstype").Property.BorderEndStartRadius<string | number>[] | undefined; readonly borderImageOutset?: string | number | import("csstype").Property.BorderImageOutset<string | number>[] | undefined; readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("csstype").Property.BorderImageRepeat[] | undefined; readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | import("csstype").Property.BorderImageSlice[] | undefined; readonly borderImageSource?: import("csstype").Property.BorderImageSource | import("csstype").Property.BorderImageSource[] | undefined; readonly borderImageWidth?: string | number | import("csstype").Property.BorderImageWidth<string | number>[] | undefined; readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | import("csstype").Property.BorderInlineColor[] | undefined; readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[] | undefined; readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("csstype").Property.BorderInlineEndStyle[] | undefined; readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined; readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[] | undefined; readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined; readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("csstype").Property.BorderInlineStartWidth<string | number>[] | undefined; readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("csstype").Property.BorderInlineStyle[] | undefined; readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("csstype").Property.BorderInlineWidth<string | number>[] | undefined; readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | import("csstype").Property.BorderLeftColor[] | undefined; readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("csstype").Property.BorderLeftStyle[] | undefined; readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("csstype").Property.BorderLeftWidth<string | number>[] | undefined; readonly borderRightColor?: import("csstype").Property.BorderRightColor | import("csstype").Property.BorderRightColor[] | undefined; readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | import("csstype").Property.BorderRightStyle[] | undefined; readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("csstype").Property.BorderRightWidth<string | number>[] | undefined; readonly borderSpacing?: string | number | import("csstype").Property.BorderSpacing<string | number>[] | undefined; readonly borderStartEndRadius?: string | number | import("csstype").Property.BorderStartEndRadius<string | number>[] | undefined; readonly borderStartStartRadius?: string | number | import("csstype").Property.BorderStartStartRadius<string | number>[] | undefined; readonly borderTopColor?: import("csstype").Property.BorderTopColor | import("csstype").Property.BorderTopColor[] | undefined; readonly borderTopLeftRadius?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined; readonly borderTopRightRadius?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined; readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | import("csstype").Property.BorderTopStyle[] | undefined; readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("csstype").Property.BorderTopWidth<string | number>[] | undefined; readonly bottom?: string | number | import("csstype").Property.Bottom<string | number>[] | undefined; readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined; readonly boxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined; readonly boxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined; readonly breakAfter?: import("csstype").Property.BreakAfter | import("csstype").Property.BreakAfter[] | undefined; readonly breakBefore?: import("csstype").Property.BreakBefore | import("csstype").Property.BreakBefore[] | undefined; readonly breakInside?: import("csstype").Property.BreakInside | import("csstype").Property.BreakInside[] | undefined; readonly captionSide?: import("csstype").Property.CaptionSide | import("csstype").Property.CaptionSide[] | undefined; readonly caretColor?: import("csstype").Property.CaretColor | import("csstype").Property.CaretColor[] | undefined; readonly clear?: import("csstype").Property.Clear | import("csstype").Property.Clear[] | undefined; readonly clipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined; readonly color?: import("csstype").Property.Color | import("csstype").Property.Color[] | undefined; readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined; readonly colorScheme?: import("csstype").Property.ColorScheme | import("csstype").Property.ColorScheme[] | undefined; readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined; readonly columnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined; readonly columnGap?: string | number | import("csstype").Property.ColumnGap<string | number>[] | undefined; readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined; readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined; readonly columnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined; readonly columnSpan?: import("csstype").Property.ColumnSpan | import("csstype").Property.ColumnSpan[] | undefined; readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined; readonly contain?: import("csstype").Property.Contain | import("csstype").Property.Contain[] | undefined; readonly content?: import("csstype").Property.Content | import("csstype").Property.Content[] | undefined; readonly contentVisibility?: import("csstype").Property.ContentVisibility | import("csstype").Property.ContentVisibility[] | undefined; readonly counterIncrement?: import("csstype").Property.CounterIncrement | import("csstype").Property.CounterIncrement[] | undefined; readonly counterReset?: import("csstype").Property.CounterReset | import("csstype").Property.CounterReset[] | undefined; readonly counterSet?: import("csstype").Property.CounterSet | import("csstype").Property.CounterSet[] | undefined; readonly cursor?: import("csstype").Property.Cursor | import("csstype").Property.Cursor[] | undefined; readonly direction?: import("csstype").Property.Direction | import("csstype").Property.Direction[] | undefined; readonly display?: import("csstype").Property.Display | import("csstype").Property.Display[] | undefined; readonly emptyCells?: import("csstype").Property.EmptyCells | import("csstype").Property.EmptyCells[] | undefined; readonly filter?: import("csstype").Property.Filter | import("csstype").Property.Filter[] | undefined; readonly flexBasis?: string | number | import("csstype").Property.FlexBasis<string | number>[] | undefined; readonly flexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined; readonly flexGrow?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined; readonly flexShrink?: import("csstype").Property.FlexShrink | import("csstype").Property.FlexShrink[] | undefined; readonly flexWrap?: import("csstype").Property.FlexWrap | import("csstype").Property.FlexWrap[] | undefined; readonly float?: import("csstype").Property.Float | import("csstype").Property.Float[] | undefined; readonly fontFamily?: import("csstype").Property.FontFamily | import("csstype").Property.FontFamily[] | undefined; readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined; readonly fontKerning?: import("csstype").Property.FontKerning | import("csstype").Property.FontKerning[] | undefined; readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined; readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("csstype").Property.FontOpticalSizing[] | undefined; readonly fontSize?: string | number | import("csstype").Property.FontSize<string | number>[] | undefined; readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | undefined; readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined; readonly fontStretch?: import("csstype").Property.FontStretch | import("csstype").Property.FontStretch[] | undefined; readonly fontStyle?: import("csstype").Property.FontStyle | import("csstype").Property.FontStyle[] | undefined; readonly fontSynthesis?: import("csstype").Property.FontSynthesis | import("csstype").Property.FontSynthesis[] | undefined; readonly fontVariant?: import("csstype").Property.FontVariant | import("csstype").Property.FontVariant[] | undefined; readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("csstype").Property.FontVariantAlternates[] | undefined; readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("csstype").Property.FontVariantCaps[] | undefined; readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("csstype").Property.FontVariantEastAsian[] | undefined; readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[] | undefined; readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("csstype").Property.FontVariantNumeric[] | undefined; readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("csstype").Property.FontVariantPosition[] | undefined; readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("csstype").Property.FontVariationSettings[] | undefined; readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | undefined; readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("csstype").Property.ForcedColorAdjust[] | undefined; readonly gridAutoColumns?: string | number | import("csstype").Property.GridAutoColumns<string | number>[] | undefined; readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("csstype").Property.GridAutoFlow[] | undefined; readonly gridAutoRows?: string | number | import("csstype").Property.GridAutoRows<string | number>[] | undefined; readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("csstype").Property.GridColumnEnd[] | undefined; readonly gridColumnStart?: import("csstype").Property.GridColumnStart | import("csstype").Property.GridColumnStart[] | undefined; readonly gridRowEnd?: import("csstype").Property.GridRowEnd | import("csstype").Property.GridRowEnd[] | undefined; readonly gridRowStart?: import("csstype").Property.GridRowStart | import("csstype").Property.GridRowStart[] | undefined; readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("csstype").Property.GridTemplateAreas[] | undefined; readonly gridTemplateColumns?: string | number | import("csstype").Property.GridTemplateColumns<string | number>[] | undefined; readonly gridTemplateRows?: string | number | import("csstype").Property.GridTemplateRows<string | number>[] | undefined; readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("csstype").Property.HangingPunctuation[] | undefined; readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[] | undefined; readonly hyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined; readonly imageOrientation?: import("csstype").Property.ImageOrientation | import("csstype").Property.ImageOrientation[] | undefined; readonly imageRendering?: import("csstype").Property.ImageRendering | import("csstype").Property.ImageRendering[] | undefined; readonly imageResolution?: import("csstype").Property.ImageResolution | import("csstype").Property.ImageResolution[] | undefined; readonly initialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | undefined; readonly inlineSize?: string | number | import("csstype").Property.InlineSize<string | number>[] | undefined; readonly inputSecurity?: import("csstype").Property.InputSecurity | import("csstype").Property.InputSecurity[] | undefined; readonly inset?: string | number | import("csstype").Property.Inset<string | number>[] | undefined; readonly insetBlock?: string | number | import("csstype").Property.InsetBlock<string | number>[] | undefined; readonly insetBlockEnd?: string | number | import("csstype").Property.InsetBlockEnd<string | number>[] | undefined; readonly insetBlockStart?: string | number | import("csstype").Property.InsetBlockStart<string | number>[] | undefined; readonly insetInline?: string | number | import("csstype").Property.InsetInline<string | number>[] | undefined; readonly insetInlineEnd?: string | number | import("csstype").Property.InsetInlineEnd<string | number>[] | undefined; readonly insetInlineStart?: string | number | import("csstype").Property.InsetInlineStart<string | number>[] | undefined; readonly isolation?: import("csstype").Property.Isolation | import("csstype").Property.Isolation[] | undefined; readonly justifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined; readonly justifyItems?: import("csstype").Property.JustifyItems | import("csstype").Property.JustifyItems[] | undefined; readonly justifySelf?: import("csstype").Property.JustifySelf | import("csstype").Property.JustifySelf[] | undefined; readonly justifyTracks?: import("csstype").Property.JustifyTracks | import("csstype").Property.JustifyTracks[] | undefined; readonly left?: string | number | import("csstype").Property.Left<string | number>[] | undefined; readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | import("csstype").Property.LetterSpacing<string | number>[] | undefined; readonly lineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined; readonly lineHeight?: string | number | import("csstype").Property.LineHeight<string | number>[] | undefined; readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("csstype").Property.LineHeightStep<string | number>[] | undefined; readonly listStyleImage?: import("csstype").Property.ListStyleImage | import("csstype").Property.ListStyleImage[] | undefined; readonly listStylePosition?: import("csstype").Property.ListStylePosition | import("csstype").Property.ListStylePosition[] | undefined; readonly listStyleType?: import("csstype").Property.ListStyleType | import("csstype").Property.ListStyleType[] | undefined; readonly marginBlock?: string | number | import("csstype").Property.MarginBlock<string | number>[] | undefined; readonly marginBlockEnd?: string | number | import("csstype").Property.MarginBlockEnd<string | number>[] | undefined; readonly marginBlockStart?: string | number | import("csstype").Property.MarginBlockStart<string | number>[] | undefined; readonly marginBottom?: string | number | import("csstype").Property.MarginBottom<string | number>[] | undefined; readonly marginInline?: string | number | import("csstype").Property.MarginInline<string | number>[] | undefined; readonly marginInlineEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined; readonly marginInlineStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined; readonly marginLeft?: string | number | import("csstype").Property.MarginLeft<string | number>[] | undefined; readonly marginRight?: string | number | import("csstype").Property.MarginRight<string | number>[] | undefined; readonly marginTop?: string | number | import("csstype").Property.MarginTop<string | number>[] | undefined; readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | import("csstype").Property.MaskBorderMode[] | undefined; readonly maskBorderOutset?: string | number | import("csstype").Property.MaskBorderOutset<string | number>[] | undefined; readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[] | undefined; readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("csstype").Property.MaskBorderSlice[] | undefined; readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[] | undefined; readonly maskBorderWidth?: string | number | import("csstype").Property.MaskBorderWidth<string | number>[] | undefined; readonly maskClip?: import("csstype").Property.MaskClip | import("csstype").Property.MaskClip[] | undefined; readonly maskComposite?: import("csstype").Property.MaskComposite | import("csstype").Property.MaskComposite[] | undefined; readonly maskImage?: import("csstype").Property.MaskImage | import("csstype").Property.MaskImage[] | undefined; readonly maskMode?: import("csstype").Property.MaskMode | import("csstype").Property.MaskMode[] | undefined; readonly maskOrigin?: import("csstype").Property.MaskOrigin | import("csstype").Property.MaskOrigin[] | undefined; readonly maskPosition?: string | number | import("csstype").Property.MaskPosition<string | number>[] | undefined; readonly maskRepeat?: import("csstype").Property.MaskRepeat | import("csstype").Property.MaskRepeat[] | undefined; readonly maskSize?: string | number | import("csstype").Property.MaskSize<string | number>[] | undefined; readonly maskType?: import("csstype").Property.MaskType | import("csstype").Property.MaskType[] | undefined; readonly mathDepth?: import("csstype").Property.MathDepth | import("csstype").Property.MathDepth[] | undefined; readonly mathShift?: import("csstype").Property.MathShift | import("csstype").Property.MathShift[] | undefined; readonly mathStyle?: import("csstype").Property.MathStyle | import("csstype").Property.MathStyle[] | undefined; readonly maxBlockSize?: string | number | import("csstype").Property.MaxBlockSize<string | number>[] | undefined; readonly maxHeight?: string | number | import("csstype").Property.MaxHeight<string | number>[] | undefined; readonly maxInlineSize?: string | number | import("csstype").Property.MaxInlineSize<string | number>[] | undefined; readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | undefined; readonly maxWidth?: string | number | import("csstype").Property.MaxWidth<string | number>[] | undefined; readonly minBlockSize?: string | number | import("csstype").Property.MinBlockSize<string | number>[] | undefined; readonly minInlineSize?: string | number | import("csstype").Property.MinInlineSize<string | number>[] | undefined; readonly minWidth?: string | number | import("csstype").Property.MinWidth<string | number>[] | undefined; readonly mixBlendMode?: import("csstype").Property.MixBlendMode | import("csstype").Property.MixBlendMode[] | undefined; readonly motionDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined; readonly motionPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined; readonly motionRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined; readonly objectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined; readonly objectPosition?: string | number | import("csstype").Property.ObjectPosition<string | number>[] | undefined; readonly offsetAnchor?: string | number | import("csstype").Property.OffsetAnchor<string | number>[] | undefined; readonly offsetDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined; readonly offsetPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined; readonly offsetRotate?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined; readonly offsetRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined; readonly opacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined; readonly order?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined; readonly orphans?: import("csstype").Property.Orphans | import("csstype").Property.Orphans[] | undefined; readonly outlineColor?: import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[] | undefined; readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("csstype").Property.OutlineOffset<string | number>[] | undefined; readonly outlineStyle?: import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[] | undefined; readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("csstype").Property.OutlineWidth<string | number>[] | undefined; readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | import("csstype").Property.OverflowAnchor[] | undefined; readonly overflowBlock?: import("csstype").Property.OverflowBlock | import("csstype").Property.OverflowBlock[] | undefined; readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | import("csstype").Property.OverflowClipBox[] | undefined; readonly overflowClipMargin?: string | number | import("csstype").Property.OverflowClipMargin<string | number>[] | undefined; readonly overflowInline?: import("csstype").Property.OverflowInline | import("csstype").Property.OverflowInline[] | undefined; readonly overflowWrap?: import("csstype").Property.OverflowWrap | import("csstype").Property.OverflowWrap[] | undefined; readonly overflowX?: import("csstype").Property.OverflowX | import("csstype").Property.OverflowX[] | undefined; readonly overflowY?: import("csstype").Property.OverflowY | import("csstype").Property.OverflowY[] | undefined; readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("csstype").Property.OverscrollBehaviorBlock[] | undefined; readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("csstype").Property.OverscrollBehaviorInline[] | undefined; readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("csstype").Property.OverscrollBehaviorX[] | undefined; readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("csstype").Property.OverscrollBehaviorY[] | undefined; readonly paddingBlock?: string | number | import("csstype").Property.PaddingBlock<string | number>[] | undefined; readonly paddingBlockEnd?: string | number | import("csstype").Property.PaddingBlockEnd<string | number>[] | undefined; readonly paddingBlockStart?: string | number | import("csstype").Property.PaddingBlockStart<string | number>[] | undefined; readonly paddingInline?: string | number | import("csstype").Property.PaddingInline<string | number>[] | undefined; readonly paddingInlineEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined; readonly paddingInlineStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined; readonly paddingLeft?: string | number | import("csstype").Property.PaddingLeft<string | number>[] | undefined; readonly paddingRight?: string | number | import("csstype").Property.PaddingRight<string | number>[] | undefined; readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("csstype").Property.PageBreakAfter[] | undefined; readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("csstype").Property.PageBreakBefore[] | undefined; readonly pageBreakInside?: import("csstype").Property.PageBreakInside | import("csstype").Property.PageBreakInside[] | undefined; readonly paintOrder?: import("csstype").Property.PaintOrder | import("csstype").Property.PaintOrder[] | undefined; readonly perspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined; readonly perspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined; readonly placeContent?: import("csstype").Property.PlaceContent | import("csstype").Property.PlaceContent[] | undefined; readonly pointerEvents?: import("csstype").Property.PointerEvents | import("csstype").Property.PointerEvents[] | undefined; readonly position?: import("csstype").Property.Position | import("csstype").Property.Position[] | undefined; readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined; readonly quotes?: import("csstype").Property.Quotes | import("csstype").Property.Quotes[] | undefined; readonly right?: string | number | import("csstype").Property.Right<string | number>[] | undefined; readonly rotate?: import("csstype").Property.Rotate | import("csstype").Property.Rotate[] | undefined; readonly rowGap?: string | number | import("csstype").Property.RowGap<string | number>[] | undefined; readonly rubyAlign?: import("csstype").Property.RubyAlign | import("csstype").Property.RubyAlign[] | undefined; readonly rubyMerge?: import("csstype").Property.RubyMerge | import("csstype").Property.RubyMerge[] | undefined; readonly rubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined; readonly scale?: import("csstype").Property.Scale | import("csstype").Property.Scale[] | undefined; readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | import("csstype").Property.ScrollBehavior[] | undefined; readonly scrollMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined; readonly scrollMarginBlock?: string | number | import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined; readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("csstype").Property.ScrollMarginBlockEnd<string | number>[] | undefined; readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("csstype").Property.ScrollMarginBlockStart<string | number>[] | undefined; readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined; readonly scrollMarginInline?: string | number | import("csstype").Property.ScrollMarginInline<string | number>[] | undefined; readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("csstype").Property.ScrollMarginInlineEnd<string | number>[] | undefined; readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("csstype").Property.ScrollMarginInlineStart<string | number>[] | undefined; readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined; readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined; readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined; readonly scrollPadding?: string | number | import("csstype").Property.ScrollPadding<string | number>[] | undefined; readonly scrollPaddingBlock?: string | number | import("csstype").Property.ScrollPaddingBlock<string | number>[] | undefined; readonly scrollPaddingBlockEnd?: string | number | import("csstype").Property.ScrollPaddingBlockEnd<string | number>[] | undefined; readonly scrollPaddingBlockStart?: string | number | import("csstype").Property.ScrollPaddingBlockStart<string | number>[] | undefined; readonly scrollPaddingBottom?: string | number | import("csstype").Property.ScrollPaddingBottom<string | number>[] | undefined; readonly scrollPaddingInline?: string | number | import("csstype").Property.ScrollPaddingInline<string | number>[] | undefined; readonly scrollPaddingInlineEnd?: string | number | import("csstype").Property.ScrollPaddingInlineEnd<string | number>[] | undefined; readonly scrollPaddingInlineStart?: string | number | import("csstype").Property.ScrollPaddingInlineStart<string | number>[] | undefined; readonly scrollPaddingLeft?: string | number | import("csstype").Property.ScrollPaddingLeft<string | number>[] | undefined; readonly scrollPaddingRight?: string | number | import("csstype").Property.ScrollPaddingRight<string | number>[] | undefined; readonly scrollPaddingTop?: string | number | import("csstype").Property.ScrollPaddingTop<string | number>[] | undefined; readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("csstype").Property.ScrollSnapAlign[] | undefined; readonly scrollSnapMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined; readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined; readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined; readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined; readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined; readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("csstype").Property.ScrollSnapStop[] | undefined; readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[] | undefined; readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | import("csstype").Property.ScrollbarColor[] | undefined; readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("csstype").Property.ScrollbarGutter[] | undefined; readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("csstype").Property.ScrollbarWidth[] | undefined; readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("csstype").Property.ShapeImageThreshold[] | undefined; readonly shapeMargin?: string | number | import("csstype").Property.ShapeMargin<string | number>[] | undefined; readonly shapeOutside?: import("csstype").Property.ShapeOutside | import("csstype").Property.ShapeOutside[] | undefined; readonly tabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined; readonly tableLayout?: import("csstype").Property.TableLayout | import("csstype").Property.TableLayout[] | undefined; readonly textAlign?: import("csstype").Property.TextAlign | import("csstype").Property.TextAlign[] | undefined; readonly textAlignLast?: import("csstype").Property.TextAlignLast | import("csstype").Property.TextAlignLast[] | undefined; readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined; readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined; readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined; readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[] | undefined; readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("csstype").Property.TextDecorationSkipInk[] | undefined; readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined; readonly textDecorationThickness?: string | number | import("csstype").Property.TextDecorationThickness<string | number>[] | undefined; readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[] | undefined; readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[] | undefined; readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[] | undefined; readonly textIndent?: string | number | import("csstype").Property.TextIndent<string | number>[] | undefined; readonly textJustify?: import("csstype").Property.TextJustify | import("csstype").Property.TextJustify[] | undefined; readonly textOrientation?: import("csstype").Property.TextOrientation | import("csstype").Property.TextOrientation[] | undefined; readonly textOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined; readonly textRendering?: import("csstype").Property.TextRendering | import("csstype").Property.TextRendering[] | undefined; readonly textShadow?: import("csstype").Property.TextShadow | import("csstype").Property.TextShadow[] | undefined; readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined; readonly textTransform?: import("csstype").Property.TextTransform | import("csstype").Property.TextTransform[] | undefined; readonly textUnderlineOffset?: string | number | import("csstype").Property.TextUnderlineOffset<string | number>[] | undefined; readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[] | undefined; readonly top?: string | number | import("csstype").Property.Top<string | number>[] | undefined; readonly touchAction?: import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[] | undefined; readonly transform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined; readonly transformBox?: import("csstype").Property.TransformBox | import("csstype").Property.TransformBox[] | undefined; readonly transformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined; readonly transformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined; readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined; readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined; readonly transitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined; readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined; readonly translate?: string | number | import("csstype").Property.Translate<string | number>[] | undefined; readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | import("csstype").Property.UnicodeBidi[] | undefined; readonly userSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined; readonly verticalAlign?: string | number | import("csstype").Property.VerticalAlign<string | number>[] | undefined; readonly visibility?: import("csstype").Property.Visibility | import("csstype").Property.Visibility[] | undefined; readonly whiteSpace?: import("csstype").Property.WhiteSpace | import("csstype").Property.WhiteSpace[] | undefined; readonly widows?: import("csstype").Property.Widows | import("csstype").Property.Widows[] | undefined; readonly width?: string | number | import("csstype").Property.Width<string | number>[] | undefined; readonly willChange?: import("csstype").Property.WillChange | import("csstype").Property.WillChange[] | undefined; readonly wordBreak?: import("csstype").Property.WordBreak | import("csstype").Property.WordBreak[] | undefined; readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number> | import("csstype").Property.WordSpacing<string | number>[] | undefined; readonly wordWrap?: import("csstype").Property.WordWrap | import("csstype").Property.WordWrap[] | undefined; readonly writingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined; readonly zIndex?: import("csstype").Property.ZIndex | import("csstype").Property.ZIndex[] | undefined; readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | undefined; readonly all?: import("csstype").Globals | import("csstype").Globals[] | undefined; readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined; readonly background?: string | number | import("csstype").Property.Background<string | number>[] | undefined; readonly backgroundPosition?: string | number | import("csstype").Property.BackgroundPosition<string | number>[] | undefined; readonly border?: string | number | import("csstype").Property.Border<string | number>[] | undefined; readonly borderBlock?: string | number | import("csstype").Property.BorderBlock<string | number>[] | undefined; readonly borderBlockEnd?: string | number | import("csstype").Property.BorderBlockEnd<string | number>[] | undefined; readonly borderBlockStart?: string | number | import("csstype").Property.BorderBlockStart<string | number>[] | undefined; readonly borderBottom?: string | number | import("csstype").Property.BorderBottom<string | number>[] | undefined; readonly borderColor?: import("csstype").Property.BorderColor | import("csstype").Property.BorderColor[] | undefined; readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined; readonly borderInline?: string | number | import("csstype").Property.BorderInline<string | number>[] | undefined; readonly borderInlineEnd?: string | number | import("csstype").Property.BorderInlineEnd<string | number>[] | undefined; readonly borderInlineStart?: string | number | import("csstype").Property.BorderInlineStart<string | number>[] | undefined; readonly borderLeft?: string | number | import("csstype").Property.BorderLeft<string | number>[] | undefined; readonly borderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined; readonly borderRight?: string | number | import("csstype").Property.BorderRight<string | number>[] | undefined; readonly borderStyle?: import("csstype").Property.BorderStyle | import("csstype").Property.BorderStyle[] | undefined; readonly borderTop?: string | number | import("csstype").Property.BorderTop<string | number>[] | undefined; readonly borderWidth?: string | number | import("csstype").Property.BorderWidth<string | number>[] | undefined; readonly columnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined; readonly columns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined; readonly flex?: string | numb