ydb-embedded-ui 8.14.0 → 8.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ComponentsProvider/ComponentsProvider.d.ts +4 -0
- package/dist/components/ComponentsProvider/componentsRegistry.d.ts +3 -0
- package/dist/components/ComponentsProvider/componentsRegistry.js +3 -1
- package/dist/components/ComponentsProvider/componentsRegistry.js.map +1 -1
- package/dist/components/ConnectToDB/ConnectToDBDialog.js +2 -2
- package/dist/components/ConnectToDB/ConnectToDBDialog.js.map +1 -1
- package/dist/components/ConnectToDB/i18n/en.json +0 -1
- package/dist/components/ConnectToDB/i18n/index.d.ts +1 -1
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.d.ts +1 -3
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +3 -1
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js.map +1 -1
- package/dist/components/ShardsTable/ShardsTable.d.ts +9 -0
- package/dist/components/ShardsTable/ShardsTable.js +18 -0
- package/dist/components/ShardsTable/ShardsTable.js.map +1 -0
- package/dist/components/ShardsTable/columns.d.ts +11 -0
- package/dist/components/ShardsTable/columns.js +107 -0
- package/dist/components/ShardsTable/columns.js.map +1 -0
- package/dist/{containers/Tenant/Diagnostics/TopShards/columns → components/ShardsTable}/constants.d.ts +2 -3
- package/dist/{containers/Tenant/Diagnostics/TopShards/columns → components/ShardsTable}/constants.js +1 -1
- package/dist/components/ShardsTable/constants.js.map +1 -0
- package/dist/components/ShardsTable/i18n/index.d.ts +2 -0
- package/dist/components/ShardsTable/i18n/index.js +5 -0
- package/dist/components/ShardsTable/i18n/index.js.map +1 -0
- package/dist/components/ShardsTable/types.d.ts +7 -0
- package/dist/components/ShardsTable/types.js +2 -0
- package/dist/components/ShardsTable/types.js.map +1 -0
- package/dist/components/ShardsTable/utils.d.ts +2 -0
- package/dist/components/ShardsTable/utils.js +9 -0
- package/dist/components/ShardsTable/utils.js.map +1 -0
- package/dist/components/SyntaxHighlighter/YDBSyntaxHighlighter.d.ts +11 -0
- package/dist/components/SyntaxHighlighter/YDBSyntaxHighlighter.js +38 -0
- package/dist/components/SyntaxHighlighter/YDBSyntaxHighlighter.js.map +1 -0
- package/dist/components/{ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.scss → SyntaxHighlighter/YDBSyntaxHighlighter.scss} +5 -7
- package/dist/components/SyntaxHighlighter/i18n/en.json +3 -0
- package/dist/components/SyntaxHighlighter/i18n/index.d.ts +2 -0
- package/dist/components/SyntaxHighlighter/i18n/index.js +5 -0
- package/dist/components/SyntaxHighlighter/i18n/index.js.map +1 -0
- package/dist/components/SyntaxHighlighter/lazy.d.ts +7 -0
- package/dist/components/SyntaxHighlighter/lazy.js +3 -0
- package/dist/components/SyntaxHighlighter/lazy.js.map +1 -0
- package/dist/components/SyntaxHighlighter/shared.d.ts +1 -0
- package/dist/components/SyntaxHighlighter/shared.js +3 -0
- package/dist/components/SyntaxHighlighter/shared.js.map +1 -0
- package/dist/components/{YqlHighlighter/yql.d.ts → SyntaxHighlighter/themes.d.ts} +1685 -7
- package/dist/components/SyntaxHighlighter/themes.js +117 -0
- package/dist/components/SyntaxHighlighter/themes.js.map +1 -0
- package/dist/components/SyntaxHighlighter/types.d.ts +1 -0
- package/dist/components/SyntaxHighlighter/types.js +2 -0
- package/dist/components/SyntaxHighlighter/types.js.map +1 -0
- package/dist/components/SyntaxHighlighter/yql.d.ts +5 -0
- package/dist/components/{YqlHighlighter → SyntaxHighlighter}/yql.js +2 -83
- package/dist/components/SyntaxHighlighter/yql.js.map +1 -0
- package/dist/components/TruncatedQuery/TruncatedQuery.js +3 -3
- package/dist/components/TruncatedQuery/TruncatedQuery.js.map +1 -1
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TransferInfo/TransferInfo.js +2 -2
- package/dist/containers/Tenant/Diagnostics/Overview/TransferInfo/TransferInfo.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +4 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +3 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.js +5 -2
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +21 -36
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/utils.js +1 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/utils.js.map +1 -1
- package/dist/containers/Tenant/Info/View/View.js +2 -2
- package/dist/containers/Tenant/Info/View/View.js.map +1 -1
- package/dist/store/reducers/cluster/cluster.js +1 -1
- package/dist/store/reducers/cluster/cluster.js.map +1 -1
- package/dist/store/reducers/cluster/utils.d.ts +1 -1
- package/dist/store/reducers/cluster/utils.js +5 -4
- package/dist/store/reducers/cluster/utils.js.map +1 -1
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +24 -20
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js.map +1 -1
- package/dist/store/reducers/executeTopQueries/utils.d.ts +1 -1
- package/dist/store/reducers/executeTopQueries/utils.js +4 -4
- package/dist/store/reducers/executeTopQueries/utils.js.map +1 -1
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +1 -1
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +11 -12
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js.map +1 -1
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +1 -1
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +9 -9
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js.map +1 -1
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +5 -6
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js.map +1 -1
- package/dist/utils/constants.d.ts +1 -0
- package/dist/utils/constants.js +1 -0
- package/dist/utils/constants.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.d.ts +0 -9
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.js +0 -55
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/ConnectToDBSyntaxHighlighter.js.map +0 -1
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/lazy.d.ts +0 -5
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/lazy.js +0 -3
- package/dist/components/ConnectToDB/ConnectToDBSyntaxHighlighter/lazy.js.map +0 -1
- package/dist/components/YqlHighlighter/YqlHighlighter.d.ts +0 -6
- package/dist/components/YqlHighlighter/YqlHighlighter.js +0 -13
- package/dist/components/YqlHighlighter/YqlHighlighter.js.map +0 -1
- package/dist/components/YqlHighlighter/yql.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/columns.d.ts +0 -5
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/columns.js +0 -82
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/columns.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/constants.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/i18n/index.js +0 -5
- package/dist/containers/Tenant/Diagnostics/TopShards/columns/i18n/index.js.map +0 -1
- /package/dist/{containers/Tenant/Diagnostics/TopShards/columns → components/ShardsTable}/i18n/en.json +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const
|
1
|
+
export declare const lightTransparent: {
|
2
2
|
'pre[class*="language-"]': {
|
3
3
|
background: string;
|
4
4
|
margin: number;
|
@@ -1681,7 +1681,7 @@ export declare const light: {
|
|
1681
1681
|
color: string;
|
1682
1682
|
};
|
1683
1683
|
};
|
1684
|
-
export declare const
|
1684
|
+
export declare const darkTransparent: {
|
1685
1685
|
'pre[class*="language-"]': {
|
1686
1686
|
background: string;
|
1687
1687
|
margin: number;
|
@@ -3364,8 +3364,1686 @@ export declare const dark: {
|
|
3364
3364
|
color: string;
|
3365
3365
|
};
|
3366
3366
|
};
|
3367
|
-
export declare function
|
3368
|
-
|
3369
|
-
|
3370
|
-
|
3371
|
-
|
3367
|
+
export declare function useSyntaxHighlighterStyle(transparentBackground?: boolean): {
|
3368
|
+
'pre[class*="language-"]': {
|
3369
|
+
background: string;
|
3370
|
+
margin: number;
|
3371
|
+
accentColor?: import("csstype").Property.AccentColor | undefined;
|
3372
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
3373
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
3374
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
3375
|
+
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
3376
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
3377
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
3378
|
+
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
3379
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
3380
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
3381
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
3382
|
+
animationName?: import("csstype").Property.AnimationName | undefined;
|
3383
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
3384
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
3385
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
3386
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
3387
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
3388
|
+
appearance?: import("csstype").Property.Appearance | undefined;
|
3389
|
+
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
3390
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
3391
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
3392
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
|
3393
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
|
3394
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
3395
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
3396
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
3397
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
3398
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
|
3399
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
3400
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
3401
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
3402
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
3403
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
3404
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
3405
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
3406
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
3407
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
3408
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
3409
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
3410
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
3411
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
3412
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
3413
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
3414
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
3415
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
3416
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
3417
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
3418
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
3419
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
3420
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
3421
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
|
3422
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
3423
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
3424
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
3425
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
3426
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
3427
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
3428
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
3429
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
3430
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
3431
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
3432
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
3433
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
3434
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
3435
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
3436
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
3437
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
3438
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
3439
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
3440
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
3441
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
|
3442
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
3443
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
3444
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
3445
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
3446
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
3447
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
3448
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
3449
|
+
bottom?: import("csstype").Property.Bottom<string | number> | undefined;
|
3450
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
3451
|
+
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
3452
|
+
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
3453
|
+
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
3454
|
+
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
3455
|
+
breakInside?: import("csstype").Property.BreakInside | undefined;
|
3456
|
+
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
3457
|
+
caretColor?: import("csstype").Property.CaretColor | undefined;
|
3458
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
3459
|
+
clear?: import("csstype").Property.Clear | undefined;
|
3460
|
+
clipPath?: import("csstype").Property.ClipPath | undefined;
|
3461
|
+
color?: import("csstype").Property.Color | undefined;
|
3462
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
3463
|
+
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
3464
|
+
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
3465
|
+
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
3466
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
3467
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
3468
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
3469
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
3470
|
+
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
3471
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
3472
|
+
contain?: import("csstype").Property.Contain | undefined;
|
3473
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
3474
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
3475
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
3476
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
3477
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
3478
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
3479
|
+
content?: import("csstype").Property.Content | undefined;
|
3480
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
3481
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
3482
|
+
counterReset?: import("csstype").Property.CounterReset | undefined;
|
3483
|
+
counterSet?: import("csstype").Property.CounterSet | undefined;
|
3484
|
+
cursor?: import("csstype").Property.Cursor | undefined;
|
3485
|
+
direction?: import("csstype").Property.Direction | undefined;
|
3486
|
+
display?: import("csstype").Property.Display | undefined;
|
3487
|
+
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
3488
|
+
filter?: import("csstype").Property.Filter | undefined;
|
3489
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
3490
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
3491
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
3492
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
3493
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
3494
|
+
float?: import("csstype").Property.Float | undefined;
|
3495
|
+
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
3496
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
3497
|
+
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
3498
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
3499
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
3500
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
3501
|
+
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
3502
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
3503
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
3504
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
3505
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
3506
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
3507
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
3508
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
3509
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
3510
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
3511
|
+
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
3512
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
3513
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
3514
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
3515
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
3516
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
3517
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
3518
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
3519
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
3520
|
+
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
3521
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
3522
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
3523
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
3524
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
|
3525
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
3526
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
3527
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
3528
|
+
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
3529
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
3530
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
3531
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
3532
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
3533
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
3534
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
3535
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
3536
|
+
hyphens?: import("csstype").Property.Hyphens | undefined;
|
3537
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
3538
|
+
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
3539
|
+
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
3540
|
+
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
3541
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
3542
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
3543
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
3544
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
3545
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
3546
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
3547
|
+
isolation?: import("csstype").Property.Isolation | undefined;
|
3548
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
3549
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
3550
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
3551
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
3552
|
+
left?: import("csstype").Property.Left<string | number> | undefined;
|
3553
|
+
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
3554
|
+
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
3555
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
3556
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
3557
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
3558
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
3559
|
+
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
3560
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
3561
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
3562
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
3563
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
3564
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
3565
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
3566
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
3567
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
3568
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
3569
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
3570
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
3571
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
3572
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
3573
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
3574
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
3575
|
+
maskClip?: import("csstype").Property.MaskClip | undefined;
|
3576
|
+
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
3577
|
+
maskImage?: import("csstype").Property.MaskImage | undefined;
|
3578
|
+
maskMode?: import("csstype").Property.MaskMode | undefined;
|
3579
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
3580
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
|
3581
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
3582
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
3583
|
+
maskType?: import("csstype").Property.MaskType | undefined;
|
3584
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
3585
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
3586
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
3587
|
+
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
3588
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
3589
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
3590
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
3591
|
+
maxLines?: import("csstype").Property.MaxLines | undefined;
|
3592
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
3593
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
|
3594
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
3595
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
|
3596
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
3597
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
3598
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
3599
|
+
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
3600
|
+
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
3601
|
+
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
3602
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
3603
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
3604
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
3605
|
+
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
3606
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
3607
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
3608
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
3609
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
3610
|
+
order?: import("csstype").Property.Order | undefined;
|
3611
|
+
orphans?: import("csstype").Property.Orphans | undefined;
|
3612
|
+
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
3613
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
3614
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
3615
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
3616
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
3617
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
3618
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
3619
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
|
3620
|
+
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
3621
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
3622
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
3623
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
3624
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
3625
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
3626
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
3627
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
3628
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
3629
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
3630
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
3631
|
+
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
3632
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
3633
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
3634
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
3635
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
3636
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
3637
|
+
page?: import("csstype").Property.Page | undefined;
|
3638
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
3639
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
3640
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
3641
|
+
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
3642
|
+
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
3643
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
3644
|
+
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
3645
|
+
position?: import("csstype").Property.Position | undefined;
|
3646
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
3647
|
+
quotes?: import("csstype").Property.Quotes | undefined;
|
3648
|
+
resize?: import("csstype").Property.Resize | undefined;
|
3649
|
+
right?: import("csstype").Property.Right<string | number> | undefined;
|
3650
|
+
rotate?: import("csstype").Property.Rotate | undefined;
|
3651
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
3652
|
+
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
3653
|
+
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
3654
|
+
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
3655
|
+
scale?: import("csstype").Property.Scale | undefined;
|
3656
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
3657
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
3658
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
3659
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
3660
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
3661
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
3662
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
3663
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
3664
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
3665
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
3666
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
3667
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
3668
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
3669
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
3670
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
3671
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
3672
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
3673
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
3674
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
3675
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
3676
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
3677
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
3678
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
3679
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
3680
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
3681
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
3682
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
3683
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
3684
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
3685
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
3686
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
3687
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
3688
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
3689
|
+
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
3690
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
3691
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
3692
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
3693
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
3694
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
3695
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
3696
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
3697
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
3698
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
3699
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
3700
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
3701
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
3702
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
|
3703
|
+
textJustify?: import("csstype").Property.TextJustify | undefined;
|
3704
|
+
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
3705
|
+
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
3706
|
+
textRendering?: import("csstype").Property.TextRendering | undefined;
|
3707
|
+
textShadow?: import("csstype").Property.TextShadow | undefined;
|
3708
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
3709
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
3710
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
3711
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
3712
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
3713
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
3714
|
+
top?: import("csstype").Property.Top<string | number> | undefined;
|
3715
|
+
touchAction?: import("csstype").Property.TouchAction | undefined;
|
3716
|
+
transform?: import("csstype").Property.Transform | undefined;
|
3717
|
+
transformBox?: import("csstype").Property.TransformBox | undefined;
|
3718
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
3719
|
+
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
3720
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
3721
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
3722
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
3723
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
3724
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
3725
|
+
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
3726
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
3727
|
+
userSelect?: import("csstype").Property.UserSelect | undefined;
|
3728
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
3729
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
3730
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
3731
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
3732
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
3733
|
+
visibility?: import("csstype").Property.Visibility | undefined;
|
3734
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
3735
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
3736
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
3737
|
+
widows?: import("csstype").Property.Widows | undefined;
|
3738
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
3739
|
+
willChange?: import("csstype").Property.WillChange | undefined;
|
3740
|
+
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
3741
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
3742
|
+
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
3743
|
+
writingMode?: import("csstype").Property.WritingMode | undefined;
|
3744
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
3745
|
+
zoom?: import("csstype").Property.Zoom | undefined;
|
3746
|
+
all?: import("csstype").Property.All | undefined;
|
3747
|
+
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
3748
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
3749
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
3750
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
3751
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
3752
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
3753
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
3754
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
3755
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
3756
|
+
borderImage?: import("csstype").Property.BorderImage | undefined;
|
3757
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
3758
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
3759
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
3760
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
3761
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
3762
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
3763
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
3764
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
3765
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
3766
|
+
caret?: import("csstype").Property.Caret | undefined;
|
3767
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
3768
|
+
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
3769
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
3770
|
+
container?: import("csstype").Property.Container | undefined;
|
3771
|
+
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
3772
|
+
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
3773
|
+
font?: import("csstype").Property.Font | undefined;
|
3774
|
+
gap?: import("csstype").Property.Gap<string | number> | undefined;
|
3775
|
+
grid?: import("csstype").Property.Grid | undefined;
|
3776
|
+
gridArea?: import("csstype").Property.GridArea | undefined;
|
3777
|
+
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
3778
|
+
gridRow?: import("csstype").Property.GridRow | undefined;
|
3779
|
+
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
3780
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
3781
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
3782
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
3783
|
+
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
3784
|
+
listStyle?: import("csstype").Property.ListStyle | undefined;
|
3785
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
3786
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
3787
|
+
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
3788
|
+
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
3789
|
+
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
3790
|
+
offset?: import("csstype").Property.Offset<string | number> | undefined;
|
3791
|
+
outline?: import("csstype").Property.Outline<string | number> | undefined;
|
3792
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
3793
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
3794
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
3795
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
3796
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
3797
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
3798
|
+
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
3799
|
+
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
3800
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
3801
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
3802
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
3803
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
3804
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
3805
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
3806
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
3807
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
3808
|
+
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
3809
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
3810
|
+
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
3811
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
3812
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
3813
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
3814
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
3815
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
3816
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
3817
|
+
MozAnimationName?: import("csstype").Property.AnimationName | undefined;
|
3818
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
3819
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
3820
|
+
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
3821
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
3822
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
3823
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
3824
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
3825
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
3826
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
|
3827
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
|
3828
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
3829
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
3830
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
3831
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
3832
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
3833
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
3834
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
3835
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
3836
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
3837
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
3838
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
3839
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
3840
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
3841
|
+
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
3842
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
3843
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
3844
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
3845
|
+
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
3846
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
3847
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
3848
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
3849
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
3850
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
3851
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
3852
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
3853
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
3854
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
3855
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
3856
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
3857
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
3858
|
+
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
3859
|
+
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
3860
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
3861
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
3862
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
3863
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
3864
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
3865
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
3866
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
|
3867
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
|
3868
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
3869
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
3870
|
+
msFilter?: import("csstype").Property.MsFilter | undefined;
|
3871
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
3872
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
3873
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
3874
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
3875
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
|
3876
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
|
3877
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
3878
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
3879
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
3880
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
3881
|
+
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
3882
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
3883
|
+
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
3884
|
+
msOrder?: import("csstype").Property.Order | undefined;
|
3885
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
3886
|
+
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
3887
|
+
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
3888
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
3889
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
3890
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
3891
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
3892
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
3893
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
3894
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
|
3895
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
|
3896
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
3897
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
3898
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
|
3899
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
|
3900
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
|
3901
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
|
3902
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
3903
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
3904
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
3905
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
3906
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
3907
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
3908
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
3909
|
+
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
3910
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
3911
|
+
msTransform?: import("csstype").Property.Transform | undefined;
|
3912
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
3913
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
3914
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
3915
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
3916
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
3917
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
3918
|
+
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
3919
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
3920
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
3921
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
3922
|
+
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
3923
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
|
3924
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
|
3925
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
3926
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
3927
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
3928
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
3929
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
3930
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
3931
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
|
3932
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
3933
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
3934
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
3935
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
3936
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
3937
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
3938
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
3939
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
3940
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
3941
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
3942
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
3943
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
3944
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
3945
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
3946
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
3947
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
3948
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
3949
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
|
3950
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
3951
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
3952
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
3953
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
3954
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
3955
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
3956
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
3957
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
3958
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
3959
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
3960
|
+
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
3961
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
3962
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
3963
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
3964
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
3965
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
3966
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
3967
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
3968
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
3969
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
3970
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
3971
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
3972
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
3973
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
3974
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
3975
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
3976
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
3977
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
3978
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
3979
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
3980
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
3981
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
3982
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
3983
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
3984
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
3985
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
3986
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
3987
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
3988
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
|
3989
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
|
3990
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
|
3991
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
3992
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
3993
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
3994
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
|
3995
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
3996
|
+
WebkitOrder?: import("csstype").Property.Order | undefined;
|
3997
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
3998
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
3999
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
4000
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
4001
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
4002
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
4003
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
4004
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
4005
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
4006
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
4007
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
4008
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
4009
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
4010
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
4011
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
4012
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
4013
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
4014
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
4015
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
|
4016
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
4017
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
4018
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
|
4019
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
4020
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
4021
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
4022
|
+
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
4023
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4024
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
4025
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4026
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4027
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4028
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4029
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
4030
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
4031
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
4032
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
4033
|
+
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
4034
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
4035
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
4036
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
4037
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
4038
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
4039
|
+
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
4040
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
4041
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
4042
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
4043
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4044
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
4045
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
|
4046
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
4047
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
4048
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
4049
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
4050
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
4051
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
4052
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
|
4053
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
4054
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
4055
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
4056
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4057
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
4058
|
+
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4059
|
+
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4060
|
+
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4061
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
4062
|
+
boxLines?: import("csstype").Property.BoxLines | undefined;
|
4063
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4064
|
+
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4065
|
+
boxPack?: import("csstype").Property.BoxPack | undefined;
|
4066
|
+
clip?: import("csstype").Property.Clip | undefined;
|
4067
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
4068
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
4069
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
4070
|
+
imeMode?: import("csstype").Property.ImeMode | undefined;
|
4071
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
4072
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
4073
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
4074
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
4075
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
4076
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
4077
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
4078
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
4079
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
4080
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
4081
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
4082
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
4083
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4084
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4085
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4086
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
4087
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
4088
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4089
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4090
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
4091
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
4092
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
4093
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
4094
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
4095
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
4096
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
4097
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
4098
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
4099
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
4100
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
4101
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
4102
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
4103
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
4104
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4105
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4106
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4107
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4108
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4109
|
+
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
4110
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
4111
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
4112
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
4113
|
+
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
4114
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
4115
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
4116
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
4117
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
4118
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
4119
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
4120
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
4121
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
4122
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
4123
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
4124
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
4125
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4126
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
4127
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4128
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4129
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4130
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4131
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4132
|
+
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
4133
|
+
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
4134
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
4135
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
4136
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
4137
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
4138
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
4139
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
4140
|
+
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
4141
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
4142
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
4143
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
4144
|
+
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
4145
|
+
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
4146
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
4147
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
4148
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
4149
|
+
OTransform?: import("csstype").Property.Transform | undefined;
|
4150
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4151
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4152
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4153
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4154
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4155
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4156
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4157
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4158
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4159
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
4160
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
4161
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4162
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4163
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
4164
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
4165
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
4166
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
4167
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
4168
|
+
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
4169
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
4170
|
+
fill?: import("csstype").Property.Fill | undefined;
|
4171
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
4172
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
4173
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
4174
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
4175
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
4176
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
4177
|
+
marker?: import("csstype").Property.Marker | undefined;
|
4178
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
4179
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
4180
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
4181
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
4182
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
4183
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
4184
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
4185
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
4186
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
4187
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
4188
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
4189
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
4190
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
4191
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
4192
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
4193
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
4194
|
+
};
|
4195
|
+
'code[class*="language-"]': {
|
4196
|
+
background: string;
|
4197
|
+
color: string;
|
4198
|
+
whiteSpace: "pre-wrap";
|
4199
|
+
accentColor?: import("csstype").Property.AccentColor | undefined;
|
4200
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
4201
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
4202
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
4203
|
+
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
4204
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
4205
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
4206
|
+
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
4207
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
4208
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
4209
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
4210
|
+
animationName?: import("csstype").Property.AnimationName | undefined;
|
4211
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
4212
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
4213
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
4214
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
4215
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
4216
|
+
appearance?: import("csstype").Property.Appearance | undefined;
|
4217
|
+
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
4218
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
4219
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
4220
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
|
4221
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
|
4222
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
4223
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
4224
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
4225
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
4226
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
|
4227
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
4228
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
4229
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
4230
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
4231
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
4232
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
4233
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
4234
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
4235
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
4236
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
4237
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
4238
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
4239
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
4240
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
4241
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
4242
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
4243
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
4244
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
4245
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
4246
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
4247
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
4248
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
4249
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
|
4250
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
4251
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
4252
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
4253
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
4254
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
4255
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
4256
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
4257
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
4258
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
4259
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
4260
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
4261
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
4262
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
4263
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
4264
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
4265
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
4266
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
4267
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
4268
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
4269
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
|
4270
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
4271
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
4272
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
4273
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
4274
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
4275
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
4276
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
4277
|
+
bottom?: import("csstype").Property.Bottom<string | number> | undefined;
|
4278
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
4279
|
+
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
4280
|
+
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
4281
|
+
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
4282
|
+
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
4283
|
+
breakInside?: import("csstype").Property.BreakInside | undefined;
|
4284
|
+
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
4285
|
+
caretColor?: import("csstype").Property.CaretColor | undefined;
|
4286
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
4287
|
+
clear?: import("csstype").Property.Clear | undefined;
|
4288
|
+
clipPath?: import("csstype").Property.ClipPath | undefined;
|
4289
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
4290
|
+
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
4291
|
+
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
4292
|
+
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
4293
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
4294
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
4295
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
4296
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
4297
|
+
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
4298
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
4299
|
+
contain?: import("csstype").Property.Contain | undefined;
|
4300
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
4301
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
4302
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
4303
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
4304
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
4305
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
4306
|
+
content?: import("csstype").Property.Content | undefined;
|
4307
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
4308
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
4309
|
+
counterReset?: import("csstype").Property.CounterReset | undefined;
|
4310
|
+
counterSet?: import("csstype").Property.CounterSet | undefined;
|
4311
|
+
cursor?: import("csstype").Property.Cursor | undefined;
|
4312
|
+
direction?: import("csstype").Property.Direction | undefined;
|
4313
|
+
display?: import("csstype").Property.Display | undefined;
|
4314
|
+
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
4315
|
+
filter?: import("csstype").Property.Filter | undefined;
|
4316
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
4317
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
4318
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
4319
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
4320
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
4321
|
+
float?: import("csstype").Property.Float | undefined;
|
4322
|
+
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
4323
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
4324
|
+
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
4325
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
4326
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
4327
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
4328
|
+
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
4329
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
4330
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
4331
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
4332
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
4333
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
4334
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
4335
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
4336
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
4337
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
4338
|
+
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
4339
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
4340
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
4341
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
4342
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
4343
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
4344
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
4345
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
4346
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
4347
|
+
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
4348
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
4349
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
4350
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
4351
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
|
4352
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
4353
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
4354
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
4355
|
+
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
4356
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
4357
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
4358
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
4359
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
4360
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
4361
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
4362
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
4363
|
+
hyphens?: import("csstype").Property.Hyphens | undefined;
|
4364
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
4365
|
+
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
4366
|
+
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
4367
|
+
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
4368
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
4369
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
4370
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
4371
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
4372
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
4373
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
4374
|
+
isolation?: import("csstype").Property.Isolation | undefined;
|
4375
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
4376
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
4377
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
4378
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
4379
|
+
left?: import("csstype").Property.Left<string | number> | undefined;
|
4380
|
+
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
4381
|
+
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
4382
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
4383
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
4384
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
4385
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
4386
|
+
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
4387
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
4388
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
4389
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
4390
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
4391
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
4392
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
4393
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
4394
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
4395
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
4396
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
4397
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
4398
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
4399
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
4400
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
4401
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
4402
|
+
maskClip?: import("csstype").Property.MaskClip | undefined;
|
4403
|
+
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
4404
|
+
maskImage?: import("csstype").Property.MaskImage | undefined;
|
4405
|
+
maskMode?: import("csstype").Property.MaskMode | undefined;
|
4406
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
4407
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
|
4408
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
4409
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
4410
|
+
maskType?: import("csstype").Property.MaskType | undefined;
|
4411
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
4412
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
4413
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
4414
|
+
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
4415
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
4416
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
4417
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
4418
|
+
maxLines?: import("csstype").Property.MaxLines | undefined;
|
4419
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
4420
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
|
4421
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
4422
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
|
4423
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
4424
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
4425
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
4426
|
+
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
4427
|
+
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
4428
|
+
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
4429
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
4430
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
4431
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
4432
|
+
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
4433
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
4434
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
4435
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
4436
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
4437
|
+
order?: import("csstype").Property.Order | undefined;
|
4438
|
+
orphans?: import("csstype").Property.Orphans | undefined;
|
4439
|
+
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
4440
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
4441
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
4442
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
4443
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
4444
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
4445
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
4446
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
|
4447
|
+
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
4448
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
4449
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
4450
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
4451
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
4452
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
4453
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
4454
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
4455
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
4456
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
4457
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
4458
|
+
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
4459
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
4460
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
4461
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
4462
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
4463
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
4464
|
+
page?: import("csstype").Property.Page | undefined;
|
4465
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
4466
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
4467
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
4468
|
+
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
4469
|
+
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
4470
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
4471
|
+
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
4472
|
+
position?: import("csstype").Property.Position | undefined;
|
4473
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
4474
|
+
quotes?: import("csstype").Property.Quotes | undefined;
|
4475
|
+
resize?: import("csstype").Property.Resize | undefined;
|
4476
|
+
right?: import("csstype").Property.Right<string | number> | undefined;
|
4477
|
+
rotate?: import("csstype").Property.Rotate | undefined;
|
4478
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
4479
|
+
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
4480
|
+
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
4481
|
+
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
4482
|
+
scale?: import("csstype").Property.Scale | undefined;
|
4483
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
4484
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
4485
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
4486
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
4487
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
4488
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
4489
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
4490
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
4491
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
4492
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
4493
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
4494
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
4495
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
4496
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
4497
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
4498
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
4499
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
4500
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
4501
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
4502
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
4503
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
4504
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
4505
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
4506
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
4507
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
4508
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
4509
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
4510
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
4511
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
4512
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
4513
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
4514
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
4515
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
4516
|
+
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
4517
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
4518
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
4519
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
4520
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
4521
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
4522
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
4523
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
4524
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
4525
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
4526
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
4527
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
4528
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
4529
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
|
4530
|
+
textJustify?: import("csstype").Property.TextJustify | undefined;
|
4531
|
+
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
4532
|
+
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
4533
|
+
textRendering?: import("csstype").Property.TextRendering | undefined;
|
4534
|
+
textShadow?: import("csstype").Property.TextShadow | undefined;
|
4535
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
4536
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
4537
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
4538
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
4539
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
4540
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
4541
|
+
top?: import("csstype").Property.Top<string | number> | undefined;
|
4542
|
+
touchAction?: import("csstype").Property.TouchAction | undefined;
|
4543
|
+
transform?: import("csstype").Property.Transform | undefined;
|
4544
|
+
transformBox?: import("csstype").Property.TransformBox | undefined;
|
4545
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4546
|
+
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
4547
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
4548
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4549
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4550
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4551
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4552
|
+
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
4553
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
4554
|
+
userSelect?: import("csstype").Property.UserSelect | undefined;
|
4555
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
4556
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
4557
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
4558
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
4559
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
4560
|
+
visibility?: import("csstype").Property.Visibility | undefined;
|
4561
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
4562
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
4563
|
+
widows?: import("csstype").Property.Widows | undefined;
|
4564
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
4565
|
+
willChange?: import("csstype").Property.WillChange | undefined;
|
4566
|
+
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
4567
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
4568
|
+
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
4569
|
+
writingMode?: import("csstype").Property.WritingMode | undefined;
|
4570
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
4571
|
+
zoom?: import("csstype").Property.Zoom | undefined;
|
4572
|
+
all?: import("csstype").Property.All | undefined;
|
4573
|
+
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
4574
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
4575
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
4576
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
4577
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
4578
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
4579
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
4580
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
4581
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
4582
|
+
borderImage?: import("csstype").Property.BorderImage | undefined;
|
4583
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
4584
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
4585
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
4586
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
4587
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
4588
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
4589
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
4590
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
4591
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
4592
|
+
caret?: import("csstype").Property.Caret | undefined;
|
4593
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
4594
|
+
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
4595
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
4596
|
+
container?: import("csstype").Property.Container | undefined;
|
4597
|
+
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
4598
|
+
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
4599
|
+
font?: import("csstype").Property.Font | undefined;
|
4600
|
+
gap?: import("csstype").Property.Gap<string | number> | undefined;
|
4601
|
+
grid?: import("csstype").Property.Grid | undefined;
|
4602
|
+
gridArea?: import("csstype").Property.GridArea | undefined;
|
4603
|
+
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
4604
|
+
gridRow?: import("csstype").Property.GridRow | undefined;
|
4605
|
+
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
4606
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
4607
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
4608
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
4609
|
+
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
4610
|
+
listStyle?: import("csstype").Property.ListStyle | undefined;
|
4611
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
4612
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
4613
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
4614
|
+
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
4615
|
+
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
4616
|
+
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
4617
|
+
offset?: import("csstype").Property.Offset<string | number> | undefined;
|
4618
|
+
outline?: import("csstype").Property.Outline<string | number> | undefined;
|
4619
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
4620
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
4621
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
4622
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
4623
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
4624
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
4625
|
+
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
4626
|
+
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
4627
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
4628
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
4629
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
4630
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
4631
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
4632
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
4633
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
4634
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
4635
|
+
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
4636
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
4637
|
+
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4638
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
4639
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
4640
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
4641
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
4642
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
4643
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
4644
|
+
MozAnimationName?: import("csstype").Property.AnimationName | undefined;
|
4645
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
4646
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
4647
|
+
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
4648
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
4649
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
4650
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
4651
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
4652
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
4653
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
|
4654
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
|
4655
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
4656
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
4657
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
4658
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
4659
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
4660
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
4661
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
4662
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
4663
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
4664
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
4665
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
4666
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
4667
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
4668
|
+
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
4669
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
4670
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
4671
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
4672
|
+
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
4673
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
4674
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
4675
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
4676
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
4677
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
4678
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
4679
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
4680
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
4681
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
4682
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
4683
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
4684
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
4685
|
+
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
4686
|
+
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
4687
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
4688
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
4689
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
4690
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
4691
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
4692
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
4693
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
|
4694
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
|
4695
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
4696
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
4697
|
+
msFilter?: import("csstype").Property.MsFilter | undefined;
|
4698
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
4699
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
4700
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
4701
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
4702
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
|
4703
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
|
4704
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
4705
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
4706
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
4707
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
4708
|
+
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
4709
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
4710
|
+
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
4711
|
+
msOrder?: import("csstype").Property.Order | undefined;
|
4712
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
4713
|
+
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
4714
|
+
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
4715
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
4716
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
4717
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
4718
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
4719
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
4720
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
4721
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
|
4722
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
|
4723
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
4724
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
4725
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
|
4726
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
|
4727
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
|
4728
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
|
4729
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
4730
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
4731
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
4732
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
4733
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
4734
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
4735
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
4736
|
+
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
4737
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
4738
|
+
msTransform?: import("csstype").Property.Transform | undefined;
|
4739
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4740
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4741
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4742
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4743
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4744
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
4745
|
+
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
4746
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
4747
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
4748
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
4749
|
+
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
4750
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
|
4751
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
|
4752
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
4753
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
4754
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
4755
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
4756
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
4757
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
4758
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
|
4759
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
4760
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
4761
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
4762
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
4763
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
4764
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
4765
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
4766
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
4767
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
4768
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
4769
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
4770
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
4771
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
4772
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
4773
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
4774
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
4775
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
4776
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
|
4777
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
4778
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
4779
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
4780
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
4781
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
4782
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
4783
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
4784
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
4785
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
4786
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
4787
|
+
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
4788
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
4789
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
4790
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
4791
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
4792
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
4793
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
4794
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
4795
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
4796
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
4797
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
4798
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
4799
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
4800
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
4801
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
4802
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
4803
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
4804
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
4805
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
4806
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
4807
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
4808
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
4809
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
4810
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
4811
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
4812
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
4813
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
4814
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
4815
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
|
4816
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
|
4817
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
|
4818
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
4819
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
4820
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
4821
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
|
4822
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
4823
|
+
WebkitOrder?: import("csstype").Property.Order | undefined;
|
4824
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
4825
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
4826
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
4827
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
4828
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
4829
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
4830
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
4831
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
4832
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
4833
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
4834
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
4835
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
4836
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
4837
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
4838
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
4839
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
4840
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
4841
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
4842
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
|
4843
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
4844
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
4845
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
|
4846
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
4847
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
4848
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
4849
|
+
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
4850
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4851
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
4852
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4853
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4854
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4855
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4856
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
4857
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
4858
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
4859
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
4860
|
+
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
4861
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
4862
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
4863
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
4864
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
4865
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
4866
|
+
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
4867
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
4868
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
4869
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
4870
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4871
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
4872
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
|
4873
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
4874
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
4875
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
4876
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
4877
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
4878
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
4879
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
|
4880
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
4881
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
4882
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
4883
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4884
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
4885
|
+
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4886
|
+
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4887
|
+
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4888
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
4889
|
+
boxLines?: import("csstype").Property.BoxLines | undefined;
|
4890
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4891
|
+
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4892
|
+
boxPack?: import("csstype").Property.BoxPack | undefined;
|
4893
|
+
clip?: import("csstype").Property.Clip | undefined;
|
4894
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
4895
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
4896
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
4897
|
+
imeMode?: import("csstype").Property.ImeMode | undefined;
|
4898
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
4899
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
4900
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
4901
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
4902
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
4903
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
4904
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
4905
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
4906
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
4907
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
4908
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
4909
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
4910
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4911
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4912
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4913
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
4914
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
4915
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4916
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4917
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
4918
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
4919
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
4920
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
4921
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
4922
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
4923
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
4924
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
4925
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
4926
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
4927
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
4928
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
4929
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
4930
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
4931
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4932
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4933
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4934
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4935
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4936
|
+
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
4937
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
4938
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
4939
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
4940
|
+
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
4941
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
4942
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
4943
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
4944
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
4945
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
4946
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
4947
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
4948
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
4949
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
4950
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
4951
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
4952
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4953
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
4954
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4955
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4956
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4957
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4958
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4959
|
+
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
4960
|
+
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
4961
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
4962
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
4963
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
4964
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
4965
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
4966
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
4967
|
+
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
4968
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
4969
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
4970
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
4971
|
+
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
4972
|
+
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
4973
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
4974
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
4975
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
4976
|
+
OTransform?: import("csstype").Property.Transform | undefined;
|
4977
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
4978
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
4979
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
4980
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
4981
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
4982
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
4983
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
4984
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
4985
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
4986
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
4987
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
4988
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
4989
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
4990
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
4991
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
4992
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
4993
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
4994
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
4995
|
+
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
4996
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
4997
|
+
fill?: import("csstype").Property.Fill | undefined;
|
4998
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
4999
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
5000
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
5001
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
5002
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
5003
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
5004
|
+
marker?: import("csstype").Property.Marker | undefined;
|
5005
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
5006
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
5007
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
5008
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
5009
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
5010
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
5011
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
5012
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
5013
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
5014
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
5015
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
5016
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
5017
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
5018
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
5019
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
5020
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
5021
|
+
};
|
5022
|
+
comment: {
|
5023
|
+
color: string;
|
5024
|
+
};
|
5025
|
+
string: {
|
5026
|
+
color: string;
|
5027
|
+
};
|
5028
|
+
tablepath: {
|
5029
|
+
color: string;
|
5030
|
+
};
|
5031
|
+
function: {
|
5032
|
+
color: string;
|
5033
|
+
};
|
5034
|
+
udf: {
|
5035
|
+
color: string;
|
5036
|
+
};
|
5037
|
+
type: {
|
5038
|
+
color: string;
|
5039
|
+
};
|
5040
|
+
boolean: {
|
5041
|
+
color: string;
|
5042
|
+
};
|
5043
|
+
constant: {
|
5044
|
+
color: string;
|
5045
|
+
};
|
5046
|
+
variable: {
|
5047
|
+
color: string;
|
5048
|
+
};
|
5049
|
+
} | Record<string, import("react").CSSProperties>;
|