ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
749 lines • 159 kB
TypeScript
import { CSSProperties, VNode, Plugin } from 'vue';
import Ribbon from './Ribbon';
declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
title: string;
prefixCls: string;
color: string;
overflowCount: number;
scrollNumberPrefixCls: string;
}> & Omit<Readonly<{
title: string;
prefixCls: string;
color: string;
overflowCount: number;
scrollNumberPrefixCls: string;
} & {
text?: import("../_util/type").VueNode;
offset?: (string | number)[];
dot?: boolean;
count?: import("../_util/type").VueNode;
status?: "default" | "error" | "success" | "warning" | "processing";
showZero?: boolean;
numberStyle?: CSSProperties;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "prefixCls" | "color" | "overflowCount" | "scrollNumberPrefixCls">;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import("vue").Slot;
}>;
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
$emit: (event: string, ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase<Readonly<{
title: string;
prefixCls: string;
color: string;
overflowCount: number;
scrollNumberPrefixCls: string;
} & {
text?: import("../_util/type").VueNode;
offset?: (string | number)[];
dot?: boolean;
count?: import("../_util/type").VueNode;
status?: "default" | "error" | "success" | "warning" | "processing";
showZero?: boolean;
numberStyle?: CSSProperties;
}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
badgeCount: any;
}, unknown, {}, {
getNumberedDispayCount(): any;
getDispayCount(): any;
getScrollNumberTitle(): string | number;
getStyleWithOffset(): {
alignContent?: string;
alignItems?: string;
alignSelf?: string;
alignTracks?: string;
animationDelay?: string;
animationDirection?: string;
animationDuration?: string;
animationFillMode?: string;
animationIterationCount?: import("csstype").AnimationIterationCountProperty;
animationName?: string;
animationPlayState?: string;
animationTimingFunction?: string;
appearance?: import("csstype").AppearanceProperty;
aspectRatio?: string;
backdropFilter?: string;
backfaceVisibility?: import("csstype").BackfaceVisibilityProperty;
backgroundAttachment?: string;
backgroundBlendMode?: string;
backgroundClip?: string;
backgroundColor?: string;
backgroundImage?: string;
backgroundOrigin?: string;
backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number>;
backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number>;
backgroundRepeat?: string;
backgroundSize?: import("csstype").BackgroundSizeProperty<string | number>;
blockOverflow?: string;
blockSize?: import("csstype").BlockSizeProperty<string | number>;
borderBlockColor?: string;
borderBlockEndColor?: string;
borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty;
borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number>;
borderBlockStartColor?: string;
borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty;
borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number>;
borderBlockStyle?: import("csstype").BorderBlockStyleProperty;
borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number>;
borderBottomColor?: string;
borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number>;
borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number>;
borderBottomStyle?: import("csstype").BorderBottomStyleProperty;
borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number>;
borderCollapse?: import("csstype").BorderCollapseProperty;
borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number>;
borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number>;
borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number>;
borderImageRepeat?: string;
borderImageSlice?: import("csstype").BorderImageSliceProperty;
borderImageSource?: string;
borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number>;
borderInlineColor?: string;
borderInlineEndColor?: string;
borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty;
borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number>;
borderInlineStartColor?: string;
borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty;
borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number>;
borderInlineStyle?: import("csstype").BorderInlineStyleProperty;
borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number>;
borderLeftColor?: string;
borderLeftStyle?: import("csstype").BorderLeftStyleProperty;
borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number>;
borderRightColor?: string;
borderRightStyle?: import("csstype").BorderRightStyleProperty;
borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number>;
borderSpacing?: import("csstype").BorderSpacingProperty<string | number>;
borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number>;
borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number>;
borderTopColor?: string;
borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number>;
borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number>;
borderTopStyle?: import("csstype").BorderTopStyleProperty;
borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number>;
bottom?: import("csstype").BottomProperty<string | number>;
boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty;
boxShadow?: string;
boxSizing?: import("csstype").BoxSizingProperty;
breakAfter?: import("csstype").BreakAfterProperty;
breakBefore?: import("csstype").BreakBeforeProperty;
breakInside?: import("csstype").BreakInsideProperty;
captionSide?: import("csstype").CaptionSideProperty;
caretColor?: string;
clear?: import("csstype").ClearProperty;
clipPath?: string;
color?: string;
colorAdjust?: import("csstype").ColorAdjustProperty;
colorScheme?: string;
columnCount?: import("csstype").ColumnCountProperty;
columnFill?: import("csstype").ColumnFillProperty;
columnGap?: import("csstype").ColumnGapProperty<string | number>;
columnRuleColor?: string;
columnRuleStyle?: string;
columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number>;
columnSpan?: import("csstype").ColumnSpanProperty;
columnWidth?: import("csstype").ColumnWidthProperty<string | number>;
contain?: string;
content?: string;
contentVisibility?: import("csstype").ContentVisibilityProperty;
counterIncrement?: string;
counterReset?: string;
counterSet?: string;
cursor?: string;
direction?: import("csstype").DirectionProperty;
display?: string;
emptyCells?: import("csstype").EmptyCellsProperty;
filter?: string;
flexBasis?: import("csstype").FlexBasisProperty<string | number>;
flexDirection?: import("csstype").FlexDirectionProperty;
flexGrow?: import("csstype").GlobalsNumber;
flexShrink?: import("csstype").GlobalsNumber;
flexWrap?: import("csstype").FlexWrapProperty;
float?: import("csstype").FloatProperty;
fontFamily?: string;
fontFeatureSettings?: string;
fontKerning?: import("csstype").FontKerningProperty;
fontLanguageOverride?: string;
fontOpticalSizing?: import("csstype").FontOpticalSizingProperty;
fontSize?: import("csstype").FontSizeProperty<string | number>;
fontSizeAdjust?: import("csstype").FontSizeAdjustProperty;
fontSmooth?: import("csstype").FontSmoothProperty<string | number>;
fontStretch?: string;
fontStyle?: string;
fontSynthesis?: string;
fontVariant?: string;
fontVariantCaps?: import("csstype").FontVariantCapsProperty;
fontVariantEastAsian?: string;
fontVariantLigatures?: string;
fontVariantNumeric?: string;
fontVariantPosition?: import("csstype").FontVariantPositionProperty;
fontVariationSettings?: string;
fontWeight?: import("csstype").FontWeightProperty;
forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty;
gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number>;
gridAutoFlow?: string;
gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number>;
gridColumnEnd?: import("csstype").GridColumnEndProperty;
gridColumnStart?: import("csstype").GridColumnStartProperty;
gridRowEnd?: import("csstype").GridRowEndProperty;
gridRowStart?: import("csstype").GridRowStartProperty;
gridTemplateAreas?: string;
gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number>;
gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number>;
hangingPunctuation?: string;
height?: import("csstype").HeightProperty<string | number>;
hyphens?: import("csstype").HyphensProperty;
imageOrientation?: string;
imageRendering?: import("csstype").ImageRenderingProperty;
imageResolution?: string;
initialLetter?: import("csstype").InitialLetterProperty;
inlineSize?: import("csstype").InlineSizeProperty<string | number>;
inset?: import("csstype").InsetProperty<string | number>;
insetBlock?: import("csstype").InsetBlockProperty<string | number>;
insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number>;
insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number>;
insetInline?: import("csstype").InsetInlineProperty<string | number>;
insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number>;
insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number>;
isolation?: import("csstype").IsolationProperty;
justifyContent?: string;
justifyItems?: string;
justifySelf?: string;
justifyTracks?: string;
left?: import("csstype").LeftProperty<string | number>;
letterSpacing?: import("csstype").LetterSpacingProperty<string | number>;
lineBreak?: import("csstype").LineBreakProperty;
lineHeight?: import("csstype").LineHeightProperty<string | number>;
lineHeightStep?: import("csstype").LineHeightStepProperty<string | number>;
listStyleImage?: string;
listStylePosition?: import("csstype").ListStylePositionProperty;
listStyleType?: string;
marginBlock?: import("csstype").MarginBlockProperty<string | number>;
marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number>;
marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number>;
marginBottom?: import("csstype").MarginBottomProperty<string | number>;
marginInline?: import("csstype").MarginInlineProperty<string | number>;
marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number>;
marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number>;
marginLeft?: import("csstype").MarginLeftProperty<string | number>;
marginRight?: import("csstype").MarginRightProperty<string | number>;
marginTop?: import("csstype").MarginTopProperty<string | number>;
maskBorderMode?: import("csstype").MaskBorderModeProperty;
maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number>;
maskBorderRepeat?: string;
maskBorderSlice?: import("csstype").MaskBorderSliceProperty;
maskBorderSource?: string;
maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number>;
maskClip?: string;
maskComposite?: string;
maskImage?: string;
maskMode?: string;
maskOrigin?: string;
maskPosition?: import("csstype").MaskPositionProperty<string | number>;
maskRepeat?: string;
maskSize?: import("csstype").MaskSizeProperty<string | number>;
maskType?: import("csstype").MaskTypeProperty;
mathStyle?: import("csstype").MathStyleProperty;
maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number>;
maxHeight?: import("csstype").MaxHeightProperty<string | number>;
maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number>;
maxLines?: import("csstype").MaxLinesProperty;
maxWidth?: import("csstype").MaxWidthProperty<string | number>;
minBlockSize?: import("csstype").MinBlockSizeProperty<string | number>;
minHeight?: import("csstype").MinHeightProperty<string | number>;
minInlineSize?: import("csstype").MinInlineSizeProperty<string | number>;
minWidth?: import("csstype").MinWidthProperty<string | number>;
mixBlendMode?: import("csstype").MixBlendModeProperty;
motionDistance?: import("csstype").OffsetDistanceProperty<string | number>;
motionPath?: string;
motionRotation?: string;
objectFit?: import("csstype").ObjectFitProperty;
objectPosition?: import("csstype").ObjectPositionProperty<string | number>;
offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number>;
offsetDistance?: import("csstype").OffsetDistanceProperty<string | number>;
offsetPath?: string;
offsetRotate?: string;
offsetRotation?: string;
opacity?: import("csstype").OpacityProperty;
order?: import("csstype").GlobalsNumber;
orphans?: import("csstype").GlobalsNumber;
outlineColor?: string;
outlineOffset?: import("csstype").OutlineOffsetProperty<string | number>;
outlineStyle?: string;
outlineWidth?: import("csstype").OutlineWidthProperty<string | number>;
overflowAnchor?: import("csstype").OverflowAnchorProperty;
overflowBlock?: import("csstype").OverflowBlockProperty;
overflowClipBox?: import("csstype").OverflowClipBoxProperty;
overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number>;
overflowInline?: import("csstype").OverflowInlineProperty;
overflowWrap?: import("csstype").OverflowWrapProperty;
overflowX?: import("csstype").OverflowXProperty;
overflowY?: import("csstype").OverflowYProperty;
overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty;
overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty;
overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty;
overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty;
paddingBlock?: import("csstype").PaddingBlockProperty<string | number>;
paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number>;
paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number>;
paddingBottom?: import("csstype").PaddingBottomProperty<string | number>;
paddingInline?: import("csstype").PaddingInlineProperty<string | number>;
paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number>;
paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number>;
paddingLeft?: import("csstype").PaddingLeftProperty<string | number>;
paddingRight?: import("csstype").PaddingRightProperty<string | number>;
paddingTop?: import("csstype").PaddingTopProperty<string | number>;
pageBreakAfter?: import("csstype").PageBreakAfterProperty;
pageBreakBefore?: import("csstype").PageBreakBeforeProperty;
pageBreakInside?: import("csstype").PageBreakInsideProperty;
paintOrder?: string;
perspective?: import("csstype").PerspectiveProperty<string | number>;
perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number>;
placeContent?: string;
pointerEvents?: import("csstype").PointerEventsProperty;
position?: import("csstype").PositionProperty;
quotes?: string;
resize?: import("csstype").ResizeProperty;
right?: import("csstype").RightProperty<string | number>;
rotate?: string;
rowGap?: import("csstype").RowGapProperty<string | number>;
rubyAlign?: import("csstype").RubyAlignProperty;
rubyMerge?: import("csstype").RubyMergeProperty;
rubyPosition?: string;
scale?: import("csstype").ScaleProperty;
scrollBehavior?: import("csstype").ScrollBehaviorProperty;
scrollMargin?: import("csstype").ScrollMarginProperty<string | number>;
scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number>;
scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number>;
scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number>;
scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number>;
scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number>;
scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number>;
scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number>;
scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number>;
scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number>;
scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number>;
scrollPadding?: import("csstype").ScrollPaddingProperty<string | number>;
scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number>;
scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number>;
scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number>;
scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number>;
scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number>;
scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number>;
scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number>;
scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number>;
scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number>;
scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number>;
scrollSnapAlign?: string;
scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number>;
scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number>;
scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number>;
scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number>;
scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number>;
scrollSnapStop?: import("csstype").ScrollSnapStopProperty;
scrollSnapType?: string;
scrollbarColor?: string;
scrollbarGutter?: string;
scrollbarWidth?: import("csstype").ScrollbarWidthProperty;
shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty;
shapeMargin?: import("csstype").ShapeMarginProperty<string | number>;
shapeOutside?: string;
tabSize?: import("csstype").TabSizeProperty<string | number>;
tableLayout?: import("csstype").TableLayoutProperty;
textAlign?: import("csstype").TextAlignProperty;
textAlignLast?: import("csstype").TextAlignLastProperty;
textCombineUpright?: string;
textDecorationColor?: string;
textDecorationLine?: string;
textDecorationSkip?: string;
textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty;
textDecorationStyle?: import("csstype").TextDecorationStyleProperty;
textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number>;
textDecorationWidth?: import("csstype").TextDecorationThicknessProperty<string | number>;
textEmphasisColor?: string;
textEmphasisPosition?: string;
textEmphasisStyle?: string;
textIndent?: import("csstype").TextIndentProperty<string | number>;
textJustify?: import("csstype").TextJustifyProperty;
textOrientation?: import("csstype").TextOrientationProperty;
textOverflow?: string;
textRendering?: import("csstype").TextRenderingProperty;
textShadow?: string;
textSizeAdjust?: string;
textTransform?: import("csstype").TextTransformProperty;
textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number>;
textUnderlinePosition?: string;
top?: import("csstype").TopProperty<string | number>;
touchAction?: string;
transform?: string;
transformBox?: import("csstype").TransformBoxProperty;
transformOrigin?: import("csstype").TransformOriginProperty<string | number>;
transformStyle?: import("csstype").TransformStyleProperty;
transitionDelay?: string;
transitionDuration?: string;
transitionProperty?: string;
transitionTimingFunction?: string;
translate?: import("csstype").TranslateProperty<string | number>;
unicodeBidi?: import("csstype").UnicodeBidiProperty;
userSelect?: import("csstype").UserSelectProperty;
verticalAlign?: import("csstype").VerticalAlignProperty<string | number>;
visibility?: import("csstype").VisibilityProperty;
whiteSpace?: import("csstype").WhiteSpaceProperty;
widows?: import("csstype").GlobalsNumber;
width?: import("csstype").WidthProperty<string | number>;
willChange?: string;
wordBreak?: import("csstype").WordBreakProperty;
wordSpacing?: import("csstype").WordSpacingProperty<string | number>;
wordWrap?: import("csstype").WordWrapProperty;
writingMode?: import("csstype").WritingModeProperty;
zIndex?: import("csstype").ZIndexProperty;
zoom?: import("csstype").ZoomProperty;
all?: import("csstype").Globals;
animation?: import("csstype").AnimationProperty;
background?: import("csstype").BackgroundProperty<string | number>;
backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number>;
border?: import("csstype").BorderProperty<string | number>;
borderBlock?: import("csstype").BorderBlockProperty<string | number>;
borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number>;
borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number>;
borderBottom?: import("csstype").BorderBottomProperty<string | number>;
borderColor?: string;
borderImage?: import("csstype").BorderImageProperty;
borderInline?: import("csstype").BorderInlineProperty<string | number>;
borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number>;
borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number>;
borderLeft?: import("csstype").BorderLeftProperty<string | number>;
borderRadius?: import("csstype").BorderRadiusProperty<string | number>;
borderRight?: import("csstype").BorderRightProperty<string | number>;
borderStyle?: string;
borderTop?: import("csstype").BorderTopProperty<string | number>;
borderWidth?: import("csstype").BorderWidthProperty<string | number>;
columnRule?: import("csstype").ColumnRuleProperty<string | number>;
columns?: import("csstype").ColumnsProperty<string | number>;
flex?: import("csstype").FlexProperty<string | number>;
flexFlow?: string;
font?: string;
gap?: import("csstype").GapProperty<string | number>;
grid?: string;
gridArea?: import("csstype").GridAreaProperty;
gridColumn?: import("csstype").GridColumnProperty;
gridRow?: import("csstype").GridRowProperty;
gridTemplate?: string;
lineClamp?: import("csstype").LineClampProperty;
listStyle?: string;
margin?: import("csstype").MarginProperty<string | number>;
mask?: import("csstype").MaskProperty<string | number>;
maskBorder?: import("csstype").MaskBorderProperty;
motion?: import("csstype").OffsetProperty<string | number>;
offset?: import("csstype").OffsetProperty<string | number>;
outline?: import("csstype").OutlineProperty<string | number>;
overflow?: string;
overscrollBehavior?: string;
padding?: import("csstype").PaddingProperty<string | number>;
placeItems?: string;
placeSelf?: string;
textDecoration?: import("csstype").TextDecorationProperty<string | number>;
textEmphasis?: string;
transition?: string;
MozAnimationDelay?: string;
MozAnimationDirection?: string;
MozAnimationDuration?: string;
MozAnimationFillMode?: string;
MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty;
MozAnimationName?: string;
MozAnimationPlayState?: string;
MozAnimationTimingFunction?: string;
MozAppearance?: import("csstype").MozAppearanceProperty;
MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty;
MozBorderBottomColors?: string;
MozBorderEndColor?: string;
MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty;
MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number>;
MozBorderLeftColors?: string;
MozBorderRightColors?: string;
MozBorderStartColor?: string;
MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty;
MozBorderTopColors?: string;
MozBoxSizing?: import("csstype").BoxSizingProperty;
MozColumnCount?: import("csstype").ColumnCountProperty;
MozColumnFill?: import("csstype").ColumnFillProperty;
MozColumnGap?: import("csstype").ColumnGapProperty<string | number>;
MozColumnRuleColor?: string;
MozColumnRuleStyle?: string;
MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number>;
MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number>;
MozContextProperties?: string;
MozFontFeatureSettings?: string;
MozFontLanguageOverride?: string;
MozHyphens?: import("csstype").HyphensProperty;
MozImageRegion?: string;
MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number>;
MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number>;
MozOrient?: import("csstype").MozOrientProperty;
MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number>;
MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number>;
MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number>;
MozPerspective?: import("csstype").PerspectiveProperty<string | number>;
MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number>;
MozStackSizing?: import("csstype").MozStackSizingProperty;
MozTabSize?: import("csstype").TabSizeProperty<string | number>;
MozTextBlink?: import("csstype").MozTextBlinkProperty;
MozTextSizeAdjust?: string;
MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number>;
MozTransformStyle?: import("csstype").TransformStyleProperty;
MozTransitionDelay?: string;
MozTransitionDuration?: string;
MozTransitionProperty?: string;
MozTransitionTimingFunction?: string;
MozUserFocus?: import("csstype").MozUserFocusProperty;
MozUserModify?: import("csstype").MozUserModifyProperty;
MozUserSelect?: import("csstype").UserSelectProperty;
MozWindowDragging?: import("csstype").MozWindowDraggingProperty;
MozWindowShadow?: import("csstype").MozWindowShadowProperty;
msAccelerator?: import("csstype").MsAcceleratorProperty;
msAlignSelf?: string;
msBlockProgression?: import("csstype").MsBlockProgressionProperty;
msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty;
msContentZoomLimitMax?: string;
msContentZoomLimitMin?: string;
msContentZoomSnapPoints?: string;
msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty;
msContentZooming?: import("csstype").MsContentZoomingProperty;
msFilter?: string;
msFlexDirection?: import("csstype").FlexDirectionProperty;
msFlexPositive?: import("csstype").GlobalsNumber;
msFlowFrom?: string;
msFlowInto?: string;
msGridColumns?: import("csstype").MsGridColumnsProperty<string | number>;
msGridRows?: import("csstype").MsGridRowsProperty<string | number>;
msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty;
msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty;
msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty;
msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number>;
msHyphens?: import("csstype").HyphensProperty;
msImeAlign?: import("csstype").MsImeAlignProperty;
msJustifySelf?: string;
msLineBreak?: import("csstype").LineBreakProperty;
msOrder?: import("csstype").GlobalsNumber;
msOverflowStyle?: import("csstype").MsOverflowStyleProperty;
msOverflowX?: import("csstype").OverflowXProperty;
msOverflowY?: import("csstype").OverflowYProperty;
msScrollChaining?: import("csstype").MsScrollChainingProperty;
msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number>;
msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number>;
msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number>;
msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number>;
msScrollRails?: import("csstype").MsScrollRailsProperty;
msScrollSnapPointsX?: string;
msScrollSnapPointsY?: string;
msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty;
msScrollTranslation?: import("csstype").MsScrollTranslationProperty;
msScrollbar3dlightColor?: string;
msScrollbarArrowColor?: string;
msScrollbarBaseColor?: string;
msScrollbarDarkshadowColor?: string;
msScrollbarFaceColor?: string;
msScrollbarHighlightColor?: string;
msScrollbarShadowColor?: string;
msTextAutospace?: import("csstype").MsTextAutospaceProperty;
msTextCombineHorizontal?: string;
msTextOverflow?: string;
msTouchAction?: string;
msTouchSelect?: import("csstype").MsTouchSelectProperty;
msTransform?: string;
msTransformOrigin?: import("csstype").TransformOriginProperty<string | number>;
msTransitionDelay?: string;
msTransitionDuration?: string;
msTransitionProperty?: string;
msTransitionTimingFunction?: string;
msUserSelect?: import("csstype").MsUserSelectProperty;
msWordBreak?: import("csstype").WordBreakProperty;
msWrapFlow?: import("csstype").MsWrapFlowProperty;
msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number>;
msWrapThrough?: import("csstype").MsWrapThroughProperty;
msWritingMode?: import("csstype").WritingModeProperty;
WebkitAlignContent?: string;
WebkitAlignItems?: string;
WebkitAlignSelf?: string;
WebkitAnimationDelay?: string;
WebkitAnimationDirection?: string;
WebkitAnimationDuration?: string;
WebkitAnimationFillMode?: string;
WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty;
WebkitAnimationName?: string;
WebkitAnimationPlayState?: string;
WebkitAnimationTimingFunction?: string;
WebkitAppearance?: import("csstype").WebkitAppearanceProperty;
WebkitBackdropFilter?: string;
WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty;
WebkitBackgroundClip?: string;
WebkitBackgroundOrigin?: string;
WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number>;
WebkitBorderBeforeColor?: string;
WebkitBorderBeforeStyle?: string;
WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number>;
WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number>;
WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number>;
WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty;
WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number>;
WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number>;
WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty;
WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number>;
WebkitBoxShadow?: string;
WebkitBoxSizing?: import("csstype").BoxSizingProperty;
WebkitClipPath?: string;
WebkitColumnCount?: import("csstype").ColumnCountProperty;
WebkitColumnFill?: import("csstype").ColumnFillProperty;
WebkitColumnGap?: import("csstype").ColumnGapProperty<string | number>;
WebkitColumnRuleColor?: string;
WebkitColumnRuleStyle?: string;
WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number>;
WebkitColumnSpan?: import("csstype").ColumnSpanProperty;
WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number>;
WebkitFilter?: string;
WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number>;
WebkitFlexDirection?: import("csstype").FlexDirectionProperty;
WebkitFlexGrow?: import("csstype").GlobalsNumber;
WebkitFlexShrink?: import("csstype").GlobalsNumber;
WebkitFlexWrap?: import("csstype").FlexWrapProperty;
WebkitFontFeatureSettings?: string;
WebkitFontKerning?: import("csstype").FontKerningProperty;
WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number>;
WebkitFontVariantLigatures?: string;
WebkitHyphens?: import("csstype").HyphensProperty;
WebkitJustifyContent?: string;
WebkitLineBreak?: import("csstype").LineBreakProperty;
WebkitLineClamp?: import("csstype").WebkitLineClampProperty;
WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number>;
WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number>;
WebkitMaskAttachment?: string;
WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number>;
WebkitMaskBoxImageRepeat?: string;
WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty;
WebkitMaskBoxImageSource?: string;
WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number>;
WebkitMaskClip?: string;
WebkitMaskComposite?: string;
WebkitMaskImage?: string;
WebkitMaskOrigin?: string;
WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number>;
WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number>;
WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number>;
WebkitMaskRepeat?: string;
WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty;
WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty;
WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number>;
WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number>;
WebkitOrder?: import("csstype").GlobalsNumber;
WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty;
WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number>;
WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number>;
WebkitPerspective?: import("csstype").PerspectiveProperty<string | number>;
WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number>;
WebkitPrintColorAdjust?: import("csstype").ColorAdjustProperty;
WebkitRubyPosition?: string;
WebkitScrollSnapType?: string;
WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number>;
WebkitTapHighlightColor?: string;
WebkitTextCombine?: string;
WebkitTextDecorationColor?: string;
WebkitTextDecorationLine?: string;
WebkitTextDecorationSkip?: string;
WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty;
WebkitTextEmphasisColor?: string;
WebkitTextEmphasisPosition?: string;
WebkitTextEmphasisStyle?: string;
WebkitTextFillColor?: string;
WebkitTextOrientation?: import("csstype").TextOrientationProperty;
WebkitTextSizeAdjust?: string;
WebkitTextStrokeColor?: string;
WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number>;
WebkitTextUnderlinePosition?: string;
WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty;
WebkitTransform?: string;
WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number>;
WebkitTransformStyle?: import("csstype").TransformStyleProperty;
WebkitTransitionDelay?: string;
WebkitTransitionDuration?: string;
WebkitTransitionProperty?: string;
WebkitTransitionTimingFunction?: string;
WebkitUserModify?: import("csstype").WebkitUserModifyProperty;
WebkitUserSelect?: import("csstype").UserSelectProperty;
WebkitWritingMode?: import("csstype").WritingModeProperty;
MozAnimation?: import("csstype").AnimationProperty;
MozBorderImage?: import("csstype").BorderImageProperty;
MozColumnRule?: import("csstype").ColumnRuleProperty<string | number>;
MozColumns?: import("csstype").ColumnsProperty<string | number>;
MozTransition?: string;
msContentZoomLimit?: string;
msContentZoomSnap?: string;
msFlex?: import("csstype").FlexProperty<string | number>;
msScrollLimit?: string;
msScrollSnapX?: string;
msScrollSnapY?: string;
msTransition?: string;
WebkitAnimation?: import("csstype").AnimationProperty;
WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number>;
WebkitBorderImage?: import("csstype").BorderImageProperty;
WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number>;
WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number>;
WebkitColumns?: import("csstype").ColumnsProperty<string | number>;
WebkitFlex?: import("csstype").FlexProperty<string | number>;
WebkitFlexFlow?: string;
WebkitMask?: import("csstype").WebkitMaskProperty<string | number>;
WebkitMaskBoxImage?: import("csstype").MaskBorderProperty;
WebkitTextEmphasis?: string;
WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number>;
WebkitTransition?: string;
azimuth?: string;
boxAlign?: import("csstype").BoxAlignProperty;
boxDirection?: import("csstype").BoxDirectionProperty;
boxFlex?: import("csstype").GlobalsNumber;
boxFlexGroup?: import("csstype").GlobalsNumber;
boxLines?: import("csstype").BoxLinesProperty;
boxOrdinalGroup?: import("csstype").GlobalsNumber;
boxOrient?: import("csstype").BoxOrientProperty;
boxPack?: import("csstype").BoxPackProperty;
clip?: string;
fontVariantAlternates?: string;
gridColumnGap?: import("csstype").GridColumnGapProperty<string | number>;
gridGap?: import("csstype").GridGapProperty<string | number>;
gridRowGap?: import("csstype").GridRowGapProperty<string | number>;
imeMode?: import("csstype").ImeModeProperty;
offsetBlock?: import("csstype").InsetBlockProperty<string | number>;
offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number>;
offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number>;
offsetInline?: import("csstype").InsetInlineProperty<string | number>;
offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number>;
offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number>;
scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number>;
scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number>;
scrollSnapPointsX?: string;
scrollSnapPointsY?: string;
scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty;
scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty;
scrollbarTrackColor?: string;
KhtmlBoxAlign?: import("csstype").BoxAlignProperty;
KhtmlBoxDirection?: import("csstype").BoxDirectionProperty;
KhtmlBoxFlex?: import("csstype").GlobalsNumber;
KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber;
KhtmlBoxLines?: import("csstype").BoxLinesProperty;
KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber;
KhtmlBoxOrient?: import("csstype").BoxOrientProperty;
KhtmlBoxPack?: import("csstype").BoxPackProperty;
KhtmlLineBreak?: import("csstype").LineBreakProperty;
KhtmlOpacity?: import("csstype").OpacityProperty;
KhtmlUserSelect?: import("csstype").UserSelectProperty;
MozBackgroundCl