@adminui-dev/antd-layout 1.0.8 → 1.1.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/index.d.ts CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as react from 'react';
3
- import react__default, { ReactNode } from 'react';
2
+ import * as React$1 from 'react';
3
+ import React__default, { ReactNode } from 'react';
4
4
  import * as _adminui_dev_layout from '@adminui-dev/layout';
5
5
  import { LocaleMessageData, MenuData, UserInfo, BrandInfo, OutletContainer, RootLayoutProps, LayoutConfig, Theme, ThemeSkin } from '@adminui-dev/layout';
6
6
  export * from '@adminui-dev/layout';
7
7
  export { FullScreenButton, useConfigAction, useConfigState, useTheme } from '@adminui-dev/layout';
8
8
  import { Locale } from 'antd/es/locale';
9
+ import * as csstype from 'csstype';
10
+ import { AvatarProps } from 'antd';
9
11
  import * as react_intl from 'react-intl';
10
12
  import { IntlShape } from 'react-intl';
11
13
  import { RouteObject } from 'react-router-dom';
@@ -103,13 +105,13 @@ declare const useContainerOutlet: () => OutletContainer;
103
105
  declare const useAvatarPopover: () => PopoverDispatcher<UserInfo>;
104
106
  declare const useBrandPopover: () => PopoverDispatcher<BrandInfo>;
105
107
 
106
- declare function BrandPopoverContent(props: react__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
108
+ declare function BrandPopoverContent(props: React__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
107
109
  declare namespace BrandPopoverContent {
108
110
  var displayName: string;
109
111
  var role: typeof ROLE_BRAND_POPOVER_CONTENT;
110
112
  }
111
113
 
112
- declare function AvatarPopoverContent(props: react__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
114
+ declare function AvatarPopoverContent(props: React__default.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
113
115
  declare namespace AvatarPopoverContent {
114
116
  var displayName: string;
115
117
  var role: typeof ROLE_AVATAR_POPOVER_CONTENT;
@@ -192,6 +194,894 @@ declare function LazyPage<T extends React.ComponentType<any>>(loader: () => Prom
192
194
  declare const PageLoading: () => react_jsx_runtime.JSX.Element;
193
195
  declare const RouteLoading: () => react_jsx_runtime.JSX.Element;
194
196
 
197
+ /**
198
+ * Icon panel
199
+ * Recommend using @ant-design/icons and lucide-react
200
+ * @author zhouwenqi
201
+ * @param props
202
+ * @returns
203
+ */
204
+ declare function ToolbarIcon(props: React__default.HTMLAttributes<HTMLDivElement> & {
205
+ icon: React__default.ReactNode;
206
+ size: number;
207
+ }): string | number | bigint | boolean | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> | React__default.DetailedReactHTMLElement<{
208
+ size: number;
209
+ style: {
210
+ accentColor?: csstype.Property.AccentColor | undefined;
211
+ alignContent?: csstype.Property.AlignContent | undefined;
212
+ alignItems?: csstype.Property.AlignItems | undefined;
213
+ alignSelf?: csstype.Property.AlignSelf | undefined;
214
+ alignTracks?: csstype.Property.AlignTracks | undefined;
215
+ alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
216
+ anchorName?: csstype.Property.AnchorName | undefined;
217
+ anchorScope?: csstype.Property.AnchorScope | undefined;
218
+ animationComposition?: csstype.Property.AnimationComposition | undefined;
219
+ animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
220
+ animationDirection?: csstype.Property.AnimationDirection | undefined;
221
+ animationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
222
+ animationFillMode?: csstype.Property.AnimationFillMode | undefined;
223
+ animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
224
+ animationName?: csstype.Property.AnimationName | undefined;
225
+ animationPlayState?: csstype.Property.AnimationPlayState | undefined;
226
+ animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
227
+ animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
228
+ animationTimeline?: csstype.Property.AnimationTimeline | undefined;
229
+ animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
230
+ appearance?: csstype.Property.Appearance | undefined;
231
+ aspectRatio?: csstype.Property.AspectRatio | undefined;
232
+ backdropFilter?: csstype.Property.BackdropFilter | undefined;
233
+ backfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
234
+ backgroundAttachment?: csstype.Property.BackgroundAttachment | undefined;
235
+ backgroundBlendMode?: csstype.Property.BackgroundBlendMode | undefined;
236
+ backgroundClip?: csstype.Property.BackgroundClip | undefined;
237
+ backgroundColor?: csstype.Property.BackgroundColor | undefined;
238
+ backgroundImage?: csstype.Property.BackgroundImage | undefined;
239
+ backgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
240
+ backgroundPositionX?: csstype.Property.BackgroundPositionX<string | number> | undefined;
241
+ backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
242
+ backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
243
+ backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
244
+ baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
245
+ blockSize?: csstype.Property.BlockSize<string | number> | undefined;
246
+ borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
247
+ borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
248
+ borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
249
+ borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
250
+ borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
251
+ borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
252
+ borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
253
+ borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
254
+ borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
255
+ borderBottomStyle?: csstype.Property.BorderBottomStyle | undefined;
256
+ borderBottomWidth?: csstype.Property.BorderBottomWidth<string | number> | undefined;
257
+ borderCollapse?: csstype.Property.BorderCollapse | undefined;
258
+ borderEndEndRadius?: csstype.Property.BorderEndEndRadius<string | number> | undefined;
259
+ borderEndStartRadius?: csstype.Property.BorderEndStartRadius<string | number> | undefined;
260
+ borderImageOutset?: csstype.Property.BorderImageOutset<string | number> | undefined;
261
+ borderImageRepeat?: csstype.Property.BorderImageRepeat | undefined;
262
+ borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
263
+ borderImageSource?: csstype.Property.BorderImageSource | undefined;
264
+ borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
265
+ borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
266
+ borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
267
+ borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
268
+ borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
269
+ borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
270
+ borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
271
+ borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
272
+ borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
273
+ borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
274
+ borderRightColor?: csstype.Property.BorderRightColor | undefined;
275
+ borderRightStyle?: csstype.Property.BorderRightStyle | undefined;
276
+ borderRightWidth?: csstype.Property.BorderRightWidth<string | number> | undefined;
277
+ borderSpacing?: csstype.Property.BorderSpacing<string | number> | undefined;
278
+ borderStartEndRadius?: csstype.Property.BorderStartEndRadius<string | number> | undefined;
279
+ borderStartStartRadius?: csstype.Property.BorderStartStartRadius<string | number> | undefined;
280
+ borderTopColor?: csstype.Property.BorderTopColor | undefined;
281
+ borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
282
+ borderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
283
+ borderTopStyle?: csstype.Property.BorderTopStyle | undefined;
284
+ borderTopWidth?: csstype.Property.BorderTopWidth<string | number> | undefined;
285
+ bottom?: csstype.Property.Bottom<string | number> | undefined;
286
+ boxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
287
+ boxShadow?: csstype.Property.BoxShadow | undefined;
288
+ boxSizing?: csstype.Property.BoxSizing | undefined;
289
+ breakAfter?: csstype.Property.BreakAfter | undefined;
290
+ breakBefore?: csstype.Property.BreakBefore | undefined;
291
+ breakInside?: csstype.Property.BreakInside | undefined;
292
+ captionSide?: csstype.Property.CaptionSide | undefined;
293
+ caretColor?: csstype.Property.CaretColor | undefined;
294
+ caretShape?: csstype.Property.CaretShape | undefined;
295
+ clear?: csstype.Property.Clear | undefined;
296
+ clipPath?: csstype.Property.ClipPath | undefined;
297
+ clipRule?: csstype.Property.ClipRule | undefined;
298
+ color?: csstype.Property.Color | undefined;
299
+ colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
300
+ colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | undefined;
301
+ colorScheme?: csstype.Property.ColorScheme | undefined;
302
+ columnCount?: csstype.Property.ColumnCount | undefined;
303
+ columnFill?: csstype.Property.ColumnFill | undefined;
304
+ columnGap?: csstype.Property.ColumnGap<string | number> | undefined;
305
+ columnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
306
+ columnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
307
+ columnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
308
+ columnSpan?: csstype.Property.ColumnSpan | undefined;
309
+ columnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
310
+ contain?: csstype.Property.Contain | undefined;
311
+ containIntrinsicBlockSize?: csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined;
312
+ containIntrinsicHeight?: csstype.Property.ContainIntrinsicHeight<string | number> | undefined;
313
+ containIntrinsicInlineSize?: csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined;
314
+ containIntrinsicWidth?: csstype.Property.ContainIntrinsicWidth<string | number> | undefined;
315
+ containerName?: csstype.Property.ContainerName | undefined;
316
+ containerType?: csstype.Property.ContainerType | undefined;
317
+ content?: csstype.Property.Content | undefined;
318
+ contentVisibility?: csstype.Property.ContentVisibility | undefined;
319
+ counterIncrement?: csstype.Property.CounterIncrement | undefined;
320
+ counterReset?: csstype.Property.CounterReset | undefined;
321
+ counterSet?: csstype.Property.CounterSet | undefined;
322
+ cursor?: csstype.Property.Cursor | undefined;
323
+ cx?: csstype.Property.Cx<string | number> | undefined;
324
+ cy?: csstype.Property.Cy<string | number> | undefined;
325
+ d?: csstype.Property.D | undefined;
326
+ direction?: csstype.Property.Direction | undefined;
327
+ display?: csstype.Property.Display | undefined;
328
+ dominantBaseline?: csstype.Property.DominantBaseline | undefined;
329
+ emptyCells?: csstype.Property.EmptyCells | undefined;
330
+ fieldSizing?: csstype.Property.FieldSizing | undefined;
331
+ fill?: csstype.Property.Fill | undefined;
332
+ fillOpacity?: csstype.Property.FillOpacity | undefined;
333
+ fillRule?: csstype.Property.FillRule | undefined;
334
+ filter?: csstype.Property.Filter | undefined;
335
+ flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
336
+ flexDirection?: csstype.Property.FlexDirection | undefined;
337
+ flexGrow?: csstype.Property.FlexGrow | undefined;
338
+ flexShrink?: csstype.Property.FlexShrink | undefined;
339
+ flexWrap?: csstype.Property.FlexWrap | undefined;
340
+ float?: csstype.Property.Float | undefined;
341
+ floodColor?: csstype.Property.FloodColor | undefined;
342
+ floodOpacity?: csstype.Property.FloodOpacity | undefined;
343
+ fontFamily?: csstype.Property.FontFamily | undefined;
344
+ fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
345
+ fontKerning?: csstype.Property.FontKerning | undefined;
346
+ fontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
347
+ fontOpticalSizing?: csstype.Property.FontOpticalSizing | undefined;
348
+ fontPalette?: csstype.Property.FontPalette | undefined;
349
+ fontSize: csstype.Property.FontSize<string | number>;
350
+ fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
351
+ fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
352
+ fontStyle?: csstype.Property.FontStyle | undefined;
353
+ fontSynthesis?: csstype.Property.FontSynthesis | undefined;
354
+ fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
355
+ fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
356
+ fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
357
+ fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
358
+ fontVariant?: csstype.Property.FontVariant | undefined;
359
+ fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
360
+ fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
361
+ fontVariantEastAsian?: csstype.Property.FontVariantEastAsian | undefined;
362
+ fontVariantEmoji?: csstype.Property.FontVariantEmoji | undefined;
363
+ fontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
364
+ fontVariantNumeric?: csstype.Property.FontVariantNumeric | undefined;
365
+ fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
366
+ fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
367
+ fontWeight?: csstype.Property.FontWeight | undefined;
368
+ fontWidth?: csstype.Property.FontWidth | undefined;
369
+ forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
370
+ gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
371
+ gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
372
+ gridAutoRows?: csstype.Property.GridAutoRows<string | number> | undefined;
373
+ gridColumnEnd?: csstype.Property.GridColumnEnd | undefined;
374
+ gridColumnStart?: csstype.Property.GridColumnStart | undefined;
375
+ gridRowEnd?: csstype.Property.GridRowEnd | undefined;
376
+ gridRowStart?: csstype.Property.GridRowStart | undefined;
377
+ gridTemplateAreas?: csstype.Property.GridTemplateAreas | undefined;
378
+ gridTemplateColumns?: csstype.Property.GridTemplateColumns<string | number> | undefined;
379
+ gridTemplateRows?: csstype.Property.GridTemplateRows<string | number> | undefined;
380
+ hangingPunctuation?: csstype.Property.HangingPunctuation | undefined;
381
+ height?: csstype.Property.Height<string | number> | undefined;
382
+ hyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
383
+ hyphenateLimitChars?: csstype.Property.HyphenateLimitChars | undefined;
384
+ hyphens?: csstype.Property.Hyphens | undefined;
385
+ imageOrientation?: csstype.Property.ImageOrientation | undefined;
386
+ imageRendering?: csstype.Property.ImageRendering | undefined;
387
+ imageResolution?: csstype.Property.ImageResolution | undefined;
388
+ initialLetter?: csstype.Property.InitialLetter | undefined;
389
+ initialLetterAlign?: csstype.Property.InitialLetterAlign | undefined;
390
+ inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
391
+ insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
392
+ insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
393
+ insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
394
+ insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
395
+ interpolateSize?: csstype.Property.InterpolateSize | undefined;
396
+ isolation?: csstype.Property.Isolation | undefined;
397
+ justifyContent?: csstype.Property.JustifyContent | undefined;
398
+ justifyItems?: csstype.Property.JustifyItems | undefined;
399
+ justifySelf?: csstype.Property.JustifySelf | undefined;
400
+ justifyTracks?: csstype.Property.JustifyTracks | undefined;
401
+ left?: csstype.Property.Left<string | number> | undefined;
402
+ letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
403
+ lightingColor?: csstype.Property.LightingColor | undefined;
404
+ lineBreak?: csstype.Property.LineBreak | undefined;
405
+ lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
406
+ lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
407
+ listStyleImage?: csstype.Property.ListStyleImage | undefined;
408
+ listStylePosition?: csstype.Property.ListStylePosition | undefined;
409
+ listStyleType?: csstype.Property.ListStyleType | undefined;
410
+ marginBlockEnd?: csstype.Property.MarginBlockEnd<string | number> | undefined;
411
+ marginBlockStart?: csstype.Property.MarginBlockStart<string | number> | undefined;
412
+ marginBottom?: csstype.Property.MarginBottom<string | number> | undefined;
413
+ marginInlineEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
414
+ marginInlineStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
415
+ marginLeft?: csstype.Property.MarginLeft<string | number> | undefined;
416
+ marginRight?: csstype.Property.MarginRight<string | number> | undefined;
417
+ marginTop?: csstype.Property.MarginTop<string | number> | undefined;
418
+ marginTrim?: csstype.Property.MarginTrim | undefined;
419
+ marker?: csstype.Property.Marker | undefined;
420
+ markerEnd?: csstype.Property.MarkerEnd | undefined;
421
+ markerMid?: csstype.Property.MarkerMid | undefined;
422
+ markerStart?: csstype.Property.MarkerStart | undefined;
423
+ maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
424
+ maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
425
+ maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
426
+ maskBorderSlice?: csstype.Property.MaskBorderSlice | undefined;
427
+ maskBorderSource?: csstype.Property.MaskBorderSource | undefined;
428
+ maskBorderWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
429
+ maskClip?: csstype.Property.MaskClip | undefined;
430
+ maskComposite?: csstype.Property.MaskComposite | undefined;
431
+ maskImage?: csstype.Property.MaskImage | undefined;
432
+ maskMode?: csstype.Property.MaskMode | undefined;
433
+ maskOrigin?: csstype.Property.MaskOrigin | undefined;
434
+ maskPosition?: csstype.Property.MaskPosition<string | number> | undefined;
435
+ maskRepeat?: csstype.Property.MaskRepeat | undefined;
436
+ maskSize?: csstype.Property.MaskSize<string | number> | undefined;
437
+ maskType?: csstype.Property.MaskType | undefined;
438
+ masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
439
+ mathDepth?: csstype.Property.MathDepth | undefined;
440
+ mathShift?: csstype.Property.MathShift | undefined;
441
+ mathStyle?: csstype.Property.MathStyle | undefined;
442
+ maxBlockSize?: csstype.Property.MaxBlockSize<string | number> | undefined;
443
+ maxHeight?: csstype.Property.MaxHeight<string | number> | undefined;
444
+ maxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
445
+ maxLines?: csstype.Property.MaxLines | undefined;
446
+ maxWidth?: csstype.Property.MaxWidth<string | number> | undefined;
447
+ minBlockSize?: csstype.Property.MinBlockSize<string | number> | undefined;
448
+ minHeight?: csstype.Property.MinHeight<string | number> | undefined;
449
+ minInlineSize?: csstype.Property.MinInlineSize<string | number> | undefined;
450
+ minWidth?: csstype.Property.MinWidth<string | number> | undefined;
451
+ mixBlendMode?: csstype.Property.MixBlendMode | undefined;
452
+ motionDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
453
+ motionPath?: csstype.Property.OffsetPath | undefined;
454
+ motionRotation?: csstype.Property.OffsetRotate | undefined;
455
+ objectFit?: csstype.Property.ObjectFit | undefined;
456
+ objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
457
+ objectViewBox?: csstype.Property.ObjectViewBox | undefined;
458
+ offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
459
+ offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
460
+ offsetPath?: csstype.Property.OffsetPath | undefined;
461
+ offsetPosition?: csstype.Property.OffsetPosition<string | number> | undefined;
462
+ offsetRotate?: csstype.Property.OffsetRotate | undefined;
463
+ offsetRotation?: csstype.Property.OffsetRotate | undefined;
464
+ opacity?: csstype.Property.Opacity | undefined;
465
+ order?: csstype.Property.Order | undefined;
466
+ orphans?: csstype.Property.Orphans | undefined;
467
+ outlineColor?: csstype.Property.OutlineColor | undefined;
468
+ outlineOffset?: csstype.Property.OutlineOffset<string | number> | undefined;
469
+ outlineStyle?: csstype.Property.OutlineStyle | undefined;
470
+ outlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
471
+ overflowAnchor?: csstype.Property.OverflowAnchor | undefined;
472
+ overflowBlock?: csstype.Property.OverflowBlock | undefined;
473
+ overflowClipBox?: csstype.Property.OverflowClipBox | undefined;
474
+ overflowClipMargin?: csstype.Property.OverflowClipMargin<string | number> | undefined;
475
+ overflowInline?: csstype.Property.OverflowInline | undefined;
476
+ overflowWrap?: csstype.Property.OverflowWrap | undefined;
477
+ overflowX?: csstype.Property.OverflowX | undefined;
478
+ overflowY?: csstype.Property.OverflowY | undefined;
479
+ overlay?: csstype.Property.Overlay | undefined;
480
+ overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
481
+ overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
482
+ overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
483
+ overscrollBehaviorY?: csstype.Property.OverscrollBehaviorY | undefined;
484
+ paddingBlockEnd?: csstype.Property.PaddingBlockEnd<string | number> | undefined;
485
+ paddingBlockStart?: csstype.Property.PaddingBlockStart<string | number> | undefined;
486
+ paddingBottom?: csstype.Property.PaddingBottom<string | number> | undefined;
487
+ paddingInlineEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
488
+ paddingInlineStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
489
+ paddingLeft?: csstype.Property.PaddingLeft<string | number> | undefined;
490
+ paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
491
+ paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
492
+ page?: csstype.Property.Page | undefined;
493
+ paintOrder?: csstype.Property.PaintOrder | undefined;
494
+ perspective?: csstype.Property.Perspective<string | number> | undefined;
495
+ perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
496
+ pointerEvents?: csstype.Property.PointerEvents | undefined;
497
+ position?: csstype.Property.Position | undefined;
498
+ positionAnchor?: csstype.Property.PositionAnchor | undefined;
499
+ positionArea?: csstype.Property.PositionArea | undefined;
500
+ positionTryFallbacks?: csstype.Property.PositionTryFallbacks | undefined;
501
+ positionTryOrder?: csstype.Property.PositionTryOrder | undefined;
502
+ positionVisibility?: csstype.Property.PositionVisibility | undefined;
503
+ printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
504
+ quotes?: csstype.Property.Quotes | undefined;
505
+ r?: csstype.Property.R<string | number> | undefined;
506
+ resize?: csstype.Property.Resize | undefined;
507
+ right?: csstype.Property.Right<string | number> | undefined;
508
+ rotate?: csstype.Property.Rotate | undefined;
509
+ rowGap?: csstype.Property.RowGap<string | number> | undefined;
510
+ rubyAlign?: csstype.Property.RubyAlign | undefined;
511
+ rubyMerge?: csstype.Property.RubyMerge | undefined;
512
+ rubyOverhang?: csstype.Property.RubyOverhang | undefined;
513
+ rubyPosition?: csstype.Property.RubyPosition | undefined;
514
+ rx?: csstype.Property.Rx<string | number> | undefined;
515
+ ry?: csstype.Property.Ry<string | number> | undefined;
516
+ scale?: csstype.Property.Scale | undefined;
517
+ scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
518
+ scrollInitialTarget?: csstype.Property.ScrollInitialTarget | undefined;
519
+ scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
520
+ scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
521
+ scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
522
+ scrollMarginInlineEnd?: csstype.Property.ScrollMarginInlineEnd<string | number> | undefined;
523
+ scrollMarginInlineStart?: csstype.Property.ScrollMarginInlineStart<string | number> | undefined;
524
+ scrollMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
525
+ scrollMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
526
+ scrollMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
527
+ scrollPaddingBlockEnd?: csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined;
528
+ scrollPaddingBlockStart?: csstype.Property.ScrollPaddingBlockStart<string | number> | undefined;
529
+ scrollPaddingBottom?: csstype.Property.ScrollPaddingBottom<string | number> | undefined;
530
+ scrollPaddingInlineEnd?: csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined;
531
+ scrollPaddingInlineStart?: csstype.Property.ScrollPaddingInlineStart<string | number> | undefined;
532
+ scrollPaddingLeft?: csstype.Property.ScrollPaddingLeft<string | number> | undefined;
533
+ scrollPaddingRight?: csstype.Property.ScrollPaddingRight<string | number> | undefined;
534
+ scrollPaddingTop?: csstype.Property.ScrollPaddingTop<string | number> | undefined;
535
+ scrollSnapAlign?: csstype.Property.ScrollSnapAlign | undefined;
536
+ scrollSnapMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
537
+ scrollSnapMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
538
+ scrollSnapMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
539
+ scrollSnapMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
540
+ scrollSnapStop?: csstype.Property.ScrollSnapStop | undefined;
541
+ scrollSnapType?: csstype.Property.ScrollSnapType | undefined;
542
+ scrollTimelineAxis?: csstype.Property.ScrollTimelineAxis | undefined;
543
+ scrollTimelineName?: csstype.Property.ScrollTimelineName | undefined;
544
+ scrollbarColor?: csstype.Property.ScrollbarColor | undefined;
545
+ scrollbarGutter?: csstype.Property.ScrollbarGutter | undefined;
546
+ scrollbarWidth?: csstype.Property.ScrollbarWidth | undefined;
547
+ shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
548
+ shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
549
+ shapeOutside?: csstype.Property.ShapeOutside | undefined;
550
+ shapeRendering?: csstype.Property.ShapeRendering | undefined;
551
+ speakAs?: csstype.Property.SpeakAs | undefined;
552
+ stopColor?: csstype.Property.StopColor | undefined;
553
+ stopOpacity?: csstype.Property.StopOpacity | undefined;
554
+ stroke?: csstype.Property.Stroke | undefined;
555
+ strokeColor?: csstype.Property.StrokeColor | undefined;
556
+ strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
557
+ strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
558
+ strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
559
+ strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
560
+ strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
561
+ strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
562
+ strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
563
+ tabSize?: csstype.Property.TabSize<string | number> | undefined;
564
+ tableLayout?: csstype.Property.TableLayout | undefined;
565
+ textAlign?: csstype.Property.TextAlign | undefined;
566
+ textAlignLast?: csstype.Property.TextAlignLast | undefined;
567
+ textAnchor?: csstype.Property.TextAnchor | undefined;
568
+ textAutospace?: csstype.Property.TextAutospace | undefined;
569
+ textBox?: csstype.Property.TextBox | undefined;
570
+ textBoxEdge?: csstype.Property.TextBoxEdge | undefined;
571
+ textBoxTrim?: csstype.Property.TextBoxTrim | undefined;
572
+ textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
573
+ textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
574
+ textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
575
+ textDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
576
+ textDecorationSkipInk?: csstype.Property.TextDecorationSkipInk | undefined;
577
+ textDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
578
+ textDecorationThickness?: csstype.Property.TextDecorationThickness<string | number> | undefined;
579
+ textEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
580
+ textEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
581
+ textEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
582
+ textIndent?: csstype.Property.TextIndent<string | number> | undefined;
583
+ textJustify?: csstype.Property.TextJustify | undefined;
584
+ textOrientation?: csstype.Property.TextOrientation | undefined;
585
+ textOverflow?: csstype.Property.TextOverflow | undefined;
586
+ textRendering?: csstype.Property.TextRendering | undefined;
587
+ textShadow?: csstype.Property.TextShadow | undefined;
588
+ textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
589
+ textSpacingTrim?: csstype.Property.TextSpacingTrim | undefined;
590
+ textTransform?: csstype.Property.TextTransform | undefined;
591
+ textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
592
+ textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
593
+ textWrapMode?: csstype.Property.TextWrapMode | undefined;
594
+ textWrapStyle?: csstype.Property.TextWrapStyle | undefined;
595
+ timelineScope?: csstype.Property.TimelineScope | undefined;
596
+ top?: csstype.Property.Top<string | number> | undefined;
597
+ touchAction?: csstype.Property.TouchAction | undefined;
598
+ transform?: csstype.Property.Transform | undefined;
599
+ transformBox?: csstype.Property.TransformBox | undefined;
600
+ transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
601
+ transformStyle?: csstype.Property.TransformStyle | undefined;
602
+ transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
603
+ transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
604
+ transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
605
+ transitionProperty?: csstype.Property.TransitionProperty | undefined;
606
+ transitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
607
+ translate?: csstype.Property.Translate<string | number> | undefined;
608
+ unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
609
+ userSelect?: csstype.Property.UserSelect | undefined;
610
+ vectorEffect?: csstype.Property.VectorEffect | undefined;
611
+ verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
612
+ viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
613
+ viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
614
+ viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
615
+ viewTransitionClass?: csstype.Property.ViewTransitionClass | undefined;
616
+ viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
617
+ visibility?: csstype.Property.Visibility | undefined;
618
+ whiteSpace?: csstype.Property.WhiteSpace | undefined;
619
+ whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
620
+ widows?: csstype.Property.Widows | undefined;
621
+ width?: csstype.Property.Width<string | number> | undefined;
622
+ willChange?: csstype.Property.WillChange | undefined;
623
+ wordBreak?: csstype.Property.WordBreak | undefined;
624
+ wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
625
+ wordWrap?: csstype.Property.WordWrap | undefined;
626
+ writingMode?: csstype.Property.WritingMode | undefined;
627
+ x?: csstype.Property.X<string | number> | undefined;
628
+ y?: csstype.Property.Y<string | number> | undefined;
629
+ zIndex?: csstype.Property.ZIndex | undefined;
630
+ zoom?: csstype.Property.Zoom | undefined;
631
+ all?: csstype.Property.All | undefined;
632
+ animation?: csstype.Property.Animation<string & {}> | undefined;
633
+ animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
634
+ background?: csstype.Property.Background<string | number> | undefined;
635
+ backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
636
+ border?: csstype.Property.Border<string | number> | undefined;
637
+ borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
638
+ borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
639
+ borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
640
+ borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
641
+ borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
642
+ borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
643
+ borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
644
+ borderColor?: csstype.Property.BorderColor | undefined;
645
+ borderImage?: csstype.Property.BorderImage | undefined;
646
+ borderInline?: csstype.Property.BorderInline<string | number> | undefined;
647
+ borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
648
+ borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
649
+ borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
650
+ borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
651
+ borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
652
+ borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
653
+ borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
654
+ borderRight?: csstype.Property.BorderRight<string | number> | undefined;
655
+ borderStyle?: csstype.Property.BorderStyle | undefined;
656
+ borderTop?: csstype.Property.BorderTop<string | number> | undefined;
657
+ borderWidth?: csstype.Property.BorderWidth<string | number> | undefined;
658
+ caret?: csstype.Property.Caret | undefined;
659
+ columnRule?: csstype.Property.ColumnRule<string | number> | undefined;
660
+ columns?: csstype.Property.Columns<string | number> | undefined;
661
+ containIntrinsicSize?: csstype.Property.ContainIntrinsicSize<string | number> | undefined;
662
+ container?: csstype.Property.Container | undefined;
663
+ flex?: csstype.Property.Flex<string | number> | undefined;
664
+ flexFlow?: csstype.Property.FlexFlow | undefined;
665
+ font?: csstype.Property.Font | undefined;
666
+ gap?: csstype.Property.Gap<string | number> | undefined;
667
+ grid?: csstype.Property.Grid | undefined;
668
+ gridArea?: csstype.Property.GridArea | undefined;
669
+ gridColumn?: csstype.Property.GridColumn | undefined;
670
+ gridRow?: csstype.Property.GridRow | undefined;
671
+ gridTemplate?: csstype.Property.GridTemplate | undefined;
672
+ inset?: csstype.Property.Inset<string | number> | undefined;
673
+ insetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
674
+ insetInline?: csstype.Property.InsetInline<string | number> | undefined;
675
+ lineClamp?: csstype.Property.LineClamp | undefined;
676
+ listStyle?: csstype.Property.ListStyle | undefined;
677
+ margin?: csstype.Property.Margin<string | number> | undefined;
678
+ marginBlock?: csstype.Property.MarginBlock<string | number> | undefined;
679
+ marginInline?: csstype.Property.MarginInline<string | number> | undefined;
680
+ mask?: csstype.Property.Mask<string | number> | undefined;
681
+ maskBorder?: csstype.Property.MaskBorder | undefined;
682
+ motion?: csstype.Property.Offset<string | number> | undefined;
683
+ offset?: csstype.Property.Offset<string | number> | undefined;
684
+ outline?: csstype.Property.Outline<string | number> | undefined;
685
+ overflow?: csstype.Property.Overflow | undefined;
686
+ overscrollBehavior?: csstype.Property.OverscrollBehavior | undefined;
687
+ padding?: csstype.Property.Padding<string | number> | undefined;
688
+ paddingBlock?: csstype.Property.PaddingBlock<string | number> | undefined;
689
+ paddingInline?: csstype.Property.PaddingInline<string | number> | undefined;
690
+ placeContent?: csstype.Property.PlaceContent | undefined;
691
+ placeItems?: csstype.Property.PlaceItems | undefined;
692
+ placeSelf?: csstype.Property.PlaceSelf | undefined;
693
+ positionTry?: csstype.Property.PositionTry | undefined;
694
+ scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
695
+ scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
696
+ scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
697
+ scrollPadding?: csstype.Property.ScrollPadding<string | number> | undefined;
698
+ scrollPaddingBlock?: csstype.Property.ScrollPaddingBlock<string | number> | undefined;
699
+ scrollPaddingInline?: csstype.Property.ScrollPaddingInline<string | number> | undefined;
700
+ scrollSnapMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
701
+ scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
702
+ textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
703
+ textEmphasis?: csstype.Property.TextEmphasis | undefined;
704
+ textWrap?: csstype.Property.TextWrap | undefined;
705
+ transition?: csstype.Property.Transition<string & {}> | undefined;
706
+ viewTimeline?: csstype.Property.ViewTimeline | undefined;
707
+ MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
708
+ MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
709
+ MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
710
+ MozAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
711
+ MozAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
712
+ MozAnimationName?: csstype.Property.AnimationName | undefined;
713
+ MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
714
+ MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
715
+ MozAppearance?: csstype.Property.MozAppearance | undefined;
716
+ MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
717
+ MozBinding?: csstype.Property.MozBinding | undefined;
718
+ MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
719
+ MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
720
+ MozBorderEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
721
+ MozBorderEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
722
+ MozBorderLeftColors?: csstype.Property.MozBorderLeftColors | undefined;
723
+ MozBorderRightColors?: csstype.Property.MozBorderRightColors | undefined;
724
+ MozBorderStartColor?: csstype.Property.BorderInlineStartColor | undefined;
725
+ MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
726
+ MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
727
+ MozBoxSizing?: csstype.Property.BoxSizing | undefined;
728
+ MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
729
+ MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
730
+ MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
731
+ MozColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
732
+ MozContextProperties?: csstype.Property.MozContextProperties | undefined;
733
+ MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
734
+ MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
735
+ MozHyphens?: csstype.Property.Hyphens | undefined;
736
+ MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
737
+ MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
738
+ MozOrient?: csstype.Property.MozOrient | undefined;
739
+ MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
740
+ MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
741
+ MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
742
+ MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
743
+ MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
744
+ MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
745
+ MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
746
+ MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
747
+ MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
748
+ MozStackSizing?: csstype.Property.MozStackSizing | undefined;
749
+ MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
750
+ MozTextBlink?: csstype.Property.MozTextBlink | undefined;
751
+ MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
752
+ MozTransform?: csstype.Property.Transform | undefined;
753
+ MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
754
+ MozTransformStyle?: csstype.Property.TransformStyle | undefined;
755
+ MozUserModify?: csstype.Property.MozUserModify | undefined;
756
+ MozUserSelect?: csstype.Property.UserSelect | undefined;
757
+ MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
758
+ MozWindowShadow?: csstype.Property.MozWindowShadow | undefined;
759
+ msAccelerator?: csstype.Property.MsAccelerator | undefined;
760
+ msBlockProgression?: csstype.Property.MsBlockProgression | undefined;
761
+ msContentZoomChaining?: csstype.Property.MsContentZoomChaining | undefined;
762
+ msContentZoomLimitMax?: csstype.Property.MsContentZoomLimitMax | undefined;
763
+ msContentZoomLimitMin?: csstype.Property.MsContentZoomLimitMin | undefined;
764
+ msContentZoomSnapPoints?: csstype.Property.MsContentZoomSnapPoints | undefined;
765
+ msContentZoomSnapType?: csstype.Property.MsContentZoomSnapType | undefined;
766
+ msContentZooming?: csstype.Property.MsContentZooming | undefined;
767
+ msFilter?: csstype.Property.MsFilter | undefined;
768
+ msFlexDirection?: csstype.Property.FlexDirection | undefined;
769
+ msFlexPositive?: csstype.Property.FlexGrow | undefined;
770
+ msFlowFrom?: csstype.Property.MsFlowFrom | undefined;
771
+ msFlowInto?: csstype.Property.MsFlowInto | undefined;
772
+ msGridColumns?: csstype.Property.MsGridColumns<string | number> | undefined;
773
+ msGridRows?: csstype.Property.MsGridRows<string | number> | undefined;
774
+ msHighContrastAdjust?: csstype.Property.MsHighContrastAdjust | undefined;
775
+ msHyphenateLimitChars?: csstype.Property.MsHyphenateLimitChars | undefined;
776
+ msHyphenateLimitLines?: csstype.Property.MsHyphenateLimitLines | undefined;
777
+ msHyphenateLimitZone?: csstype.Property.MsHyphenateLimitZone<string | number> | undefined;
778
+ msHyphens?: csstype.Property.Hyphens | undefined;
779
+ msImeAlign?: csstype.Property.MsImeAlign | undefined;
780
+ msLineBreak?: csstype.Property.LineBreak | undefined;
781
+ msOrder?: csstype.Property.Order | undefined;
782
+ msOverflowStyle?: csstype.Property.MsOverflowStyle | undefined;
783
+ msOverflowX?: csstype.Property.OverflowX | undefined;
784
+ msOverflowY?: csstype.Property.OverflowY | undefined;
785
+ msScrollChaining?: csstype.Property.MsScrollChaining | undefined;
786
+ msScrollLimitXMax?: csstype.Property.MsScrollLimitXMax<string | number> | undefined;
787
+ msScrollLimitXMin?: csstype.Property.MsScrollLimitXMin<string | number> | undefined;
788
+ msScrollLimitYMax?: csstype.Property.MsScrollLimitYMax<string | number> | undefined;
789
+ msScrollLimitYMin?: csstype.Property.MsScrollLimitYMin<string | number> | undefined;
790
+ msScrollRails?: csstype.Property.MsScrollRails | undefined;
791
+ msScrollSnapPointsX?: csstype.Property.MsScrollSnapPointsX | undefined;
792
+ msScrollSnapPointsY?: csstype.Property.MsScrollSnapPointsY | undefined;
793
+ msScrollSnapType?: csstype.Property.MsScrollSnapType | undefined;
794
+ msScrollTranslation?: csstype.Property.MsScrollTranslation | undefined;
795
+ msScrollbar3dlightColor?: csstype.Property.MsScrollbar3dlightColor | undefined;
796
+ msScrollbarArrowColor?: csstype.Property.MsScrollbarArrowColor | undefined;
797
+ msScrollbarBaseColor?: csstype.Property.MsScrollbarBaseColor | undefined;
798
+ msScrollbarDarkshadowColor?: csstype.Property.MsScrollbarDarkshadowColor | undefined;
799
+ msScrollbarFaceColor?: csstype.Property.MsScrollbarFaceColor | undefined;
800
+ msScrollbarHighlightColor?: csstype.Property.MsScrollbarHighlightColor | undefined;
801
+ msScrollbarShadowColor?: csstype.Property.MsScrollbarShadowColor | undefined;
802
+ msScrollbarTrackColor?: csstype.Property.MsScrollbarTrackColor | undefined;
803
+ msTextAutospace?: csstype.Property.MsTextAutospace | undefined;
804
+ msTextCombineHorizontal?: csstype.Property.TextCombineUpright | undefined;
805
+ msTextOverflow?: csstype.Property.TextOverflow | undefined;
806
+ msTouchAction?: csstype.Property.TouchAction | undefined;
807
+ msTouchSelect?: csstype.Property.MsTouchSelect | undefined;
808
+ msTransform?: csstype.Property.Transform | undefined;
809
+ msTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
810
+ msTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
811
+ msTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
812
+ msTransitionProperty?: csstype.Property.TransitionProperty | undefined;
813
+ msTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
814
+ msUserSelect?: csstype.Property.MsUserSelect | undefined;
815
+ msWordBreak?: csstype.Property.WordBreak | undefined;
816
+ msWrapFlow?: csstype.Property.MsWrapFlow | undefined;
817
+ msWrapMargin?: csstype.Property.MsWrapMargin<string | number> | undefined;
818
+ msWrapThrough?: csstype.Property.MsWrapThrough | undefined;
819
+ msWritingMode?: csstype.Property.WritingMode | undefined;
820
+ WebkitAlignContent?: csstype.Property.AlignContent | undefined;
821
+ WebkitAlignItems?: csstype.Property.AlignItems | undefined;
822
+ WebkitAlignSelf?: csstype.Property.AlignSelf | undefined;
823
+ WebkitAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
824
+ WebkitAnimationDirection?: csstype.Property.AnimationDirection | undefined;
825
+ WebkitAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
826
+ WebkitAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
827
+ WebkitAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
828
+ WebkitAnimationName?: csstype.Property.AnimationName | undefined;
829
+ WebkitAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
830
+ WebkitAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
831
+ WebkitAppearance?: csstype.Property.WebkitAppearance | undefined;
832
+ WebkitBackdropFilter?: csstype.Property.BackdropFilter | undefined;
833
+ WebkitBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
834
+ WebkitBackgroundClip?: csstype.Property.BackgroundClip | undefined;
835
+ WebkitBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
836
+ WebkitBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
837
+ WebkitBorderBeforeColor?: csstype.Property.WebkitBorderBeforeColor | undefined;
838
+ WebkitBorderBeforeStyle?: csstype.Property.WebkitBorderBeforeStyle | undefined;
839
+ WebkitBorderBeforeWidth?: csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined;
840
+ WebkitBorderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
841
+ WebkitBorderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
842
+ WebkitBorderImageSlice?: csstype.Property.BorderImageSlice | undefined;
843
+ WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
844
+ WebkitBorderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
845
+ WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
846
+ WebkitBoxReflect?: csstype.Property.WebkitBoxReflect<string | number> | undefined;
847
+ WebkitBoxShadow?: csstype.Property.BoxShadow | undefined;
848
+ WebkitBoxSizing?: csstype.Property.BoxSizing | undefined;
849
+ WebkitClipPath?: csstype.Property.ClipPath | undefined;
850
+ WebkitColumnCount?: csstype.Property.ColumnCount | undefined;
851
+ WebkitColumnFill?: csstype.Property.ColumnFill | undefined;
852
+ WebkitColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
853
+ WebkitColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
854
+ WebkitColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
855
+ WebkitColumnSpan?: csstype.Property.ColumnSpan | undefined;
856
+ WebkitColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
857
+ WebkitFilter?: csstype.Property.Filter | undefined;
858
+ WebkitFlexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
859
+ WebkitFlexDirection?: csstype.Property.FlexDirection | undefined;
860
+ WebkitFlexGrow?: csstype.Property.FlexGrow | undefined;
861
+ WebkitFlexShrink?: csstype.Property.FlexShrink | undefined;
862
+ WebkitFlexWrap?: csstype.Property.FlexWrap | undefined;
863
+ WebkitFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
864
+ WebkitFontKerning?: csstype.Property.FontKerning | undefined;
865
+ WebkitFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
866
+ WebkitFontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
867
+ WebkitHyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
868
+ WebkitHyphens?: csstype.Property.Hyphens | undefined;
869
+ WebkitInitialLetter?: csstype.Property.InitialLetter | undefined;
870
+ WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
871
+ WebkitLineBreak?: csstype.Property.LineBreak | undefined;
872
+ WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
873
+ WebkitLogicalHeight?: csstype.Property.BlockSize<string | number> | undefined;
874
+ WebkitLogicalWidth?: csstype.Property.InlineSize<string | number> | undefined;
875
+ WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
876
+ WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
877
+ WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
878
+ WebkitMaskBoxImageOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
879
+ WebkitMaskBoxImageRepeat?: csstype.Property.MaskBorderRepeat | undefined;
880
+ WebkitMaskBoxImageSlice?: csstype.Property.MaskBorderSlice | undefined;
881
+ WebkitMaskBoxImageSource?: csstype.Property.MaskBorderSource | undefined;
882
+ WebkitMaskBoxImageWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
883
+ WebkitMaskClip?: csstype.Property.WebkitMaskClip | undefined;
884
+ WebkitMaskComposite?: csstype.Property.WebkitMaskComposite | undefined;
885
+ WebkitMaskImage?: csstype.Property.WebkitMaskImage | undefined;
886
+ WebkitMaskOrigin?: csstype.Property.WebkitMaskOrigin | undefined;
887
+ WebkitMaskPosition?: csstype.Property.WebkitMaskPosition<string | number> | undefined;
888
+ WebkitMaskPositionX?: csstype.Property.WebkitMaskPositionX<string | number> | undefined;
889
+ WebkitMaskPositionY?: csstype.Property.WebkitMaskPositionY<string | number> | undefined;
890
+ WebkitMaskRepeat?: csstype.Property.WebkitMaskRepeat | undefined;
891
+ WebkitMaskRepeatX?: csstype.Property.WebkitMaskRepeatX | undefined;
892
+ WebkitMaskRepeatY?: csstype.Property.WebkitMaskRepeatY | undefined;
893
+ WebkitMaskSize?: csstype.Property.WebkitMaskSize<string | number> | undefined;
894
+ WebkitMaxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
895
+ WebkitOrder?: csstype.Property.Order | undefined;
896
+ WebkitOverflowScrolling?: csstype.Property.WebkitOverflowScrolling | undefined;
897
+ WebkitPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
898
+ WebkitPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
899
+ WebkitPerspective?: csstype.Property.Perspective<string | number> | undefined;
900
+ WebkitPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
901
+ WebkitPrintColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
902
+ WebkitRubyPosition?: csstype.Property.RubyPosition | undefined;
903
+ WebkitScrollSnapType?: csstype.Property.ScrollSnapType | undefined;
904
+ WebkitShapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
905
+ WebkitTapHighlightColor?: csstype.Property.WebkitTapHighlightColor | undefined;
906
+ WebkitTextCombine?: csstype.Property.TextCombineUpright | undefined;
907
+ WebkitTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
908
+ WebkitTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
909
+ WebkitTextDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
910
+ WebkitTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
911
+ WebkitTextEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
912
+ WebkitTextEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
913
+ WebkitTextEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
914
+ WebkitTextFillColor?: csstype.Property.WebkitTextFillColor | undefined;
915
+ WebkitTextOrientation?: csstype.Property.TextOrientation | undefined;
916
+ WebkitTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
917
+ WebkitTextStrokeColor?: csstype.Property.WebkitTextStrokeColor | undefined;
918
+ WebkitTextStrokeWidth?: csstype.Property.WebkitTextStrokeWidth<string | number> | undefined;
919
+ WebkitTextUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
920
+ WebkitTouchCallout?: csstype.Property.WebkitTouchCallout | undefined;
921
+ WebkitTransform?: csstype.Property.Transform | undefined;
922
+ WebkitTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
923
+ WebkitTransformStyle?: csstype.Property.TransformStyle | undefined;
924
+ WebkitTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
925
+ WebkitTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
926
+ WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
927
+ WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
928
+ WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
929
+ WebkitUserSelect?: csstype.Property.WebkitUserSelect | undefined;
930
+ WebkitWritingMode?: csstype.Property.WritingMode | undefined;
931
+ MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
932
+ MozBorderImage?: csstype.Property.BorderImage | undefined;
933
+ MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
934
+ MozColumns?: csstype.Property.Columns<string | number> | undefined;
935
+ MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
936
+ MozTransition?: csstype.Property.Transition<string & {}> | undefined;
937
+ msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
938
+ msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
939
+ msFlex?: csstype.Property.Flex<string | number> | undefined;
940
+ msScrollLimit?: csstype.Property.MsScrollLimit | undefined;
941
+ msScrollSnapX?: csstype.Property.MsScrollSnapX | undefined;
942
+ msScrollSnapY?: csstype.Property.MsScrollSnapY | undefined;
943
+ msTransition?: csstype.Property.Transition<string & {}> | undefined;
944
+ WebkitAnimation?: csstype.Property.Animation<string & {}> | undefined;
945
+ WebkitBorderBefore?: csstype.Property.WebkitBorderBefore<string | number> | undefined;
946
+ WebkitBorderImage?: csstype.Property.BorderImage | undefined;
947
+ WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
948
+ WebkitColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
949
+ WebkitColumns?: csstype.Property.Columns<string | number> | undefined;
950
+ WebkitFlex?: csstype.Property.Flex<string | number> | undefined;
951
+ WebkitFlexFlow?: csstype.Property.FlexFlow | undefined;
952
+ WebkitMask?: csstype.Property.WebkitMask<string | number> | undefined;
953
+ WebkitMaskBoxImage?: csstype.Property.MaskBorder | undefined;
954
+ WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
955
+ WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
956
+ WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
957
+ boxAlign?: csstype.Property.BoxAlign | undefined;
958
+ boxDirection?: csstype.Property.BoxDirection | undefined;
959
+ boxFlex?: csstype.Property.BoxFlex | undefined;
960
+ boxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
961
+ boxLines?: csstype.Property.BoxLines | undefined;
962
+ boxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
963
+ boxOrient?: csstype.Property.BoxOrient | undefined;
964
+ boxPack?: csstype.Property.BoxPack | undefined;
965
+ clip?: csstype.Property.Clip | undefined;
966
+ fontStretch?: csstype.Property.FontStretch | undefined;
967
+ gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
968
+ gridGap?: csstype.Property.GridGap<string | number> | undefined;
969
+ gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
970
+ imeMode?: csstype.Property.ImeMode | undefined;
971
+ insetArea?: csstype.Property.PositionArea | undefined;
972
+ offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
973
+ offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
974
+ offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
975
+ offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
976
+ offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
977
+ offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
978
+ pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
979
+ pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
980
+ pageBreakInside?: csstype.Property.PageBreakInside | undefined;
981
+ positionTryOptions?: csstype.Property.PositionTryFallbacks | undefined;
982
+ scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
983
+ scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
984
+ scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
985
+ scrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
986
+ scrollSnapTypeX?: csstype.Property.ScrollSnapTypeX | undefined;
987
+ scrollSnapTypeY?: csstype.Property.ScrollSnapTypeY | undefined;
988
+ KhtmlBoxAlign?: csstype.Property.BoxAlign | undefined;
989
+ KhtmlBoxDirection?: csstype.Property.BoxDirection | undefined;
990
+ KhtmlBoxFlex?: csstype.Property.BoxFlex | undefined;
991
+ KhtmlBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
992
+ KhtmlBoxLines?: csstype.Property.BoxLines | undefined;
993
+ KhtmlBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
994
+ KhtmlBoxOrient?: csstype.Property.BoxOrient | undefined;
995
+ KhtmlBoxPack?: csstype.Property.BoxPack | undefined;
996
+ KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
997
+ KhtmlOpacity?: csstype.Property.Opacity | undefined;
998
+ KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
999
+ MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
1000
+ MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
1001
+ MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
1002
+ MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
1003
+ MozBorderRadiusBottomleft?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
1004
+ MozBorderRadiusBottomright?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
1005
+ MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
1006
+ MozBorderRadiusTopright?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
1007
+ MozBoxAlign?: csstype.Property.BoxAlign | undefined;
1008
+ MozBoxDirection?: csstype.Property.BoxDirection | undefined;
1009
+ MozBoxFlex?: csstype.Property.BoxFlex | undefined;
1010
+ MozBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
1011
+ MozBoxOrient?: csstype.Property.BoxOrient | undefined;
1012
+ MozBoxPack?: csstype.Property.BoxPack | undefined;
1013
+ MozBoxShadow?: csstype.Property.BoxShadow | undefined;
1014
+ MozColumnCount?: csstype.Property.ColumnCount | undefined;
1015
+ MozColumnFill?: csstype.Property.ColumnFill | undefined;
1016
+ MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
1017
+ MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
1018
+ MozOpacity?: csstype.Property.Opacity | undefined;
1019
+ MozOutline?: csstype.Property.Outline<string | number> | undefined;
1020
+ MozOutlineColor?: csstype.Property.OutlineColor | undefined;
1021
+ MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
1022
+ MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
1023
+ MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
1024
+ MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
1025
+ MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
1026
+ MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
1027
+ MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
1028
+ MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
1029
+ MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
1030
+ MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
1031
+ MozUserFocus?: csstype.Property.MozUserFocus | undefined;
1032
+ MozUserInput?: csstype.Property.MozUserInput | undefined;
1033
+ msImeMode?: csstype.Property.ImeMode | undefined;
1034
+ OAnimation?: csstype.Property.Animation<string & {}> | undefined;
1035
+ OAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
1036
+ OAnimationDirection?: csstype.Property.AnimationDirection | undefined;
1037
+ OAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
1038
+ OAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
1039
+ OAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
1040
+ OAnimationName?: csstype.Property.AnimationName | undefined;
1041
+ OAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
1042
+ OAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
1043
+ OBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
1044
+ OBorderImage?: csstype.Property.BorderImage | undefined;
1045
+ OObjectFit?: csstype.Property.ObjectFit | undefined;
1046
+ OObjectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
1047
+ OTabSize?: csstype.Property.TabSize<string | number> | undefined;
1048
+ OTextOverflow?: csstype.Property.TextOverflow | undefined;
1049
+ OTransform?: csstype.Property.Transform | undefined;
1050
+ OTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
1051
+ OTransition?: csstype.Property.Transition<string & {}> | undefined;
1052
+ OTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
1053
+ OTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
1054
+ OTransitionProperty?: csstype.Property.TransitionProperty | undefined;
1055
+ OTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
1056
+ WebkitBoxAlign?: csstype.Property.BoxAlign | undefined;
1057
+ WebkitBoxDirection?: csstype.Property.BoxDirection | undefined;
1058
+ WebkitBoxFlex?: csstype.Property.BoxFlex | undefined;
1059
+ WebkitBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
1060
+ WebkitBoxLines?: csstype.Property.BoxLines | undefined;
1061
+ WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
1062
+ WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
1063
+ WebkitBoxPack?: csstype.Property.BoxPack | undefined;
1064
+ colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
1065
+ colorRendering?: csstype.Property.ColorRendering | undefined;
1066
+ glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
1067
+ };
1068
+ }, HTMLElement> | null | undefined;
1069
+
1070
+ /**
1071
+ * Avatar lazy
1072
+ * @param props
1073
+ * @returns
1074
+ */
1075
+ declare function LazyAvatar(props: AvatarProps): react_jsx_runtime.JSX.Element;
1076
+ /**
1077
+ * Image lazy
1078
+ * @param props
1079
+ * @returns
1080
+ */
1081
+ declare function LazyImage(props: React.ImgHTMLAttributes<HTMLImageElement> & {
1082
+ hasChild?: boolean;
1083
+ }): react_jsx_runtime.JSX.Element;
1084
+
195
1085
  declare const getBlackColors: () => string[];
196
1086
  declare const getWhiteColors: () => string[];
197
1087
 
@@ -263,7 +1153,7 @@ declare const useAppIntl: () => {
263
1153
  messages: Record<string, string> | Record<string, react_intl.MessageFormatElement[]>;
264
1154
  defaultLocale: string;
265
1155
  defaultFormats: react_intl.CustomFormats;
266
- defaultRichTextElements?: Record<string, intl_messageformat.FormatXMLElementFn<react.ReactNode>> | undefined;
1156
+ defaultRichTextElements?: Record<string, intl_messageformat.FormatXMLElementFn<React$1.ReactNode>> | undefined;
267
1157
  onError: _formatjs_intl.OnErrorFn;
268
1158
  onWarn?: _formatjs_intl.OnWarnFn;
269
1159
  formatDateTimeRange(this: void, from: Parameters<Intl.DateTimeFormat["formatRange"]>[0] | string, to: Parameters<Intl.DateTimeFormat["formatRange"]>[1] | string, opts?: _formatjs_intl.FormatDateTimeRangeOptions): string;
@@ -276,10 +1166,10 @@ declare const useAppIntl: () => {
276
1166
  formatNumberToParts(this: void, value: Parameters<Intl.NumberFormat["format"]>[0], opts?: react_intl.FormatNumberOptions): Intl.NumberFormatPart[];
277
1167
  formatPlural(this: void, value: Parameters<Intl.PluralRules["select"]>[0], opts?: react_intl.FormatPluralOptions): ReturnType<Intl.PluralRules["select"]>;
278
1168
  $t(this: void, descriptor: react_intl.MessageDescriptor, values?: Record<string, intl_messageformat.PrimitiveType | intl_messageformat.FormatXMLElementFn<string, string>>, opts?: intl_messageformat.Options): string;
279
- $t<T extends react.ReactNode>(this: void, descriptor: react_intl.MessageDescriptor, values?: Record<string, intl_messageformat.PrimitiveType | T | intl_messageformat.FormatXMLElementFn<T>> | undefined, opts?: intl_messageformat.Options): string | T | (string | T)[];
1169
+ $t<T extends React$1.ReactNode>(this: void, descriptor: react_intl.MessageDescriptor, values?: Record<string, intl_messageformat.PrimitiveType | T | intl_messageformat.FormatXMLElementFn<T>> | undefined, opts?: intl_messageformat.Options): string | T | (string | T)[];
280
1170
  formatList(this: void, values: Iterable<string>, opts?: react_intl.FormatListOptions): string;
281
- formatList<T extends react.ReactNode>(this: void, values: Iterable<string | T>, opts?: react_intl.FormatListOptions): string | T | (string | T)[];
282
- formatListToParts<T extends react.ReactNode>(this: void, values: Iterable<string | T>, opts?: react_intl.FormatListOptions): _formatjs_intl.Part[];
1171
+ formatList<T extends React$1.ReactNode>(this: void, values: Iterable<string | T>, opts?: react_intl.FormatListOptions): string | T | (string | T)[];
1172
+ formatListToParts<T extends React$1.ReactNode>(this: void, values: Iterable<string | T>, opts?: react_intl.FormatListOptions): _formatjs_intl.Part[];
283
1173
  formatDisplayName(this: void, value: Parameters<Intl.DisplayNames["of"]>[0], opts: react_intl.FormatDisplayNameOptions): string | undefined;
284
1174
  };
285
1175
  declare const getAppIntl: (intl?: IntlShape) => {
@@ -339,5 +1229,5 @@ declare const setStorageConfig: (config: LayoutConfig, name?: string) => void;
339
1229
  */
340
1230
  declare const setSkinConfig: (layoutConfig: LayoutConfig, themeSkin?: ThemeSkin) => LayoutConfig;
341
1231
 
342
- export { AntdLayout, LazyPage, PageLoading, RouteLoading, buildRouteWithParams, flattenMenuData, getAntdMenuItem, getAppIntl, getBasicLayoutConfig, getBlackColors, getMenuLabel, getStorageConfig, getWhiteColors, localeMenuData, matchPathToKeys, pathToKeys, separateMenuData, setSkinConfig, setStorageConfig, splitMenuKeys, transformMenuData, transformRouteToMenuData, transformToAntdMenuData, useAppIntl, useAvatarPopover, useBrandPopover, useContainerOutlet, useMainCollapsed };
1232
+ export { AntdLayout, LazyAvatar, LazyImage, LazyPage, PageLoading, RouteLoading, ToolbarIcon, buildRouteWithParams, flattenMenuData, getAntdMenuItem, getAppIntl, getBasicLayoutConfig, getBlackColors, getMenuLabel, getStorageConfig, getWhiteColors, localeMenuData, matchPathToKeys, pathToKeys, separateMenuData, setSkinConfig, setStorageConfig, splitMenuKeys, transformMenuData, transformRouteToMenuData, transformToAntdMenuData, useAppIntl, useAvatarPopover, useBrandPopover, useContainerOutlet, useMainCollapsed };
343
1233
  export type { AntdMenuData, AsideContentProps, AsideLayoutProps, AsidePanelProps, AvatarPanelProps, BrandPanelProps, CollapsedPanelProps, HeaderLayoutProps, IconComponents, LocaleMessage, MainDispatcher, MainLayoutProps, PopoverDispatcher };