cnhis-design-vue 3.1.41-release.5 → 3.1.41-release.6

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.
Files changed (130) hide show
  1. package/es/components/button-print/src/utils/print.js +1 -1
  2. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  3. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -0
  4. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  5. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  6. package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
  7. package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
  8. package/es/components/field-set/index.d.ts +8 -0
  9. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -0
  10. package/es/components/field-set/src/FieldSet.vue.js +1 -1
  11. package/es/components/field-set/style/index.css +1 -1
  12. package/es/components/form-config/index.d.ts +6755 -44
  13. package/es/components/form-config/src/FormConfig.vue.d.ts +6897 -185
  14. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  15. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  16. package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
  17. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +4 -4
  18. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  19. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3410 -58
  20. package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
  21. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +2 -2
  22. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  23. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +3 -3
  24. package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
  25. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +10 -10
  26. package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
  27. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -6
  28. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  29. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -3
  30. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  31. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +4 -2
  32. package/es/components/form-config/src/hooks/useDataNormalize.js +1 -1
  33. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  34. package/es/components/form-config/src/types/index.d.ts +8 -2
  35. package/es/components/form-config/src/utils/index.d.ts +4 -1
  36. package/es/components/form-config/src/utils/index.js +1 -1
  37. package/es/components/form-config/style/index.css +1 -1
  38. package/es/components/form-render/index.d.ts +1 -1
  39. package/es/components/form-render/src/FormRender.vue.js +1 -1
  40. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +21 -20
  41. package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
  42. package/es/components/form-render/src/constants/index.d.ts +0 -12
  43. package/es/components/form-render/src/constants/index.js +1 -1
  44. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  45. package/es/components/form-render/src/types/index.d.ts +4 -2
  46. package/es/components/iho-table/index.d.ts +2 -2
  47. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -2
  48. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  49. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  50. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  51. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  52. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  53. package/es/components/iho-table/src/plugins/index.js +1 -1
  54. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +85 -0
  55. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
  56. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
  57. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
  58. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
  59. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
  60. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  61. package/es/components/iho-table/src/types/index.d.ts +20 -11
  62. package/es/components/iho-table/src/utils/index.js +1 -1
  63. package/es/components/iho-table/style/index.css +1 -1
  64. package/es/components/index.css +1 -1
  65. package/es/components/info-header/index.d.ts +289 -155
  66. package/es/components/info-header/src/InfoHeader.vue.d.ts +293 -160
  67. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  68. package/es/components/info-header/src/components/index.d.ts +3 -0
  69. package/es/components/info-header/src/components/index.js +1 -0
  70. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -0
  71. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -0
  72. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +266 -0
  73. package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -0
  74. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +38 -0
  75. package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -0
  76. package/es/components/info-header/src/types/index.d.ts +29 -0
  77. package/es/components/scale-view/index.d.ts +1 -2
  78. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -5
  79. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  80. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  81. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  82. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  83. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  84. package/es/components/scale-view/style/index.css +1 -1
  85. package/es/components/shortcut-setter/index.d.ts +1 -1
  86. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
  87. package/es/components/table-filter/index.d.ts +12 -77
  88. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +4 -2
  89. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  90. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +4 -22
  91. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  92. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
  93. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
  94. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  95. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +2 -2
  96. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -1
  97. package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +4 -20
  98. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -1
  99. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -1
  100. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  101. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +4 -53
  102. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  103. package/es/components/table-filter/style/index.css +1 -1
  104. package/es/shared/components/no-data/NoData.vue.d.ts +5 -0
  105. package/es/shared/components/no-data/NoData.vue.js +1 -1
  106. package/es/shared/utils/index.d.ts +16 -0
  107. package/es/shared/utils/index.js +1 -1
  108. package/package.json +1 -1
  109. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  110. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  111. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  112. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  113. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
  114. package/es/components/info-header/src/HiddenContent.vue.js +0 -1
  115. package/es/components/info-header/src/InfoEllipsis.vue.js +0 -1
  116. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  117. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  118. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  119. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  120. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  121. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  122. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  123. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  124. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -12
  125. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  126. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  127. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  128. package/es/components/info-header/src/{HiddenContent.vue.d.ts → components/infoDescription/HiddenContent.vue.d.ts} +2 -2
  129. package/es/components/info-header/src/{InfoEllipsis.vue.d.ts → components/infoDescription/InfoEllipsis.vue.d.ts} +1 -1
  130. /package/es/components/{iho-table/src/plugins/filterPlugin/types.js → info-header/src/types/index.js} +0 -0
@@ -1,3 +1,4 @@
1
+ import { PropType } from 'vue';
1
2
  import { FieldItem, FormChangePayload, FormRenderExpose } from '../../../../../es/components/form-render';
2
3
  import { FormConfigItem } from '../../../../../es/components/index';
3
4
  declare const _default: import("vue").DefineComponent<{
@@ -5,12 +6,18 @@ declare const _default: import("vue").DefineComponent<{
5
6
  type: StringConstructor;
6
7
  required: true;
7
8
  };
9
+ formRenderRef: {
10
+ type: PropType<FormRenderExpose>;
11
+ };
8
12
  }, {
9
13
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
10
14
  uuid: {
11
15
  type: StringConstructor;
12
16
  required: true;
13
17
  };
18
+ formRenderRef: {
19
+ type: PropType<FormRenderExpose>;
20
+ };
14
21
  }>> & {}>>;
15
22
  wrapperSelector: import("vue").ComputedRef<string>;
16
23
  key: import("vue").Ref<number>;
@@ -1697,10 +1704,6 @@ declare const _default: import("vue").DefineComponent<{
1697
1704
  type?: string | undefined;
1698
1705
  name?: string | undefined;
1699
1706
  show?: boolean | undefined;
1700
- options?: {
1701
- value: string;
1702
- text: string;
1703
- }[] | undefined;
1704
1707
  defaultValue?: any;
1705
1708
  defaultExpand?: boolean | undefined;
1706
1709
  fold?: boolean | undefined;
@@ -1716,10 +1719,6 @@ declare const _default: import("vue").DefineComponent<{
1716
1719
  type: string;
1717
1720
  name: string;
1718
1721
  show?: boolean | undefined;
1719
- options?: {
1720
- value: string;
1721
- text: string;
1722
- }[] | undefined;
1723
1722
  defaultValue?: any;
1724
1723
  defaultExpand?: boolean | undefined;
1725
1724
  fold?: boolean | undefined;
@@ -1730,11 +1729,3361 @@ declare const _default: import("vue").DefineComponent<{
1730
1729
  notes?: string | undefined;
1731
1730
  desc?: string | undefined;
1732
1731
  children?: any[] | undefined;
1732
+ originalSetting?: {
1733
+ [x: string]: any;
1734
+ val_key: string;
1735
+ html_type: "LINEBAR" | "DATE" | "SELECT" | ({} & string) | "COMBINATION" | "INPUT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
1736
+ annotation?: boolean | undefined;
1737
+ val_key_unit?: string | undefined;
1738
+ is_edit?: import("../../../../../es/components/form-render").FormCommonState | undefined;
1739
+ elem_width?: number | undefined;
1740
+ is_show?: import("../../../../../es/components/form-render").FormCommonState | undefined;
1741
+ is_null?: import("../../../../../es/components/form-render").FormCommonState | undefined;
1742
+ name?: string | undefined;
1743
+ alias?: string | undefined;
1744
+ default_val?: any;
1745
+ is_empty?: import("../../../../../es/components/form-render").FormCommonState | undefined;
1746
+ hide_title?: import("../../../../../es/components/form-render").FormCommonState | undefined;
1747
+ placeholder?: string | undefined;
1748
+ validate?: {
1749
+ [x: string]: any;
1750
+ obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
1751
+ vali_obj?: string | undefined;
1752
+ max_value?: string | number | undefined;
1753
+ min_value?: string | number | undefined;
1754
+ min_length?: string | number | undefined;
1755
+ max_length?: string | number | undefined;
1756
+ decimal_length?: string | number | undefined;
1757
+ regular_expression?: string | {
1758
+ exec: (string: string) => RegExpExecArray | null;
1759
+ test: (string: string) => boolean;
1760
+ readonly source: string;
1761
+ readonly global: boolean;
1762
+ readonly ignoreCase: boolean;
1763
+ readonly multiline: boolean;
1764
+ lastIndex: number;
1765
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
1766
+ readonly flags: string;
1767
+ readonly sticky: boolean;
1768
+ readonly unicode: boolean;
1769
+ readonly dotAll: boolean;
1770
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1771
+ [Symbol.replace]: {
1772
+ (string: string, replaceValue: string): string;
1773
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1774
+ };
1775
+ [Symbol.search]: (string: string) => number;
1776
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1777
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1778
+ } | undefined;
1779
+ regular_error_tip?: string | undefined;
1780
+ message?: string | undefined;
1781
+ } | undefined;
1782
+ option?: {
1783
+ text: string;
1784
+ value: any;
1785
+ keyword?: string | undefined;
1786
+ disabled?: boolean | undefined;
1787
+ children?: any[] | undefined;
1788
+ childrenFields?: any[] | undefined;
1789
+ }[] | undefined;
1790
+ multi_select?: import("../../../../../es/components/form-render").FormCommonState | undefined;
1791
+ multi_select_value?: string | number | undefined;
1792
+ wordbook?: {
1793
+ level_num?: number | undefined;
1794
+ id?: string | undefined;
1795
+ name?: string | undefined;
1796
+ render_key?: string[] | undefined;
1797
+ search_key?: string[] | undefined;
1798
+ primary_key?: string | undefined;
1799
+ type?: string | undefined;
1800
+ value_key?: string | undefined;
1801
+ level_key?: string | undefined;
1802
+ link_key?: string | undefined;
1803
+ link_key_split?: string | undefined;
1804
+ show_key?: string[] | undefined;
1805
+ conObj?: import("../../../../../es/shared/types").AnyObject[] | undefined;
1806
+ conObjFirstLevel?: import("../../../../../es/shared/types").AnyObject[] | undefined;
1807
+ } | undefined;
1808
+ open?: {
1809
+ value?: any;
1810
+ describe?: string | undefined;
1811
+ } | undefined;
1812
+ close?: {
1813
+ value?: any;
1814
+ describe?: string | undefined;
1815
+ } | undefined;
1816
+ date_format?: string | undefined;
1817
+ step_length?: string | number | undefined;
1818
+ urlConfig?: {
1819
+ url: string;
1820
+ method?: import("../../../../../es/components/form-render").FormRequestType | undefined;
1821
+ nameKey?: string | undefined;
1822
+ valueKey?: string | undefined;
1823
+ params?: import("../../../../../es/shared/types").AnyObject | undefined;
1824
+ dependKey?: string | Record<string, string> | (string | {
1825
+ paramName: string;
1826
+ paramValue?: string | undefined;
1827
+ required?: boolean | undefined;
1828
+ })[] | undefined;
1829
+ } | undefined;
1830
+ suffixConfig?: any | any[] | undefined;
1831
+ autograph?: string | undefined;
1832
+ defined_error_msg?: string | undefined;
1833
+ extendKey?: string | undefined;
1834
+ is_not_fold?: string | undefined;
1835
+ remark?: string | undefined;
1836
+ free_entry?: import("../../../../../es/components/form-render").FormCommonState | undefined;
1837
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
1838
+ content?: string | import("../../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../../es/components/form-render").FormRenderer> | undefined;
1839
+ lazyRequest?: boolean | undefined;
1840
+ requestCache?: boolean | undefined;
1841
+ maxGroupNum?: number | undefined;
1842
+ jsonCombination?: boolean | undefined;
1843
+ children?: any[] | undefined;
1844
+ properties?: any[] | undefined;
1845
+ componentProps?: import("../../../../../es/shared/types").AnyObject | undefined;
1846
+ decoratorProps?: import("../../../../../es/shared/types").AnyObject | undefined;
1847
+ noDecorator?: {
1848
+ valueOf: () => boolean;
1849
+ } | undefined;
1850
+ display?: "flex" | "grid" | undefined;
1851
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
1852
+ wrapperStyle?: Record<string, string> | {
1853
+ [x: `--${string}`]: string | number | undefined;
1854
+ accentColor?: string | undefined;
1855
+ alignContent?: string | undefined;
1856
+ alignItems?: string | undefined;
1857
+ alignSelf?: string | undefined;
1858
+ alignTracks?: string | undefined;
1859
+ animationComposition?: string | undefined;
1860
+ animationDelay?: string | undefined;
1861
+ animationDirection?: string | undefined;
1862
+ animationDuration?: string | undefined;
1863
+ animationFillMode?: string | undefined;
1864
+ animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1865
+ animationName?: string | undefined;
1866
+ animationPlayState?: string | undefined;
1867
+ animationTimeline?: string | undefined;
1868
+ animationTimingFunction?: string | undefined;
1869
+ appearance?: import("csstype").AppearanceProperty | undefined;
1870
+ aspectRatio?: import("csstype").AspectRatioProperty | undefined;
1871
+ backdropFilter?: string | undefined;
1872
+ backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
1873
+ backgroundAttachment?: string | undefined;
1874
+ backgroundBlendMode?: string | undefined;
1875
+ backgroundClip?: string | undefined;
1876
+ backgroundColor?: string | undefined;
1877
+ backgroundImage?: string | undefined;
1878
+ backgroundOrigin?: string | undefined;
1879
+ backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
1880
+ backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
1881
+ backgroundRepeat?: string | undefined;
1882
+ backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1883
+ blockOverflow?: string | undefined;
1884
+ blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
1885
+ borderBlockColor?: string | undefined;
1886
+ borderBlockEndColor?: string | undefined;
1887
+ borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
1888
+ borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
1889
+ borderBlockStartColor?: string | undefined;
1890
+ borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
1891
+ borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
1892
+ borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
1893
+ borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
1894
+ borderBottomColor?: string | undefined;
1895
+ borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1896
+ borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1897
+ borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
1898
+ borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
1899
+ borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
1900
+ borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
1901
+ borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
1902
+ borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
1903
+ borderImageRepeat?: string | undefined;
1904
+ borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
1905
+ borderImageSource?: string | undefined;
1906
+ borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
1907
+ borderInlineColor?: string | undefined;
1908
+ borderInlineEndColor?: string | undefined;
1909
+ borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
1910
+ borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1911
+ borderInlineStartColor?: string | undefined;
1912
+ borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
1913
+ borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
1914
+ borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
1915
+ borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
1916
+ borderLeftColor?: string | undefined;
1917
+ borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
1918
+ borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
1919
+ borderRightColor?: string | undefined;
1920
+ borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
1921
+ borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
1922
+ borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
1923
+ borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
1924
+ borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
1925
+ borderTopColor?: string | undefined;
1926
+ borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1927
+ borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1928
+ borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
1929
+ borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1930
+ bottom?: import("csstype").BottomProperty<string | number> | undefined;
1931
+ boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
1932
+ boxShadow?: string | undefined;
1933
+ boxSizing?: import("csstype").BoxSizingProperty | undefined;
1934
+ breakAfter?: import("csstype").BreakAfterProperty | undefined;
1935
+ breakBefore?: import("csstype").BreakBeforeProperty | undefined;
1936
+ breakInside?: import("csstype").BreakInsideProperty | undefined;
1937
+ captionSide?: import("csstype").CaptionSideProperty | undefined;
1938
+ caretColor?: string | undefined;
1939
+ clear?: import("csstype").ClearProperty | undefined;
1940
+ clipPath?: string | undefined;
1941
+ color?: string | undefined;
1942
+ colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
1943
+ colorScheme?: string | undefined;
1944
+ columnCount?: import("csstype").ColumnCountProperty | undefined;
1945
+ columnFill?: import("csstype").ColumnFillProperty | undefined;
1946
+ columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
1947
+ columnRuleColor?: string | undefined;
1948
+ columnRuleStyle?: string | undefined;
1949
+ columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1950
+ columnSpan?: import("csstype").ColumnSpanProperty | undefined;
1951
+ columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1952
+ contain?: string | undefined;
1953
+ content?: string | undefined;
1954
+ contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
1955
+ counterIncrement?: string | undefined;
1956
+ counterReset?: string | undefined;
1957
+ counterSet?: string | undefined;
1958
+ cursor?: string | undefined;
1959
+ direction?: import("csstype").DirectionProperty | undefined;
1960
+ display?: string | undefined;
1961
+ emptyCells?: import("csstype").EmptyCellsProperty | undefined;
1962
+ filter?: string | undefined;
1963
+ flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
1964
+ flexDirection?: import("csstype").FlexDirectionProperty | undefined;
1965
+ flexGrow?: import("csstype").GlobalsNumber | undefined;
1966
+ flexShrink?: import("csstype").GlobalsNumber | undefined;
1967
+ flexWrap?: import("csstype").FlexWrapProperty | undefined;
1968
+ float?: import("csstype").FloatProperty | undefined;
1969
+ fontFamily?: string | undefined;
1970
+ fontFeatureSettings?: string | undefined;
1971
+ fontKerning?: import("csstype").FontKerningProperty | undefined;
1972
+ fontLanguageOverride?: string | undefined;
1973
+ fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
1974
+ fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
1975
+ fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
1976
+ fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
1977
+ fontStretch?: string | undefined;
1978
+ fontStyle?: string | undefined;
1979
+ fontSynthesis?: string | undefined;
1980
+ fontVariant?: string | undefined;
1981
+ fontVariantAlternates?: string | undefined;
1982
+ fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
1983
+ fontVariantEastAsian?: string | undefined;
1984
+ fontVariantLigatures?: string | undefined;
1985
+ fontVariantNumeric?: string | undefined;
1986
+ fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
1987
+ fontVariationSettings?: string | undefined;
1988
+ fontWeight?: import("csstype").FontWeightProperty | undefined;
1989
+ forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
1990
+ gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
1991
+ gridAutoFlow?: string | undefined;
1992
+ gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
1993
+ gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
1994
+ gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
1995
+ gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
1996
+ gridRowStart?: import("csstype").GridRowStartProperty | undefined;
1997
+ gridTemplateAreas?: string | undefined;
1998
+ gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
1999
+ gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
2000
+ hangingPunctuation?: string | undefined;
2001
+ height?: import("csstype").HeightProperty<string | number> | undefined;
2002
+ hyphenateCharacter?: string | undefined;
2003
+ hyphens?: import("csstype").HyphensProperty | undefined;
2004
+ imageOrientation?: string | undefined;
2005
+ imageRendering?: import("csstype").ImageRenderingProperty | undefined;
2006
+ imageResolution?: string | undefined;
2007
+ initialLetter?: import("csstype").InitialLetterProperty | undefined;
2008
+ inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
2009
+ inputSecurity?: import("csstype").InputSecurityProperty | undefined;
2010
+ inset?: import("csstype").InsetProperty<string | number> | undefined;
2011
+ insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
2012
+ insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2013
+ insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2014
+ insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
2015
+ insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2016
+ insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2017
+ isolation?: import("csstype").IsolationProperty | undefined;
2018
+ justifyContent?: string | undefined;
2019
+ justifyItems?: string | undefined;
2020
+ justifySelf?: string | undefined;
2021
+ justifyTracks?: string | undefined;
2022
+ left?: import("csstype").LeftProperty<string | number> | undefined;
2023
+ letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
2024
+ lineBreak?: import("csstype").LineBreakProperty | undefined;
2025
+ lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
2026
+ lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
2027
+ listStyleImage?: string | undefined;
2028
+ listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
2029
+ listStyleType?: string | undefined;
2030
+ marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
2031
+ marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
2032
+ marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
2033
+ marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
2034
+ marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
2035
+ marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2036
+ marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2037
+ marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
2038
+ marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
2039
+ marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
2040
+ maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
2041
+ maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2042
+ maskBorderRepeat?: string | undefined;
2043
+ maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
2044
+ maskBorderSource?: string | undefined;
2045
+ maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2046
+ maskClip?: string | undefined;
2047
+ maskComposite?: string | undefined;
2048
+ maskImage?: string | undefined;
2049
+ maskMode?: string | undefined;
2050
+ maskOrigin?: string | undefined;
2051
+ maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
2052
+ maskRepeat?: string | undefined;
2053
+ maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
2054
+ maskType?: import("csstype").MaskTypeProperty | undefined;
2055
+ mathDepth?: import("csstype").MathDepthProperty | undefined;
2056
+ mathShift?: import("csstype").MathShiftProperty | undefined;
2057
+ mathStyle?: import("csstype").MathStyleProperty | undefined;
2058
+ maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
2059
+ maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
2060
+ maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2061
+ maxLines?: import("csstype").MaxLinesProperty | undefined;
2062
+ maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
2063
+ minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
2064
+ minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
2065
+ minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
2066
+ minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
2067
+ mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
2068
+ motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2069
+ motionPath?: string | undefined;
2070
+ motionRotation?: string | undefined;
2071
+ objectFit?: import("csstype").ObjectFitProperty | undefined;
2072
+ objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2073
+ offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
2074
+ offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2075
+ offsetPath?: string | undefined;
2076
+ offsetRotate?: string | undefined;
2077
+ offsetRotation?: string | undefined;
2078
+ opacity?: import("csstype").OpacityProperty | undefined;
2079
+ order?: import("csstype").GlobalsNumber | undefined;
2080
+ orphans?: import("csstype").GlobalsNumber | undefined;
2081
+ outlineColor?: string | undefined;
2082
+ outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
2083
+ outlineStyle?: string | undefined;
2084
+ outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2085
+ overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
2086
+ overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
2087
+ overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
2088
+ overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
2089
+ overflowInline?: import("csstype").OverflowInlineProperty | undefined;
2090
+ overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
2091
+ overflowX?: import("csstype").OverflowXProperty | undefined;
2092
+ overflowY?: import("csstype").OverflowYProperty | undefined;
2093
+ overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
2094
+ overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
2095
+ overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
2096
+ overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
2097
+ paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
2098
+ paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
2099
+ paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
2100
+ paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
2101
+ paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
2102
+ paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2103
+ paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2104
+ paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
2105
+ paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
2106
+ paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
2107
+ pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
2108
+ pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
2109
+ pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
2110
+ paintOrder?: string | undefined;
2111
+ perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
2112
+ perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2113
+ placeContent?: string | undefined;
2114
+ pointerEvents?: import("csstype").PointerEventsProperty | undefined;
2115
+ position?: import("csstype").PositionProperty | undefined;
2116
+ printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
2117
+ quotes?: string | undefined;
2118
+ resize?: import("csstype").ResizeProperty | undefined;
2119
+ right?: import("csstype").RightProperty<string | number> | undefined;
2120
+ rotate?: string | undefined;
2121
+ rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
2122
+ rubyAlign?: import("csstype").RubyAlignProperty | undefined;
2123
+ rubyMerge?: import("csstype").RubyMergeProperty | undefined;
2124
+ rubyPosition?: string | undefined;
2125
+ scale?: import("csstype").ScaleProperty | undefined;
2126
+ scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
2127
+ scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2128
+ scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
2129
+ scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
2130
+ scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
2131
+ scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2132
+ scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
2133
+ scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
2134
+ scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
2135
+ scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2136
+ scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2137
+ scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2138
+ scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
2139
+ scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
2140
+ scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
2141
+ scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
2142
+ scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
2143
+ scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
2144
+ scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
2145
+ scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
2146
+ scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
2147
+ scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
2148
+ scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
2149
+ scrollSnapAlign?: string | undefined;
2150
+ scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2151
+ scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2152
+ scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2153
+ scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2154
+ scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2155
+ scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
2156
+ scrollSnapType?: string | undefined;
2157
+ scrollbarColor?: string | undefined;
2158
+ scrollbarGutter?: string | undefined;
2159
+ scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
2160
+ shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
2161
+ shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2162
+ shapeOutside?: string | undefined;
2163
+ tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
2164
+ tableLayout?: import("csstype").TableLayoutProperty | undefined;
2165
+ textAlign?: import("csstype").TextAlignProperty | undefined;
2166
+ textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
2167
+ textCombineUpright?: string | undefined;
2168
+ textDecorationColor?: string | undefined;
2169
+ textDecorationLine?: string | undefined;
2170
+ textDecorationSkip?: string | undefined;
2171
+ textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
2172
+ textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
2173
+ textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
2174
+ textEmphasisColor?: string | undefined;
2175
+ textEmphasisPosition?: string | undefined;
2176
+ textEmphasisStyle?: string | undefined;
2177
+ textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
2178
+ textJustify?: import("csstype").TextJustifyProperty | undefined;
2179
+ textOrientation?: import("csstype").TextOrientationProperty | undefined;
2180
+ textOverflow?: string | undefined;
2181
+ textRendering?: import("csstype").TextRenderingProperty | undefined;
2182
+ textShadow?: string | undefined;
2183
+ textSizeAdjust?: string | undefined;
2184
+ textTransform?: import("csstype").TextTransformProperty | undefined;
2185
+ textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
2186
+ textUnderlinePosition?: string | undefined;
2187
+ top?: import("csstype").TopProperty<string | number> | undefined;
2188
+ touchAction?: string | undefined;
2189
+ transform?: string | undefined;
2190
+ transformBox?: import("csstype").TransformBoxProperty | undefined;
2191
+ transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2192
+ transformStyle?: import("csstype").TransformStyleProperty | undefined;
2193
+ transitionDelay?: string | undefined;
2194
+ transitionDuration?: string | undefined;
2195
+ transitionProperty?: string | undefined;
2196
+ transitionTimingFunction?: string | undefined;
2197
+ translate?: import("csstype").TranslateProperty<string | number> | undefined;
2198
+ unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
2199
+ userSelect?: import("csstype").UserSelectProperty | undefined;
2200
+ verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
2201
+ visibility?: import("csstype").VisibilityProperty | undefined;
2202
+ whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
2203
+ widows?: import("csstype").GlobalsNumber | undefined;
2204
+ width?: import("csstype").WidthProperty<string | number> | undefined;
2205
+ willChange?: string | undefined;
2206
+ wordBreak?: import("csstype").WordBreakProperty | undefined;
2207
+ wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
2208
+ wordWrap?: import("csstype").WordWrapProperty | undefined;
2209
+ writingMode?: import("csstype").WritingModeProperty | undefined;
2210
+ zIndex?: import("csstype").ZIndexProperty | undefined;
2211
+ zoom?: import("csstype").ZoomProperty | undefined;
2212
+ all?: import("csstype").Globals | undefined;
2213
+ animation?: import("csstype").AnimationProperty | undefined;
2214
+ background?: import("csstype").BackgroundProperty<string | number> | undefined;
2215
+ backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
2216
+ border?: import("csstype").BorderProperty<string | number> | undefined;
2217
+ borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
2218
+ borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
2219
+ borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
2220
+ borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
2221
+ borderColor?: string | undefined;
2222
+ borderImage?: import("csstype").BorderImageProperty | undefined;
2223
+ borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
2224
+ borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
2225
+ borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
2226
+ borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
2227
+ borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2228
+ borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
2229
+ borderStyle?: string | undefined;
2230
+ borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
2231
+ borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
2232
+ columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2233
+ columns?: import("csstype").ColumnsProperty<string | number> | undefined;
2234
+ flex?: import("csstype").FlexProperty<string | number> | undefined;
2235
+ flexFlow?: string | undefined;
2236
+ font?: string | undefined;
2237
+ gap?: import("csstype").GapProperty<string | number> | undefined;
2238
+ grid?: string | undefined;
2239
+ gridArea?: import("csstype").GridAreaProperty | undefined;
2240
+ gridColumn?: import("csstype").GridColumnProperty | undefined;
2241
+ gridRow?: import("csstype").GridRowProperty | undefined;
2242
+ gridTemplate?: string | undefined;
2243
+ lineClamp?: import("csstype").LineClampProperty | undefined;
2244
+ listStyle?: string | undefined;
2245
+ margin?: import("csstype").MarginProperty<string | number> | undefined;
2246
+ mask?: import("csstype").MaskProperty<string | number> | undefined;
2247
+ maskBorder?: import("csstype").MaskBorderProperty | undefined;
2248
+ motion?: import("csstype").OffsetProperty<string | number> | undefined;
2249
+ offset?: import("csstype").OffsetProperty<string | number> | undefined;
2250
+ outline?: import("csstype").OutlineProperty<string | number> | undefined;
2251
+ overflow?: string | undefined;
2252
+ overscrollBehavior?: string | undefined;
2253
+ padding?: import("csstype").PaddingProperty<string | number> | undefined;
2254
+ placeItems?: string | undefined;
2255
+ placeSelf?: string | undefined;
2256
+ textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
2257
+ textEmphasis?: string | undefined;
2258
+ transition?: string | undefined;
2259
+ MozAnimationDelay?: string | undefined;
2260
+ MozAnimationDirection?: string | undefined;
2261
+ MozAnimationDuration?: string | undefined;
2262
+ MozAnimationFillMode?: string | undefined;
2263
+ MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
2264
+ MozAnimationName?: string | undefined;
2265
+ MozAnimationPlayState?: string | undefined;
2266
+ MozAnimationTimingFunction?: string | undefined;
2267
+ MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
2268
+ MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
2269
+ MozBorderBottomColors?: string | undefined;
2270
+ MozBorderEndColor?: string | undefined;
2271
+ MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
2272
+ MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
2273
+ MozBorderLeftColors?: string | undefined;
2274
+ MozBorderRightColors?: string | undefined;
2275
+ MozBorderStartColor?: string | undefined;
2276
+ MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
2277
+ MozBorderTopColors?: string | undefined;
2278
+ MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
2279
+ MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
2280
+ MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
2281
+ MozColumnRuleColor?: string | undefined;
2282
+ MozColumnRuleStyle?: string | undefined;
2283
+ MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2284
+ MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2285
+ MozContextProperties?: string | undefined;
2286
+ MozFontFeatureSettings?: string | undefined;
2287
+ MozFontLanguageOverride?: string | undefined;
2288
+ MozHyphens?: import("csstype").HyphensProperty | undefined;
2289
+ MozImageRegion?: string | undefined;
2290
+ MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2291
+ MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2292
+ MozOrient?: import("csstype").MozOrientProperty | undefined;
2293
+ MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
2294
+ MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2295
+ MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2296
+ MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
2297
+ MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2298
+ MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
2299
+ MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
2300
+ MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
2301
+ MozTextSizeAdjust?: string | undefined;
2302
+ MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2303
+ MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
2304
+ MozTransitionDelay?: string | undefined;
2305
+ MozTransitionDuration?: string | undefined;
2306
+ MozTransitionProperty?: string | undefined;
2307
+ MozTransitionTimingFunction?: string | undefined;
2308
+ MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
2309
+ MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
2310
+ MozUserSelect?: import("csstype").UserSelectProperty | undefined;
2311
+ MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
2312
+ MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
2313
+ msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
2314
+ msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
2315
+ msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
2316
+ msContentZoomLimitMax?: string | undefined;
2317
+ msContentZoomLimitMin?: string | undefined;
2318
+ msContentZoomSnapPoints?: string | undefined;
2319
+ msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
2320
+ msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
2321
+ msFilter?: string | undefined;
2322
+ msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
2323
+ msFlexPositive?: import("csstype").GlobalsNumber | undefined;
2324
+ msFlowFrom?: string | undefined;
2325
+ msFlowInto?: string | undefined;
2326
+ msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
2327
+ msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
2328
+ msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
2329
+ msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
2330
+ msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
2331
+ msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
2332
+ msHyphens?: import("csstype").HyphensProperty | undefined;
2333
+ msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
2334
+ msLineBreak?: import("csstype").LineBreakProperty | undefined;
2335
+ msOrder?: import("csstype").GlobalsNumber | undefined;
2336
+ msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
2337
+ msOverflowX?: import("csstype").OverflowXProperty | undefined;
2338
+ msOverflowY?: import("csstype").OverflowYProperty | undefined;
2339
+ msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
2340
+ msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
2341
+ msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
2342
+ msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
2343
+ msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
2344
+ msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
2345
+ msScrollSnapPointsX?: string | undefined;
2346
+ msScrollSnapPointsY?: string | undefined;
2347
+ msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
2348
+ msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
2349
+ msScrollbar3dlightColor?: string | undefined;
2350
+ msScrollbarArrowColor?: string | undefined;
2351
+ msScrollbarBaseColor?: string | undefined;
2352
+ msScrollbarDarkshadowColor?: string | undefined;
2353
+ msScrollbarFaceColor?: string | undefined;
2354
+ msScrollbarHighlightColor?: string | undefined;
2355
+ msScrollbarShadowColor?: string | undefined;
2356
+ msScrollbarTrackColor?: string | undefined;
2357
+ msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
2358
+ msTextCombineHorizontal?: string | undefined;
2359
+ msTextOverflow?: string | undefined;
2360
+ msTouchAction?: string | undefined;
2361
+ msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
2362
+ msTransform?: string | undefined;
2363
+ msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2364
+ msTransitionDelay?: string | undefined;
2365
+ msTransitionDuration?: string | undefined;
2366
+ msTransitionProperty?: string | undefined;
2367
+ msTransitionTimingFunction?: string | undefined;
2368
+ msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
2369
+ msWordBreak?: import("csstype").WordBreakProperty | undefined;
2370
+ msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
2371
+ msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
2372
+ msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
2373
+ msWritingMode?: import("csstype").WritingModeProperty | undefined;
2374
+ WebkitAlignContent?: string | undefined;
2375
+ WebkitAlignItems?: string | undefined;
2376
+ WebkitAlignSelf?: string | undefined;
2377
+ WebkitAnimationDelay?: string | undefined;
2378
+ WebkitAnimationDirection?: string | undefined;
2379
+ WebkitAnimationDuration?: string | undefined;
2380
+ WebkitAnimationFillMode?: string | undefined;
2381
+ WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
2382
+ WebkitAnimationName?: string | undefined;
2383
+ WebkitAnimationPlayState?: string | undefined;
2384
+ WebkitAnimationTimingFunction?: string | undefined;
2385
+ WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
2386
+ WebkitBackdropFilter?: string | undefined;
2387
+ WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
2388
+ WebkitBackgroundClip?: string | undefined;
2389
+ WebkitBackgroundOrigin?: string | undefined;
2390
+ WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2391
+ WebkitBorderBeforeColor?: string | undefined;
2392
+ WebkitBorderBeforeStyle?: string | undefined;
2393
+ WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
2394
+ WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2395
+ WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2396
+ WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
2397
+ WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2398
+ WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2399
+ WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
2400
+ WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
2401
+ WebkitBoxShadow?: string | undefined;
2402
+ WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
2403
+ WebkitClipPath?: string | undefined;
2404
+ WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
2405
+ WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
2406
+ WebkitColumnRuleColor?: string | undefined;
2407
+ WebkitColumnRuleStyle?: string | undefined;
2408
+ WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2409
+ WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
2410
+ WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2411
+ WebkitFilter?: string | undefined;
2412
+ WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
2413
+ WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
2414
+ WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
2415
+ WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
2416
+ WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
2417
+ WebkitFontFeatureSettings?: string | undefined;
2418
+ WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
2419
+ WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
2420
+ WebkitFontVariantLigatures?: string | undefined;
2421
+ WebkitHyphenateCharacter?: string | undefined;
2422
+ WebkitHyphens?: import("csstype").HyphensProperty | undefined;
2423
+ WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
2424
+ WebkitJustifyContent?: string | undefined;
2425
+ WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
2426
+ WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
2427
+ WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2428
+ WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2429
+ WebkitMaskAttachment?: string | undefined;
2430
+ WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2431
+ WebkitMaskBoxImageRepeat?: string | undefined;
2432
+ WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
2433
+ WebkitMaskBoxImageSource?: string | undefined;
2434
+ WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2435
+ WebkitMaskClip?: string | undefined;
2436
+ WebkitMaskComposite?: string | undefined;
2437
+ WebkitMaskImage?: string | undefined;
2438
+ WebkitMaskOrigin?: string | undefined;
2439
+ WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
2440
+ WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
2441
+ WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
2442
+ WebkitMaskRepeat?: string | undefined;
2443
+ WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
2444
+ WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
2445
+ WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
2446
+ WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2447
+ WebkitOrder?: import("csstype").GlobalsNumber | undefined;
2448
+ WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
2449
+ WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2450
+ WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2451
+ WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
2452
+ WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2453
+ WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
2454
+ WebkitRubyPosition?: string | undefined;
2455
+ WebkitScrollSnapType?: string | undefined;
2456
+ WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2457
+ WebkitTapHighlightColor?: string | undefined;
2458
+ WebkitTextCombine?: string | undefined;
2459
+ WebkitTextDecorationColor?: string | undefined;
2460
+ WebkitTextDecorationLine?: string | undefined;
2461
+ WebkitTextDecorationSkip?: string | undefined;
2462
+ WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
2463
+ WebkitTextEmphasisColor?: string | undefined;
2464
+ WebkitTextEmphasisPosition?: string | undefined;
2465
+ WebkitTextEmphasisStyle?: string | undefined;
2466
+ WebkitTextFillColor?: string | undefined;
2467
+ WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
2468
+ WebkitTextSizeAdjust?: string | undefined;
2469
+ WebkitTextStrokeColor?: string | undefined;
2470
+ WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
2471
+ WebkitTextUnderlinePosition?: string | undefined;
2472
+ WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
2473
+ WebkitTransform?: string | undefined;
2474
+ WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2475
+ WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
2476
+ WebkitTransitionDelay?: string | undefined;
2477
+ WebkitTransitionDuration?: string | undefined;
2478
+ WebkitTransitionProperty?: string | undefined;
2479
+ WebkitTransitionTimingFunction?: string | undefined;
2480
+ WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
2481
+ WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
2482
+ WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
2483
+ MozAnimation?: import("csstype").AnimationProperty | undefined;
2484
+ MozBorderImage?: import("csstype").BorderImageProperty | undefined;
2485
+ MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2486
+ MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
2487
+ MozTransition?: string | undefined;
2488
+ msContentZoomLimit?: string | undefined;
2489
+ msContentZoomSnap?: string | undefined;
2490
+ msFlex?: import("csstype").FlexProperty<string | number> | undefined;
2491
+ msScrollLimit?: string | undefined;
2492
+ msScrollSnapX?: string | undefined;
2493
+ msScrollSnapY?: string | undefined;
2494
+ msTransition?: string | undefined;
2495
+ WebkitAnimation?: import("csstype").AnimationProperty | undefined;
2496
+ WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
2497
+ WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
2498
+ WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2499
+ WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2500
+ WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
2501
+ WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
2502
+ WebkitFlexFlow?: string | undefined;
2503
+ WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
2504
+ WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
2505
+ WebkitTextEmphasis?: string | undefined;
2506
+ WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
2507
+ WebkitTransition?: string | undefined;
2508
+ azimuth?: string | undefined;
2509
+ boxAlign?: import("csstype").BoxAlignProperty | undefined;
2510
+ boxDirection?: import("csstype").BoxDirectionProperty | undefined;
2511
+ boxFlex?: import("csstype").GlobalsNumber | undefined;
2512
+ boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
2513
+ boxLines?: import("csstype").BoxLinesProperty | undefined;
2514
+ boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2515
+ boxOrient?: import("csstype").BoxOrientProperty | undefined;
2516
+ boxPack?: import("csstype").BoxPackProperty | undefined;
2517
+ clip?: string | undefined;
2518
+ gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
2519
+ gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
2520
+ gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
2521
+ imeMode?: import("csstype").ImeModeProperty | undefined;
2522
+ offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
2523
+ offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2524
+ offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2525
+ offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
2526
+ offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2527
+ offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2528
+ scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
2529
+ scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
2530
+ scrollSnapPointsX?: string | undefined;
2531
+ scrollSnapPointsY?: string | undefined;
2532
+ scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
2533
+ scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
2534
+ KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
2535
+ KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
2536
+ KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
2537
+ KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
2538
+ KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
2539
+ KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2540
+ KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
2541
+ KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
2542
+ KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
2543
+ KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
2544
+ KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
2545
+ MozBackgroundClip?: string | undefined;
2546
+ MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
2547
+ MozBackgroundOrigin?: string | undefined;
2548
+ MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2549
+ MozBinding?: string | undefined;
2550
+ MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2551
+ MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2552
+ MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2553
+ MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2554
+ MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2555
+ MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
2556
+ MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
2557
+ MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
2558
+ MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2559
+ MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
2560
+ MozBoxPack?: import("csstype").BoxPackProperty | undefined;
2561
+ MozBoxShadow?: string | undefined;
2562
+ MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
2563
+ MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
2564
+ MozOpacity?: import("csstype").OpacityProperty | undefined;
2565
+ MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
2566
+ MozOutlineColor?: string | undefined;
2567
+ MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
2568
+ MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
2569
+ MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
2570
+ MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
2571
+ MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
2572
+ MozOutlineStyle?: string | undefined;
2573
+ MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2574
+ MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
2575
+ MozTextDecorationColor?: string | undefined;
2576
+ MozTextDecorationLine?: string | undefined;
2577
+ MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
2578
+ MozUserInput?: import("csstype").MozUserInputProperty | undefined;
2579
+ msImeMode?: import("csstype").ImeModeProperty | undefined;
2580
+ OAnimation?: import("csstype").AnimationProperty | undefined;
2581
+ OAnimationDelay?: string | undefined;
2582
+ OAnimationDirection?: string | undefined;
2583
+ OAnimationDuration?: string | undefined;
2584
+ OAnimationFillMode?: string | undefined;
2585
+ OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
2586
+ OAnimationName?: string | undefined;
2587
+ OAnimationPlayState?: string | undefined;
2588
+ OAnimationTimingFunction?: string | undefined;
2589
+ OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2590
+ OBorderImage?: import("csstype").BorderImageProperty | undefined;
2591
+ OObjectFit?: import("csstype").ObjectFitProperty | undefined;
2592
+ OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2593
+ OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
2594
+ OTextOverflow?: string | undefined;
2595
+ OTransform?: string | undefined;
2596
+ OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2597
+ OTransition?: string | undefined;
2598
+ OTransitionDelay?: string | undefined;
2599
+ OTransitionDuration?: string | undefined;
2600
+ OTransitionProperty?: string | undefined;
2601
+ OTransitionTimingFunction?: string | undefined;
2602
+ WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
2603
+ WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
2604
+ WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
2605
+ WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
2606
+ WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
2607
+ WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2608
+ WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
2609
+ WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
2610
+ WebkitScrollSnapPointsX?: string | undefined;
2611
+ WebkitScrollSnapPointsY?: string | undefined;
2612
+ alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
2613
+ baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
2614
+ clipRule?: import("csstype").ClipRuleProperty | undefined;
2615
+ colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
2616
+ colorRendering?: import("csstype").ColorRenderingProperty | undefined;
2617
+ dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
2618
+ fill?: string | undefined;
2619
+ fillOpacity?: import("csstype").GlobalsNumber | undefined;
2620
+ fillRule?: import("csstype").FillRuleProperty | undefined;
2621
+ floodColor?: string | undefined;
2622
+ floodOpacity?: import("csstype").GlobalsNumber | undefined;
2623
+ glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
2624
+ lightingColor?: string | undefined;
2625
+ marker?: string | undefined;
2626
+ markerEnd?: string | undefined;
2627
+ markerMid?: string | undefined;
2628
+ markerStart?: string | undefined;
2629
+ shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
2630
+ stopColor?: string | undefined;
2631
+ stopOpacity?: import("csstype").GlobalsNumber | undefined;
2632
+ stroke?: string | undefined;
2633
+ strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
2634
+ strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
2635
+ strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
2636
+ strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
2637
+ strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
2638
+ strokeOpacity?: import("csstype").GlobalsNumber | undefined;
2639
+ strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
2640
+ textAnchor?: import("csstype").TextAnchorProperty | undefined;
2641
+ vectorEffect?: import("csstype").VectorEffectProperty | undefined;
2642
+ "accent-color"?: string | undefined;
2643
+ "align-content"?: string | undefined;
2644
+ "align-items"?: string | undefined;
2645
+ "align-self"?: string | undefined;
2646
+ "align-tracks"?: string | undefined;
2647
+ "animation-composition"?: string | undefined;
2648
+ "animation-delay"?: string | undefined;
2649
+ "animation-direction"?: string | undefined;
2650
+ "animation-duration"?: string | undefined;
2651
+ "animation-fill-mode"?: string | undefined;
2652
+ "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
2653
+ "animation-name"?: string | undefined;
2654
+ "animation-play-state"?: string | undefined;
2655
+ "animation-timeline"?: string | undefined;
2656
+ "animation-timing-function"?: string | undefined;
2657
+ "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
2658
+ "backdrop-filter"?: string | undefined;
2659
+ "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
2660
+ "background-attachment"?: string | undefined;
2661
+ "background-blend-mode"?: string | undefined;
2662
+ "background-clip"?: string | undefined;
2663
+ "background-color"?: string | undefined;
2664
+ "background-image"?: string | undefined;
2665
+ "background-origin"?: string | undefined;
2666
+ "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
2667
+ "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
2668
+ "background-repeat"?: string | undefined;
2669
+ "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2670
+ "block-overflow"?: string | undefined;
2671
+ "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
2672
+ "border-block-color"?: string | undefined;
2673
+ "border-block-end-color"?: string | undefined;
2674
+ "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
2675
+ "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
2676
+ "border-block-start-color"?: string | undefined;
2677
+ "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
2678
+ "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
2679
+ "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
2680
+ "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
2681
+ "border-bottom-color"?: string | undefined;
2682
+ "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2683
+ "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2684
+ "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
2685
+ "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
2686
+ "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
2687
+ "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
2688
+ "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
2689
+ "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
2690
+ "border-image-repeat"?: string | undefined;
2691
+ "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
2692
+ "border-image-source"?: string | undefined;
2693
+ "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
2694
+ "border-inline-color"?: string | undefined;
2695
+ "border-inline-end-color"?: string | undefined;
2696
+ "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
2697
+ "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
2698
+ "border-inline-start-color"?: string | undefined;
2699
+ "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
2700
+ "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
2701
+ "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
2702
+ "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
2703
+ "border-left-color"?: string | undefined;
2704
+ "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
2705
+ "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
2706
+ "border-right-color"?: string | undefined;
2707
+ "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
2708
+ "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
2709
+ "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
2710
+ "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
2711
+ "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
2712
+ "border-top-color"?: string | undefined;
2713
+ "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2714
+ "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2715
+ "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
2716
+ "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
2717
+ "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
2718
+ "box-shadow"?: string | undefined;
2719
+ "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
2720
+ "break-after"?: import("csstype").BreakAfterProperty | undefined;
2721
+ "break-before"?: import("csstype").BreakBeforeProperty | undefined;
2722
+ "break-inside"?: import("csstype").BreakInsideProperty | undefined;
2723
+ "caption-side"?: import("csstype").CaptionSideProperty | undefined;
2724
+ "caret-color"?: string | undefined;
2725
+ "clip-path"?: string | undefined;
2726
+ "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
2727
+ "color-scheme"?: string | undefined;
2728
+ "column-count"?: import("csstype").ColumnCountProperty | undefined;
2729
+ "column-fill"?: import("csstype").ColumnFillProperty | undefined;
2730
+ "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
2731
+ "column-rule-color"?: string | undefined;
2732
+ "column-rule-style"?: string | undefined;
2733
+ "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2734
+ "column-span"?: import("csstype").ColumnSpanProperty | undefined;
2735
+ "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2736
+ "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
2737
+ "counter-increment"?: string | undefined;
2738
+ "counter-reset"?: string | undefined;
2739
+ "counter-set"?: string | undefined;
2740
+ "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
2741
+ "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
2742
+ "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
2743
+ "flex-grow"?: import("csstype").GlobalsNumber | undefined;
2744
+ "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
2745
+ "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
2746
+ "font-family"?: string | undefined;
2747
+ "font-feature-settings"?: string | undefined;
2748
+ "font-kerning"?: import("csstype").FontKerningProperty | undefined;
2749
+ "font-language-override"?: string | undefined;
2750
+ "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
2751
+ "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
2752
+ "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
2753
+ "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
2754
+ "font-stretch"?: string | undefined;
2755
+ "font-style"?: string | undefined;
2756
+ "font-synthesis"?: string | undefined;
2757
+ "font-variant"?: string | undefined;
2758
+ "font-variant-alternates"?: string | undefined;
2759
+ "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
2760
+ "font-variant-east-asian"?: string | undefined;
2761
+ "font-variant-ligatures"?: string | undefined;
2762
+ "font-variant-numeric"?: string | undefined;
2763
+ "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
2764
+ "font-variation-settings"?: string | undefined;
2765
+ "font-weight"?: import("csstype").FontWeightProperty | undefined;
2766
+ "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
2767
+ "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
2768
+ "grid-auto-flow"?: string | undefined;
2769
+ "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
2770
+ "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
2771
+ "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
2772
+ "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
2773
+ "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
2774
+ "grid-template-areas"?: string | undefined;
2775
+ "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
2776
+ "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
2777
+ "hanging-punctuation"?: string | undefined;
2778
+ "hyphenate-character"?: string | undefined;
2779
+ "image-orientation"?: string | undefined;
2780
+ "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
2781
+ "image-resolution"?: string | undefined;
2782
+ "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
2783
+ "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
2784
+ "input-security"?: import("csstype").InputSecurityProperty | undefined;
2785
+ "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
2786
+ "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2787
+ "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2788
+ "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
2789
+ "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2790
+ "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2791
+ "justify-content"?: string | undefined;
2792
+ "justify-items"?: string | undefined;
2793
+ "justify-self"?: string | undefined;
2794
+ "justify-tracks"?: string | undefined;
2795
+ "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
2796
+ "line-break"?: import("csstype").LineBreakProperty | undefined;
2797
+ "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
2798
+ "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
2799
+ "list-style-image"?: string | undefined;
2800
+ "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
2801
+ "list-style-type"?: string | undefined;
2802
+ "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
2803
+ "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
2804
+ "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
2805
+ "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
2806
+ "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
2807
+ "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2808
+ "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2809
+ "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
2810
+ "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
2811
+ "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
2812
+ "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
2813
+ "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2814
+ "mask-border-repeat"?: string | undefined;
2815
+ "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
2816
+ "mask-border-source"?: string | undefined;
2817
+ "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2818
+ "mask-clip"?: string | undefined;
2819
+ "mask-composite"?: string | undefined;
2820
+ "mask-image"?: string | undefined;
2821
+ "mask-mode"?: string | undefined;
2822
+ "mask-origin"?: string | undefined;
2823
+ "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
2824
+ "mask-repeat"?: string | undefined;
2825
+ "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
2826
+ "mask-type"?: import("csstype").MaskTypeProperty | undefined;
2827
+ "math-depth"?: import("csstype").MathDepthProperty | undefined;
2828
+ "math-shift"?: import("csstype").MathShiftProperty | undefined;
2829
+ "math-style"?: import("csstype").MathStyleProperty | undefined;
2830
+ "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
2831
+ "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
2832
+ "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2833
+ "max-lines"?: import("csstype").MaxLinesProperty | undefined;
2834
+ "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
2835
+ "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
2836
+ "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
2837
+ "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
2838
+ "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
2839
+ "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
2840
+ "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2841
+ "motion-path"?: string | undefined;
2842
+ "motion-rotation"?: string | undefined;
2843
+ "object-fit"?: import("csstype").ObjectFitProperty | undefined;
2844
+ "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2845
+ "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
2846
+ "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2847
+ "offset-path"?: string | undefined;
2848
+ "offset-rotate"?: string | undefined;
2849
+ "offset-rotation"?: string | undefined;
2850
+ "outline-color"?: string | undefined;
2851
+ "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
2852
+ "outline-style"?: string | undefined;
2853
+ "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2854
+ "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
2855
+ "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
2856
+ "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
2857
+ "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
2858
+ "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
2859
+ "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
2860
+ "overflow-x"?: import("csstype").OverflowXProperty | undefined;
2861
+ "overflow-y"?: import("csstype").OverflowYProperty | undefined;
2862
+ "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
2863
+ "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
2864
+ "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
2865
+ "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
2866
+ "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
2867
+ "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
2868
+ "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
2869
+ "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
2870
+ "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
2871
+ "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2872
+ "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2873
+ "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
2874
+ "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
2875
+ "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
2876
+ "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
2877
+ "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
2878
+ "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
2879
+ "paint-order"?: string | undefined;
2880
+ "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2881
+ "place-content"?: string | undefined;
2882
+ "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
2883
+ "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
2884
+ "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
2885
+ "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
2886
+ "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
2887
+ "ruby-position"?: string | undefined;
2888
+ "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
2889
+ "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2890
+ "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
2891
+ "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
2892
+ "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
2893
+ "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2894
+ "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
2895
+ "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
2896
+ "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
2897
+ "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2898
+ "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2899
+ "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2900
+ "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
2901
+ "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
2902
+ "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
2903
+ "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
2904
+ "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
2905
+ "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
2906
+ "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
2907
+ "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
2908
+ "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
2909
+ "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
2910
+ "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
2911
+ "scroll-snap-align"?: string | undefined;
2912
+ "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2913
+ "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2914
+ "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2915
+ "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2916
+ "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2917
+ "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
2918
+ "scroll-snap-type"?: string | undefined;
2919
+ "scrollbar-color"?: string | undefined;
2920
+ "scrollbar-gutter"?: string | undefined;
2921
+ "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
2922
+ "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
2923
+ "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2924
+ "shape-outside"?: string | undefined;
2925
+ "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
2926
+ "table-layout"?: import("csstype").TableLayoutProperty | undefined;
2927
+ "text-align"?: import("csstype").TextAlignProperty | undefined;
2928
+ "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
2929
+ "text-combine-upright"?: string | undefined;
2930
+ "text-decoration-color"?: string | undefined;
2931
+ "text-decoration-line"?: string | undefined;
2932
+ "text-decoration-skip"?: string | undefined;
2933
+ "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
2934
+ "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
2935
+ "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
2936
+ "text-emphasis-color"?: string | undefined;
2937
+ "text-emphasis-position"?: string | undefined;
2938
+ "text-emphasis-style"?: string | undefined;
2939
+ "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
2940
+ "text-justify"?: import("csstype").TextJustifyProperty | undefined;
2941
+ "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
2942
+ "text-overflow"?: string | undefined;
2943
+ "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
2944
+ "text-shadow"?: string | undefined;
2945
+ "text-size-adjust"?: string | undefined;
2946
+ "text-transform"?: import("csstype").TextTransformProperty | undefined;
2947
+ "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
2948
+ "text-underline-position"?: string | undefined;
2949
+ "touch-action"?: string | undefined;
2950
+ "transform-box"?: import("csstype").TransformBoxProperty | undefined;
2951
+ "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2952
+ "transform-style"?: import("csstype").TransformStyleProperty | undefined;
2953
+ "transition-delay"?: string | undefined;
2954
+ "transition-duration"?: string | undefined;
2955
+ "transition-property"?: string | undefined;
2956
+ "transition-timing-function"?: string | undefined;
2957
+ "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
2958
+ "user-select"?: import("csstype").UserSelectProperty | undefined;
2959
+ "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
2960
+ "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
2961
+ "will-change"?: string | undefined;
2962
+ "word-break"?: import("csstype").WordBreakProperty | undefined;
2963
+ "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
2964
+ "word-wrap"?: import("csstype").WordWrapProperty | undefined;
2965
+ "writing-mode"?: import("csstype").WritingModeProperty | undefined;
2966
+ "z-index"?: import("csstype").ZIndexProperty | undefined;
2967
+ "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
2968
+ "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
2969
+ "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
2970
+ "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
2971
+ "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
2972
+ "border-color"?: string | undefined;
2973
+ "border-image"?: import("csstype").BorderImageProperty | undefined;
2974
+ "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
2975
+ "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
2976
+ "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
2977
+ "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
2978
+ "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2979
+ "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
2980
+ "border-style"?: string | undefined;
2981
+ "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
2982
+ "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
2983
+ "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2984
+ "flex-flow"?: string | undefined;
2985
+ "grid-area"?: import("csstype").GridAreaProperty | undefined;
2986
+ "grid-column"?: import("csstype").GridColumnProperty | undefined;
2987
+ "grid-row"?: import("csstype").GridRowProperty | undefined;
2988
+ "grid-template"?: string | undefined;
2989
+ "line-clamp"?: import("csstype").LineClampProperty | undefined;
2990
+ "list-style"?: string | undefined;
2991
+ "mask-border"?: import("csstype").MaskBorderProperty | undefined;
2992
+ "overscroll-behavior"?: string | undefined;
2993
+ "place-items"?: string | undefined;
2994
+ "place-self"?: string | undefined;
2995
+ "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
2996
+ "text-emphasis"?: string | undefined;
2997
+ "-moz-animation-delay"?: string | undefined;
2998
+ "-moz-animation-direction"?: string | undefined;
2999
+ "-moz-animation-duration"?: string | undefined;
3000
+ "-moz-animation-fill-mode"?: string | undefined;
3001
+ "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
3002
+ "-moz-animation-name"?: string | undefined;
3003
+ "-moz-animation-play-state"?: string | undefined;
3004
+ "-moz-animation-timing-function"?: string | undefined;
3005
+ "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
3006
+ "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
3007
+ "-moz-border-bottom-colors"?: string | undefined;
3008
+ "-moz-border-end-color"?: string | undefined;
3009
+ "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
3010
+ "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
3011
+ "-moz-border-left-colors"?: string | undefined;
3012
+ "-moz-border-right-colors"?: string | undefined;
3013
+ "-moz-border-start-color"?: string | undefined;
3014
+ "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
3015
+ "-moz-border-top-colors"?: string | undefined;
3016
+ "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
3017
+ "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
3018
+ "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
3019
+ "-moz-column-rule-color"?: string | undefined;
3020
+ "-moz-column-rule-style"?: string | undefined;
3021
+ "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
3022
+ "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
3023
+ "-moz-context-properties"?: string | undefined;
3024
+ "-moz-font-feature-settings"?: string | undefined;
3025
+ "-moz-font-language-override"?: string | undefined;
3026
+ "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
3027
+ "-moz-image-region"?: string | undefined;
3028
+ "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
3029
+ "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
3030
+ "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
3031
+ "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
3032
+ "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
3033
+ "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
3034
+ "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
3035
+ "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
3036
+ "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
3037
+ "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
3038
+ "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
3039
+ "-moz-text-size-adjust"?: string | undefined;
3040
+ "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3041
+ "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
3042
+ "-moz-transition-delay"?: string | undefined;
3043
+ "-moz-transition-duration"?: string | undefined;
3044
+ "-moz-transition-property"?: string | undefined;
3045
+ "-moz-transition-timing-function"?: string | undefined;
3046
+ "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
3047
+ "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
3048
+ "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
3049
+ "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
3050
+ "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
3051
+ "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
3052
+ "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
3053
+ "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
3054
+ "-ms-content-zoom-limit-max"?: string | undefined;
3055
+ "-ms-content-zoom-limit-min"?: string | undefined;
3056
+ "-ms-content-zoom-snap-points"?: string | undefined;
3057
+ "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
3058
+ "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
3059
+ "-ms-filter"?: string | undefined;
3060
+ "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
3061
+ "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
3062
+ "-ms-flow-from"?: string | undefined;
3063
+ "-ms-flow-into"?: string | undefined;
3064
+ "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
3065
+ "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
3066
+ "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
3067
+ "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
3068
+ "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
3069
+ "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
3070
+ "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
3071
+ "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
3072
+ "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
3073
+ "-ms-order"?: import("csstype").GlobalsNumber | undefined;
3074
+ "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
3075
+ "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
3076
+ "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
3077
+ "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
3078
+ "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
3079
+ "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
3080
+ "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
3081
+ "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
3082
+ "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
3083
+ "-ms-scroll-snap-points-x"?: string | undefined;
3084
+ "-ms-scroll-snap-points-y"?: string | undefined;
3085
+ "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
3086
+ "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
3087
+ "-ms-scrollbar-3dlight-color"?: string | undefined;
3088
+ "-ms-scrollbar-arrow-color"?: string | undefined;
3089
+ "-ms-scrollbar-base-color"?: string | undefined;
3090
+ "-ms-scrollbar-darkshadow-color"?: string | undefined;
3091
+ "-ms-scrollbar-face-color"?: string | undefined;
3092
+ "-ms-scrollbar-highlight-color"?: string | undefined;
3093
+ "-ms-scrollbar-shadow-color"?: string | undefined;
3094
+ "-ms-scrollbar-track-color"?: string | undefined;
3095
+ "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
3096
+ "-ms-text-combine-horizontal"?: string | undefined;
3097
+ "-ms-text-overflow"?: string | undefined;
3098
+ "-ms-touch-action"?: string | undefined;
3099
+ "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
3100
+ "-ms-transform"?: string | undefined;
3101
+ "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3102
+ "-ms-transition-delay"?: string | undefined;
3103
+ "-ms-transition-duration"?: string | undefined;
3104
+ "-ms-transition-property"?: string | undefined;
3105
+ "-ms-transition-timing-function"?: string | undefined;
3106
+ "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
3107
+ "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
3108
+ "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
3109
+ "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
3110
+ "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
3111
+ "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
3112
+ "-webkit-align-content"?: string | undefined;
3113
+ "-webkit-align-items"?: string | undefined;
3114
+ "-webkit-align-self"?: string | undefined;
3115
+ "-webkit-animation-delay"?: string | undefined;
3116
+ "-webkit-animation-direction"?: string | undefined;
3117
+ "-webkit-animation-duration"?: string | undefined;
3118
+ "-webkit-animation-fill-mode"?: string | undefined;
3119
+ "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
3120
+ "-webkit-animation-name"?: string | undefined;
3121
+ "-webkit-animation-play-state"?: string | undefined;
3122
+ "-webkit-animation-timing-function"?: string | undefined;
3123
+ "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
3124
+ "-webkit-backdrop-filter"?: string | undefined;
3125
+ "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
3126
+ "-webkit-background-clip"?: string | undefined;
3127
+ "-webkit-background-origin"?: string | undefined;
3128
+ "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
3129
+ "-webkit-border-before-color"?: string | undefined;
3130
+ "-webkit-border-before-style"?: string | undefined;
3131
+ "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
3132
+ "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
3133
+ "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
3134
+ "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
3135
+ "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
3136
+ "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
3137
+ "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
3138
+ "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
3139
+ "-webkit-box-shadow"?: string | undefined;
3140
+ "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
3141
+ "-webkit-clip-path"?: string | undefined;
3142
+ "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
3143
+ "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
3144
+ "-webkit-column-rule-color"?: string | undefined;
3145
+ "-webkit-column-rule-style"?: string | undefined;
3146
+ "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
3147
+ "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
3148
+ "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
3149
+ "-webkit-filter"?: string | undefined;
3150
+ "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
3151
+ "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
3152
+ "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
3153
+ "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
3154
+ "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
3155
+ "-webkit-font-feature-settings"?: string | undefined;
3156
+ "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
3157
+ "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
3158
+ "-webkit-font-variant-ligatures"?: string | undefined;
3159
+ "-webkit-hyphenate-character"?: string | undefined;
3160
+ "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
3161
+ "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
3162
+ "-webkit-justify-content"?: string | undefined;
3163
+ "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
3164
+ "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
3165
+ "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
3166
+ "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
3167
+ "-webkit-mask-attachment"?: string | undefined;
3168
+ "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
3169
+ "-webkit-mask-box-image-repeat"?: string | undefined;
3170
+ "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
3171
+ "-webkit-mask-box-image-source"?: string | undefined;
3172
+ "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
3173
+ "-webkit-mask-clip"?: string | undefined;
3174
+ "-webkit-mask-composite"?: string | undefined;
3175
+ "-webkit-mask-image"?: string | undefined;
3176
+ "-webkit-mask-origin"?: string | undefined;
3177
+ "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
3178
+ "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
3179
+ "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
3180
+ "-webkit-mask-repeat"?: string | undefined;
3181
+ "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
3182
+ "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
3183
+ "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
3184
+ "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
3185
+ "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
3186
+ "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
3187
+ "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
3188
+ "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
3189
+ "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
3190
+ "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
3191
+ "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
3192
+ "-webkit-ruby-position"?: string | undefined;
3193
+ "-webkit-scroll-snap-type"?: string | undefined;
3194
+ "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
3195
+ "-webkit-tap-highlight-color"?: string | undefined;
3196
+ "-webkit-text-combine"?: string | undefined;
3197
+ "-webkit-text-decoration-color"?: string | undefined;
3198
+ "-webkit-text-decoration-line"?: string | undefined;
3199
+ "-webkit-text-decoration-skip"?: string | undefined;
3200
+ "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
3201
+ "-webkit-text-emphasis-color"?: string | undefined;
3202
+ "-webkit-text-emphasis-position"?: string | undefined;
3203
+ "-webkit-text-emphasis-style"?: string | undefined;
3204
+ "-webkit-text-fill-color"?: string | undefined;
3205
+ "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
3206
+ "-webkit-text-size-adjust"?: string | undefined;
3207
+ "-webkit-text-stroke-color"?: string | undefined;
3208
+ "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
3209
+ "-webkit-text-underline-position"?: string | undefined;
3210
+ "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
3211
+ "-webkit-transform"?: string | undefined;
3212
+ "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3213
+ "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
3214
+ "-webkit-transition-delay"?: string | undefined;
3215
+ "-webkit-transition-duration"?: string | undefined;
3216
+ "-webkit-transition-property"?: string | undefined;
3217
+ "-webkit-transition-timing-function"?: string | undefined;
3218
+ "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
3219
+ "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
3220
+ "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
3221
+ "-moz-animation"?: import("csstype").AnimationProperty | undefined;
3222
+ "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
3223
+ "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
3224
+ "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
3225
+ "-moz-transition"?: string | undefined;
3226
+ "-ms-content-zoom-limit"?: string | undefined;
3227
+ "-ms-content-zoom-snap"?: string | undefined;
3228
+ "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
3229
+ "-ms-scroll-limit"?: string | undefined;
3230
+ "-ms-scroll-snap-x"?: string | undefined;
3231
+ "-ms-scroll-snap-y"?: string | undefined;
3232
+ "-ms-transition"?: string | undefined;
3233
+ "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
3234
+ "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
3235
+ "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
3236
+ "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
3237
+ "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
3238
+ "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
3239
+ "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
3240
+ "-webkit-flex-flow"?: string | undefined;
3241
+ "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
3242
+ "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
3243
+ "-webkit-text-emphasis"?: string | undefined;
3244
+ "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
3245
+ "-webkit-transition"?: string | undefined;
3246
+ "box-align"?: import("csstype").BoxAlignProperty | undefined;
3247
+ "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3248
+ "box-flex"?: import("csstype").GlobalsNumber | undefined;
3249
+ "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
3250
+ "box-lines"?: import("csstype").BoxLinesProperty | undefined;
3251
+ "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3252
+ "box-orient"?: import("csstype").BoxOrientProperty | undefined;
3253
+ "box-pack"?: import("csstype").BoxPackProperty | undefined;
3254
+ "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
3255
+ "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
3256
+ "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
3257
+ "ime-mode"?: import("csstype").ImeModeProperty | undefined;
3258
+ "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
3259
+ "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
3260
+ "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
3261
+ "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
3262
+ "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
3263
+ "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
3264
+ "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
3265
+ "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
3266
+ "scroll-snap-points-x"?: string | undefined;
3267
+ "scroll-snap-points-y"?: string | undefined;
3268
+ "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
3269
+ "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
3270
+ "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
3271
+ "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3272
+ "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
3273
+ "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
3274
+ "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
3275
+ "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3276
+ "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
3277
+ "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
3278
+ "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
3279
+ "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
3280
+ "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
3281
+ "-moz-background-clip"?: string | undefined;
3282
+ "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
3283
+ "-moz-background-origin"?: string | undefined;
3284
+ "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
3285
+ "-moz-binding"?: string | undefined;
3286
+ "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
3287
+ "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
3288
+ "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
3289
+ "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
3290
+ "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
3291
+ "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
3292
+ "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3293
+ "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
3294
+ "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3295
+ "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
3296
+ "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
3297
+ "-moz-box-shadow"?: string | undefined;
3298
+ "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
3299
+ "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
3300
+ "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
3301
+ "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
3302
+ "-moz-outline-color"?: string | undefined;
3303
+ "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
3304
+ "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
3305
+ "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
3306
+ "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
3307
+ "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
3308
+ "-moz-outline-style"?: string | undefined;
3309
+ "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
3310
+ "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
3311
+ "-moz-text-decoration-color"?: string | undefined;
3312
+ "-moz-text-decoration-line"?: string | undefined;
3313
+ "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
3314
+ "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
3315
+ "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
3316
+ "-o-animation"?: import("csstype").AnimationProperty | undefined;
3317
+ "-o-animation-delay"?: string | undefined;
3318
+ "-o-animation-direction"?: string | undefined;
3319
+ "-o-animation-duration"?: string | undefined;
3320
+ "-o-animation-fill-mode"?: string | undefined;
3321
+ "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
3322
+ "-o-animation-name"?: string | undefined;
3323
+ "-o-animation-play-state"?: string | undefined;
3324
+ "-o-animation-timing-function"?: string | undefined;
3325
+ "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
3326
+ "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
3327
+ "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
3328
+ "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
3329
+ "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
3330
+ "-o-text-overflow"?: string | undefined;
3331
+ "-o-transform"?: string | undefined;
3332
+ "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3333
+ "-o-transition"?: string | undefined;
3334
+ "-o-transition-delay"?: string | undefined;
3335
+ "-o-transition-duration"?: string | undefined;
3336
+ "-o-transition-property"?: string | undefined;
3337
+ "-o-transition-timing-function"?: string | undefined;
3338
+ "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
3339
+ "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3340
+ "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
3341
+ "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
3342
+ "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
3343
+ "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3344
+ "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
3345
+ "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
3346
+ "-webkit-scroll-snap-points-x"?: string | undefined;
3347
+ "-webkit-scroll-snap-points-y"?: string | undefined;
3348
+ "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
3349
+ "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
3350
+ "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
3351
+ "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
3352
+ "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
3353
+ "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
3354
+ "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
3355
+ "fill-rule"?: import("csstype").FillRuleProperty | undefined;
3356
+ "flood-color"?: string | undefined;
3357
+ "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
3358
+ "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
3359
+ "lighting-color"?: string | undefined;
3360
+ "marker-end"?: string | undefined;
3361
+ "marker-mid"?: string | undefined;
3362
+ "marker-start"?: string | undefined;
3363
+ "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
3364
+ "stop-color"?: string | undefined;
3365
+ "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
3366
+ "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
3367
+ "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
3368
+ "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
3369
+ "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
3370
+ "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
3371
+ "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
3372
+ "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
3373
+ "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
3374
+ "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
3375
+ } | undefined;
3376
+ validator?: ((value: unknown, fieldItem: FieldItem) => string | void) | undefined;
3377
+ reactions?: {
3378
+ [x: string]: any;
3379
+ dependencies?: string[] | undefined;
3380
+ target?: string | undefined;
3381
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3382
+ when?: string | boolean | undefined;
3383
+ fulfill?: {
3384
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
3385
+ run?: string | undefined;
3386
+ } | undefined;
3387
+ otherwise?: {
3388
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
3389
+ run?: string | undefined;
3390
+ } | undefined;
3391
+ } | {
3392
+ [x: string]: any;
3393
+ dependencies?: string[] | undefined;
3394
+ target?: string | undefined;
3395
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3396
+ when?: string | boolean | undefined;
3397
+ fulfill?: {
3398
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
3399
+ run?: string | undefined;
3400
+ } | undefined;
3401
+ otherwise?: {
3402
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
3403
+ run?: string | undefined;
3404
+ } | undefined;
3405
+ }[] | undefined;
3406
+ } | undefined;
1733
3407
  __new?: boolean | undefined;
1734
3408
  }[] | undefined;
3409
+ originalSetting?: {
3410
+ [x: string]: any;
3411
+ val_key: string;
3412
+ html_type: "LINEBAR" | "DATE" | "SELECT" | ({} & string) | "COMBINATION" | "INPUT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
3413
+ annotation?: boolean | undefined;
3414
+ val_key_unit?: string | undefined;
3415
+ is_edit?: import("../../../../../es/components/form-render").FormCommonState | undefined;
3416
+ elem_width?: number | undefined;
3417
+ is_show?: import("../../../../../es/components/form-render").FormCommonState | undefined;
3418
+ is_null?: import("../../../../../es/components/form-render").FormCommonState | undefined;
3419
+ name?: string | undefined;
3420
+ alias?: string | undefined;
3421
+ default_val?: any;
3422
+ is_empty?: import("../../../../../es/components/form-render").FormCommonState | undefined;
3423
+ hide_title?: import("../../../../../es/components/form-render").FormCommonState | undefined;
3424
+ placeholder?: string | undefined;
3425
+ validate?: {
3426
+ [x: string]: any;
3427
+ obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
3428
+ vali_obj?: string | undefined;
3429
+ max_value?: string | number | undefined;
3430
+ min_value?: string | number | undefined;
3431
+ min_length?: string | number | undefined;
3432
+ max_length?: string | number | undefined;
3433
+ decimal_length?: string | number | undefined;
3434
+ regular_expression?: string | {
3435
+ exec: (string: string) => RegExpExecArray | null;
3436
+ test: (string: string) => boolean;
3437
+ readonly source: string;
3438
+ readonly global: boolean;
3439
+ readonly ignoreCase: boolean;
3440
+ readonly multiline: boolean;
3441
+ lastIndex: number;
3442
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
3443
+ readonly flags: string;
3444
+ readonly sticky: boolean;
3445
+ readonly unicode: boolean;
3446
+ readonly dotAll: boolean;
3447
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
3448
+ [Symbol.replace]: {
3449
+ (string: string, replaceValue: string): string;
3450
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
3451
+ };
3452
+ [Symbol.search]: (string: string) => number;
3453
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
3454
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
3455
+ } | undefined;
3456
+ regular_error_tip?: string | undefined;
3457
+ message?: string | undefined;
3458
+ } | undefined;
3459
+ option?: {
3460
+ text: string;
3461
+ value: any;
3462
+ keyword?: string | undefined;
3463
+ disabled?: boolean | undefined;
3464
+ children?: any[] | undefined;
3465
+ childrenFields?: any[] | undefined;
3466
+ }[] | undefined;
3467
+ multi_select?: import("../../../../../es/components/form-render").FormCommonState | undefined;
3468
+ multi_select_value?: string | number | undefined;
3469
+ wordbook?: {
3470
+ level_num?: number | undefined;
3471
+ id?: string | undefined;
3472
+ name?: string | undefined;
3473
+ render_key?: string[] | undefined;
3474
+ search_key?: string[] | undefined;
3475
+ primary_key?: string | undefined;
3476
+ type?: string | undefined;
3477
+ value_key?: string | undefined;
3478
+ level_key?: string | undefined;
3479
+ link_key?: string | undefined;
3480
+ link_key_split?: string | undefined;
3481
+ show_key?: string[] | undefined;
3482
+ conObj?: import("../../../../../es/shared/types").AnyObject[] | undefined;
3483
+ conObjFirstLevel?: import("../../../../../es/shared/types").AnyObject[] | undefined;
3484
+ } | undefined;
3485
+ open?: {
3486
+ value?: any;
3487
+ describe?: string | undefined;
3488
+ } | undefined;
3489
+ close?: {
3490
+ value?: any;
3491
+ describe?: string | undefined;
3492
+ } | undefined;
3493
+ date_format?: string | undefined;
3494
+ step_length?: string | number | undefined;
3495
+ urlConfig?: {
3496
+ url: string;
3497
+ method?: import("../../../../../es/components/form-render").FormRequestType | undefined;
3498
+ nameKey?: string | undefined;
3499
+ valueKey?: string | undefined;
3500
+ params?: import("../../../../../es/shared/types").AnyObject | undefined;
3501
+ dependKey?: string | Record<string, string> | (string | {
3502
+ paramName: string;
3503
+ paramValue?: string | undefined;
3504
+ required?: boolean | undefined;
3505
+ })[] | undefined;
3506
+ } | undefined;
3507
+ suffixConfig?: any | any[] | undefined;
3508
+ autograph?: string | undefined;
3509
+ defined_error_msg?: string | undefined;
3510
+ extendKey?: string | undefined;
3511
+ is_not_fold?: string | undefined;
3512
+ remark?: string | undefined;
3513
+ free_entry?: import("../../../../../es/components/form-render").FormCommonState | undefined;
3514
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
3515
+ content?: string | import("../../../../../es/components/form-render").FormRenderer | Record<string, import("../../../../../es/components/form-render").FormRenderer> | undefined;
3516
+ lazyRequest?: boolean | undefined;
3517
+ requestCache?: boolean | undefined;
3518
+ maxGroupNum?: number | undefined;
3519
+ jsonCombination?: boolean | undefined;
3520
+ children?: any[] | undefined;
3521
+ properties?: any[] | undefined;
3522
+ componentProps?: import("../../../../../es/shared/types").AnyObject | undefined;
3523
+ decoratorProps?: import("../../../../../es/shared/types").AnyObject | undefined;
3524
+ noDecorator?: {
3525
+ valueOf: () => boolean;
3526
+ } | undefined;
3527
+ display?: "flex" | "grid" | undefined;
3528
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
3529
+ wrapperStyle?: Record<string, string> | {
3530
+ [x: `--${string}`]: string | number | undefined;
3531
+ accentColor?: string | undefined;
3532
+ alignContent?: string | undefined;
3533
+ alignItems?: string | undefined;
3534
+ alignSelf?: string | undefined;
3535
+ alignTracks?: string | undefined;
3536
+ animationComposition?: string | undefined;
3537
+ animationDelay?: string | undefined;
3538
+ animationDirection?: string | undefined;
3539
+ animationDuration?: string | undefined;
3540
+ animationFillMode?: string | undefined;
3541
+ animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
3542
+ animationName?: string | undefined;
3543
+ animationPlayState?: string | undefined;
3544
+ animationTimeline?: string | undefined;
3545
+ animationTimingFunction?: string | undefined;
3546
+ appearance?: import("csstype").AppearanceProperty | undefined;
3547
+ aspectRatio?: import("csstype").AspectRatioProperty | undefined;
3548
+ backdropFilter?: string | undefined;
3549
+ backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
3550
+ backgroundAttachment?: string | undefined;
3551
+ backgroundBlendMode?: string | undefined;
3552
+ backgroundClip?: string | undefined;
3553
+ backgroundColor?: string | undefined;
3554
+ backgroundImage?: string | undefined;
3555
+ backgroundOrigin?: string | undefined;
3556
+ backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
3557
+ backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
3558
+ backgroundRepeat?: string | undefined;
3559
+ backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
3560
+ blockOverflow?: string | undefined;
3561
+ blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
3562
+ borderBlockColor?: string | undefined;
3563
+ borderBlockEndColor?: string | undefined;
3564
+ borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
3565
+ borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
3566
+ borderBlockStartColor?: string | undefined;
3567
+ borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
3568
+ borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
3569
+ borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
3570
+ borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
3571
+ borderBottomColor?: string | undefined;
3572
+ borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
3573
+ borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
3574
+ borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
3575
+ borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
3576
+ borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
3577
+ borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
3578
+ borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
3579
+ borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
3580
+ borderImageRepeat?: string | undefined;
3581
+ borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
3582
+ borderImageSource?: string | undefined;
3583
+ borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
3584
+ borderInlineColor?: string | undefined;
3585
+ borderInlineEndColor?: string | undefined;
3586
+ borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
3587
+ borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
3588
+ borderInlineStartColor?: string | undefined;
3589
+ borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
3590
+ borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
3591
+ borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
3592
+ borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
3593
+ borderLeftColor?: string | undefined;
3594
+ borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
3595
+ borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
3596
+ borderRightColor?: string | undefined;
3597
+ borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
3598
+ borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
3599
+ borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
3600
+ borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
3601
+ borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
3602
+ borderTopColor?: string | undefined;
3603
+ borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
3604
+ borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
3605
+ borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
3606
+ borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
3607
+ bottom?: import("csstype").BottomProperty<string | number> | undefined;
3608
+ boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
3609
+ boxShadow?: string | undefined;
3610
+ boxSizing?: import("csstype").BoxSizingProperty | undefined;
3611
+ breakAfter?: import("csstype").BreakAfterProperty | undefined;
3612
+ breakBefore?: import("csstype").BreakBeforeProperty | undefined;
3613
+ breakInside?: import("csstype").BreakInsideProperty | undefined;
3614
+ captionSide?: import("csstype").CaptionSideProperty | undefined;
3615
+ caretColor?: string | undefined;
3616
+ clear?: import("csstype").ClearProperty | undefined;
3617
+ clipPath?: string | undefined;
3618
+ color?: string | undefined;
3619
+ colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
3620
+ colorScheme?: string | undefined;
3621
+ columnCount?: import("csstype").ColumnCountProperty | undefined;
3622
+ columnFill?: import("csstype").ColumnFillProperty | undefined;
3623
+ columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
3624
+ columnRuleColor?: string | undefined;
3625
+ columnRuleStyle?: string | undefined;
3626
+ columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
3627
+ columnSpan?: import("csstype").ColumnSpanProperty | undefined;
3628
+ columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
3629
+ contain?: string | undefined;
3630
+ content?: string | undefined;
3631
+ contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
3632
+ counterIncrement?: string | undefined;
3633
+ counterReset?: string | undefined;
3634
+ counterSet?: string | undefined;
3635
+ cursor?: string | undefined;
3636
+ direction?: import("csstype").DirectionProperty | undefined;
3637
+ display?: string | undefined;
3638
+ emptyCells?: import("csstype").EmptyCellsProperty | undefined;
3639
+ filter?: string | undefined;
3640
+ flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
3641
+ flexDirection?: import("csstype").FlexDirectionProperty | undefined;
3642
+ flexGrow?: import("csstype").GlobalsNumber | undefined;
3643
+ flexShrink?: import("csstype").GlobalsNumber | undefined;
3644
+ flexWrap?: import("csstype").FlexWrapProperty | undefined;
3645
+ float?: import("csstype").FloatProperty | undefined;
3646
+ fontFamily?: string | undefined;
3647
+ fontFeatureSettings?: string | undefined;
3648
+ fontKerning?: import("csstype").FontKerningProperty | undefined;
3649
+ fontLanguageOverride?: string | undefined;
3650
+ fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
3651
+ fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
3652
+ fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
3653
+ fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
3654
+ fontStretch?: string | undefined;
3655
+ fontStyle?: string | undefined;
3656
+ fontSynthesis?: string | undefined;
3657
+ fontVariant?: string | undefined;
3658
+ fontVariantAlternates?: string | undefined;
3659
+ fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
3660
+ fontVariantEastAsian?: string | undefined;
3661
+ fontVariantLigatures?: string | undefined;
3662
+ fontVariantNumeric?: string | undefined;
3663
+ fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
3664
+ fontVariationSettings?: string | undefined;
3665
+ fontWeight?: import("csstype").FontWeightProperty | undefined;
3666
+ forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
3667
+ gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
3668
+ gridAutoFlow?: string | undefined;
3669
+ gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
3670
+ gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
3671
+ gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
3672
+ gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
3673
+ gridRowStart?: import("csstype").GridRowStartProperty | undefined;
3674
+ gridTemplateAreas?: string | undefined;
3675
+ gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
3676
+ gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
3677
+ hangingPunctuation?: string | undefined;
3678
+ height?: import("csstype").HeightProperty<string | number> | undefined;
3679
+ hyphenateCharacter?: string | undefined;
3680
+ hyphens?: import("csstype").HyphensProperty | undefined;
3681
+ imageOrientation?: string | undefined;
3682
+ imageRendering?: import("csstype").ImageRenderingProperty | undefined;
3683
+ imageResolution?: string | undefined;
3684
+ initialLetter?: import("csstype").InitialLetterProperty | undefined;
3685
+ inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
3686
+ inputSecurity?: import("csstype").InputSecurityProperty | undefined;
3687
+ inset?: import("csstype").InsetProperty<string | number> | undefined;
3688
+ insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
3689
+ insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
3690
+ insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
3691
+ insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
3692
+ insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
3693
+ insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
3694
+ isolation?: import("csstype").IsolationProperty | undefined;
3695
+ justifyContent?: string | undefined;
3696
+ justifyItems?: string | undefined;
3697
+ justifySelf?: string | undefined;
3698
+ justifyTracks?: string | undefined;
3699
+ left?: import("csstype").LeftProperty<string | number> | undefined;
3700
+ letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
3701
+ lineBreak?: import("csstype").LineBreakProperty | undefined;
3702
+ lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
3703
+ lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
3704
+ listStyleImage?: string | undefined;
3705
+ listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
3706
+ listStyleType?: string | undefined;
3707
+ marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
3708
+ marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
3709
+ marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
3710
+ marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
3711
+ marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
3712
+ marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
3713
+ marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
3714
+ marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
3715
+ marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
3716
+ marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
3717
+ maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
3718
+ maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
3719
+ maskBorderRepeat?: string | undefined;
3720
+ maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
3721
+ maskBorderSource?: string | undefined;
3722
+ maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
3723
+ maskClip?: string | undefined;
3724
+ maskComposite?: string | undefined;
3725
+ maskImage?: string | undefined;
3726
+ maskMode?: string | undefined;
3727
+ maskOrigin?: string | undefined;
3728
+ maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
3729
+ maskRepeat?: string | undefined;
3730
+ maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
3731
+ maskType?: import("csstype").MaskTypeProperty | undefined;
3732
+ mathDepth?: import("csstype").MathDepthProperty | undefined;
3733
+ mathShift?: import("csstype").MathShiftProperty | undefined;
3734
+ mathStyle?: import("csstype").MathStyleProperty | undefined;
3735
+ maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
3736
+ maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
3737
+ maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
3738
+ maxLines?: import("csstype").MaxLinesProperty | undefined;
3739
+ maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
3740
+ minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
3741
+ minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
3742
+ minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
3743
+ minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
3744
+ mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
3745
+ motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
3746
+ motionPath?: string | undefined;
3747
+ motionRotation?: string | undefined;
3748
+ objectFit?: import("csstype").ObjectFitProperty | undefined;
3749
+ objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
3750
+ offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
3751
+ offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
3752
+ offsetPath?: string | undefined;
3753
+ offsetRotate?: string | undefined;
3754
+ offsetRotation?: string | undefined;
3755
+ opacity?: import("csstype").OpacityProperty | undefined;
3756
+ order?: import("csstype").GlobalsNumber | undefined;
3757
+ orphans?: import("csstype").GlobalsNumber | undefined;
3758
+ outlineColor?: string | undefined;
3759
+ outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
3760
+ outlineStyle?: string | undefined;
3761
+ outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
3762
+ overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
3763
+ overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
3764
+ overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
3765
+ overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
3766
+ overflowInline?: import("csstype").OverflowInlineProperty | undefined;
3767
+ overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
3768
+ overflowX?: import("csstype").OverflowXProperty | undefined;
3769
+ overflowY?: import("csstype").OverflowYProperty | undefined;
3770
+ overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
3771
+ overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
3772
+ overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
3773
+ overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
3774
+ paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
3775
+ paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
3776
+ paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
3777
+ paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
3778
+ paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
3779
+ paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
3780
+ paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
3781
+ paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
3782
+ paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
3783
+ paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
3784
+ pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
3785
+ pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
3786
+ pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
3787
+ paintOrder?: string | undefined;
3788
+ perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
3789
+ perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
3790
+ placeContent?: string | undefined;
3791
+ pointerEvents?: import("csstype").PointerEventsProperty | undefined;
3792
+ position?: import("csstype").PositionProperty | undefined;
3793
+ printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
3794
+ quotes?: string | undefined;
3795
+ resize?: import("csstype").ResizeProperty | undefined;
3796
+ right?: import("csstype").RightProperty<string | number> | undefined;
3797
+ rotate?: string | undefined;
3798
+ rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
3799
+ rubyAlign?: import("csstype").RubyAlignProperty | undefined;
3800
+ rubyMerge?: import("csstype").RubyMergeProperty | undefined;
3801
+ rubyPosition?: string | undefined;
3802
+ scale?: import("csstype").ScaleProperty | undefined;
3803
+ scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
3804
+ scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
3805
+ scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
3806
+ scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
3807
+ scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
3808
+ scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
3809
+ scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
3810
+ scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
3811
+ scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
3812
+ scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
3813
+ scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
3814
+ scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
3815
+ scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
3816
+ scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
3817
+ scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
3818
+ scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
3819
+ scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
3820
+ scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
3821
+ scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
3822
+ scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
3823
+ scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
3824
+ scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
3825
+ scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
3826
+ scrollSnapAlign?: string | undefined;
3827
+ scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
3828
+ scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
3829
+ scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
3830
+ scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
3831
+ scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
3832
+ scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
3833
+ scrollSnapType?: string | undefined;
3834
+ scrollbarColor?: string | undefined;
3835
+ scrollbarGutter?: string | undefined;
3836
+ scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
3837
+ shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
3838
+ shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
3839
+ shapeOutside?: string | undefined;
3840
+ tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
3841
+ tableLayout?: import("csstype").TableLayoutProperty | undefined;
3842
+ textAlign?: import("csstype").TextAlignProperty | undefined;
3843
+ textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
3844
+ textCombineUpright?: string | undefined;
3845
+ textDecorationColor?: string | undefined;
3846
+ textDecorationLine?: string | undefined;
3847
+ textDecorationSkip?: string | undefined;
3848
+ textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
3849
+ textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
3850
+ textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
3851
+ textEmphasisColor?: string | undefined;
3852
+ textEmphasisPosition?: string | undefined;
3853
+ textEmphasisStyle?: string | undefined;
3854
+ textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
3855
+ textJustify?: import("csstype").TextJustifyProperty | undefined;
3856
+ textOrientation?: import("csstype").TextOrientationProperty | undefined;
3857
+ textOverflow?: string | undefined;
3858
+ textRendering?: import("csstype").TextRenderingProperty | undefined;
3859
+ textShadow?: string | undefined;
3860
+ textSizeAdjust?: string | undefined;
3861
+ textTransform?: import("csstype").TextTransformProperty | undefined;
3862
+ textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
3863
+ textUnderlinePosition?: string | undefined;
3864
+ top?: import("csstype").TopProperty<string | number> | undefined;
3865
+ touchAction?: string | undefined;
3866
+ transform?: string | undefined;
3867
+ transformBox?: import("csstype").TransformBoxProperty | undefined;
3868
+ transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
3869
+ transformStyle?: import("csstype").TransformStyleProperty | undefined;
3870
+ transitionDelay?: string | undefined;
3871
+ transitionDuration?: string | undefined;
3872
+ transitionProperty?: string | undefined;
3873
+ transitionTimingFunction?: string | undefined;
3874
+ translate?: import("csstype").TranslateProperty<string | number> | undefined;
3875
+ unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
3876
+ userSelect?: import("csstype").UserSelectProperty | undefined;
3877
+ verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
3878
+ visibility?: import("csstype").VisibilityProperty | undefined;
3879
+ whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
3880
+ widows?: import("csstype").GlobalsNumber | undefined;
3881
+ width?: import("csstype").WidthProperty<string | number> | undefined;
3882
+ willChange?: string | undefined;
3883
+ wordBreak?: import("csstype").WordBreakProperty | undefined;
3884
+ wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
3885
+ wordWrap?: import("csstype").WordWrapProperty | undefined;
3886
+ writingMode?: import("csstype").WritingModeProperty | undefined;
3887
+ zIndex?: import("csstype").ZIndexProperty | undefined;
3888
+ zoom?: import("csstype").ZoomProperty | undefined;
3889
+ all?: import("csstype").Globals | undefined;
3890
+ animation?: import("csstype").AnimationProperty | undefined;
3891
+ background?: import("csstype").BackgroundProperty<string | number> | undefined;
3892
+ backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
3893
+ border?: import("csstype").BorderProperty<string | number> | undefined;
3894
+ borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
3895
+ borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
3896
+ borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
3897
+ borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
3898
+ borderColor?: string | undefined;
3899
+ borderImage?: import("csstype").BorderImageProperty | undefined;
3900
+ borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
3901
+ borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
3902
+ borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
3903
+ borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
3904
+ borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
3905
+ borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
3906
+ borderStyle?: string | undefined;
3907
+ borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
3908
+ borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
3909
+ columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
3910
+ columns?: import("csstype").ColumnsProperty<string | number> | undefined;
3911
+ flex?: import("csstype").FlexProperty<string | number> | undefined;
3912
+ flexFlow?: string | undefined;
3913
+ font?: string | undefined;
3914
+ gap?: import("csstype").GapProperty<string | number> | undefined;
3915
+ grid?: string | undefined;
3916
+ gridArea?: import("csstype").GridAreaProperty | undefined;
3917
+ gridColumn?: import("csstype").GridColumnProperty | undefined;
3918
+ gridRow?: import("csstype").GridRowProperty | undefined;
3919
+ gridTemplate?: string | undefined;
3920
+ lineClamp?: import("csstype").LineClampProperty | undefined;
3921
+ listStyle?: string | undefined;
3922
+ margin?: import("csstype").MarginProperty<string | number> | undefined;
3923
+ mask?: import("csstype").MaskProperty<string | number> | undefined;
3924
+ maskBorder?: import("csstype").MaskBorderProperty | undefined;
3925
+ motion?: import("csstype").OffsetProperty<string | number> | undefined;
3926
+ offset?: import("csstype").OffsetProperty<string | number> | undefined;
3927
+ outline?: import("csstype").OutlineProperty<string | number> | undefined;
3928
+ overflow?: string | undefined;
3929
+ overscrollBehavior?: string | undefined;
3930
+ padding?: import("csstype").PaddingProperty<string | number> | undefined;
3931
+ placeItems?: string | undefined;
3932
+ placeSelf?: string | undefined;
3933
+ textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
3934
+ textEmphasis?: string | undefined;
3935
+ transition?: string | undefined;
3936
+ MozAnimationDelay?: string | undefined;
3937
+ MozAnimationDirection?: string | undefined;
3938
+ MozAnimationDuration?: string | undefined;
3939
+ MozAnimationFillMode?: string | undefined;
3940
+ MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
3941
+ MozAnimationName?: string | undefined;
3942
+ MozAnimationPlayState?: string | undefined;
3943
+ MozAnimationTimingFunction?: string | undefined;
3944
+ MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
3945
+ MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
3946
+ MozBorderBottomColors?: string | undefined;
3947
+ MozBorderEndColor?: string | undefined;
3948
+ MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
3949
+ MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
3950
+ MozBorderLeftColors?: string | undefined;
3951
+ MozBorderRightColors?: string | undefined;
3952
+ MozBorderStartColor?: string | undefined;
3953
+ MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
3954
+ MozBorderTopColors?: string | undefined;
3955
+ MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
3956
+ MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
3957
+ MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
3958
+ MozColumnRuleColor?: string | undefined;
3959
+ MozColumnRuleStyle?: string | undefined;
3960
+ MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
3961
+ MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
3962
+ MozContextProperties?: string | undefined;
3963
+ MozFontFeatureSettings?: string | undefined;
3964
+ MozFontLanguageOverride?: string | undefined;
3965
+ MozHyphens?: import("csstype").HyphensProperty | undefined;
3966
+ MozImageRegion?: string | undefined;
3967
+ MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
3968
+ MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
3969
+ MozOrient?: import("csstype").MozOrientProperty | undefined;
3970
+ MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
3971
+ MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
3972
+ MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
3973
+ MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
3974
+ MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
3975
+ MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
3976
+ MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
3977
+ MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
3978
+ MozTextSizeAdjust?: string | undefined;
3979
+ MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
3980
+ MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
3981
+ MozTransitionDelay?: string | undefined;
3982
+ MozTransitionDuration?: string | undefined;
3983
+ MozTransitionProperty?: string | undefined;
3984
+ MozTransitionTimingFunction?: string | undefined;
3985
+ MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
3986
+ MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
3987
+ MozUserSelect?: import("csstype").UserSelectProperty | undefined;
3988
+ MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
3989
+ MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
3990
+ msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
3991
+ msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
3992
+ msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
3993
+ msContentZoomLimitMax?: string | undefined;
3994
+ msContentZoomLimitMin?: string | undefined;
3995
+ msContentZoomSnapPoints?: string | undefined;
3996
+ msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
3997
+ msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
3998
+ msFilter?: string | undefined;
3999
+ msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
4000
+ msFlexPositive?: import("csstype").GlobalsNumber | undefined;
4001
+ msFlowFrom?: string | undefined;
4002
+ msFlowInto?: string | undefined;
4003
+ msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
4004
+ msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
4005
+ msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
4006
+ msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
4007
+ msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
4008
+ msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
4009
+ msHyphens?: import("csstype").HyphensProperty | undefined;
4010
+ msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
4011
+ msLineBreak?: import("csstype").LineBreakProperty | undefined;
4012
+ msOrder?: import("csstype").GlobalsNumber | undefined;
4013
+ msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
4014
+ msOverflowX?: import("csstype").OverflowXProperty | undefined;
4015
+ msOverflowY?: import("csstype").OverflowYProperty | undefined;
4016
+ msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
4017
+ msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
4018
+ msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
4019
+ msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
4020
+ msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
4021
+ msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
4022
+ msScrollSnapPointsX?: string | undefined;
4023
+ msScrollSnapPointsY?: string | undefined;
4024
+ msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
4025
+ msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
4026
+ msScrollbar3dlightColor?: string | undefined;
4027
+ msScrollbarArrowColor?: string | undefined;
4028
+ msScrollbarBaseColor?: string | undefined;
4029
+ msScrollbarDarkshadowColor?: string | undefined;
4030
+ msScrollbarFaceColor?: string | undefined;
4031
+ msScrollbarHighlightColor?: string | undefined;
4032
+ msScrollbarShadowColor?: string | undefined;
4033
+ msScrollbarTrackColor?: string | undefined;
4034
+ msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
4035
+ msTextCombineHorizontal?: string | undefined;
4036
+ msTextOverflow?: string | undefined;
4037
+ msTouchAction?: string | undefined;
4038
+ msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
4039
+ msTransform?: string | undefined;
4040
+ msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
4041
+ msTransitionDelay?: string | undefined;
4042
+ msTransitionDuration?: string | undefined;
4043
+ msTransitionProperty?: string | undefined;
4044
+ msTransitionTimingFunction?: string | undefined;
4045
+ msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
4046
+ msWordBreak?: import("csstype").WordBreakProperty | undefined;
4047
+ msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
4048
+ msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
4049
+ msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
4050
+ msWritingMode?: import("csstype").WritingModeProperty | undefined;
4051
+ WebkitAlignContent?: string | undefined;
4052
+ WebkitAlignItems?: string | undefined;
4053
+ WebkitAlignSelf?: string | undefined;
4054
+ WebkitAnimationDelay?: string | undefined;
4055
+ WebkitAnimationDirection?: string | undefined;
4056
+ WebkitAnimationDuration?: string | undefined;
4057
+ WebkitAnimationFillMode?: string | undefined;
4058
+ WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
4059
+ WebkitAnimationName?: string | undefined;
4060
+ WebkitAnimationPlayState?: string | undefined;
4061
+ WebkitAnimationTimingFunction?: string | undefined;
4062
+ WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
4063
+ WebkitBackdropFilter?: string | undefined;
4064
+ WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
4065
+ WebkitBackgroundClip?: string | undefined;
4066
+ WebkitBackgroundOrigin?: string | undefined;
4067
+ WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
4068
+ WebkitBorderBeforeColor?: string | undefined;
4069
+ WebkitBorderBeforeStyle?: string | undefined;
4070
+ WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
4071
+ WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
4072
+ WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
4073
+ WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
4074
+ WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
4075
+ WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
4076
+ WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
4077
+ WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
4078
+ WebkitBoxShadow?: string | undefined;
4079
+ WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
4080
+ WebkitClipPath?: string | undefined;
4081
+ WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
4082
+ WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
4083
+ WebkitColumnRuleColor?: string | undefined;
4084
+ WebkitColumnRuleStyle?: string | undefined;
4085
+ WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
4086
+ WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
4087
+ WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
4088
+ WebkitFilter?: string | undefined;
4089
+ WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
4090
+ WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
4091
+ WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
4092
+ WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
4093
+ WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
4094
+ WebkitFontFeatureSettings?: string | undefined;
4095
+ WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
4096
+ WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
4097
+ WebkitFontVariantLigatures?: string | undefined;
4098
+ WebkitHyphenateCharacter?: string | undefined;
4099
+ WebkitHyphens?: import("csstype").HyphensProperty | undefined;
4100
+ WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
4101
+ WebkitJustifyContent?: string | undefined;
4102
+ WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
4103
+ WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
4104
+ WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
4105
+ WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
4106
+ WebkitMaskAttachment?: string | undefined;
4107
+ WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
4108
+ WebkitMaskBoxImageRepeat?: string | undefined;
4109
+ WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
4110
+ WebkitMaskBoxImageSource?: string | undefined;
4111
+ WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
4112
+ WebkitMaskClip?: string | undefined;
4113
+ WebkitMaskComposite?: string | undefined;
4114
+ WebkitMaskImage?: string | undefined;
4115
+ WebkitMaskOrigin?: string | undefined;
4116
+ WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
4117
+ WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
4118
+ WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
4119
+ WebkitMaskRepeat?: string | undefined;
4120
+ WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
4121
+ WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
4122
+ WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
4123
+ WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
4124
+ WebkitOrder?: import("csstype").GlobalsNumber | undefined;
4125
+ WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
4126
+ WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
4127
+ WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
4128
+ WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
4129
+ WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
4130
+ WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
4131
+ WebkitRubyPosition?: string | undefined;
4132
+ WebkitScrollSnapType?: string | undefined;
4133
+ WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
4134
+ WebkitTapHighlightColor?: string | undefined;
4135
+ WebkitTextCombine?: string | undefined;
4136
+ WebkitTextDecorationColor?: string | undefined;
4137
+ WebkitTextDecorationLine?: string | undefined;
4138
+ WebkitTextDecorationSkip?: string | undefined;
4139
+ WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
4140
+ WebkitTextEmphasisColor?: string | undefined;
4141
+ WebkitTextEmphasisPosition?: string | undefined;
4142
+ WebkitTextEmphasisStyle?: string | undefined;
4143
+ WebkitTextFillColor?: string | undefined;
4144
+ WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
4145
+ WebkitTextSizeAdjust?: string | undefined;
4146
+ WebkitTextStrokeColor?: string | undefined;
4147
+ WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
4148
+ WebkitTextUnderlinePosition?: string | undefined;
4149
+ WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
4150
+ WebkitTransform?: string | undefined;
4151
+ WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
4152
+ WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
4153
+ WebkitTransitionDelay?: string | undefined;
4154
+ WebkitTransitionDuration?: string | undefined;
4155
+ WebkitTransitionProperty?: string | undefined;
4156
+ WebkitTransitionTimingFunction?: string | undefined;
4157
+ WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
4158
+ WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
4159
+ WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
4160
+ MozAnimation?: import("csstype").AnimationProperty | undefined;
4161
+ MozBorderImage?: import("csstype").BorderImageProperty | undefined;
4162
+ MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
4163
+ MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
4164
+ MozTransition?: string | undefined;
4165
+ msContentZoomLimit?: string | undefined;
4166
+ msContentZoomSnap?: string | undefined;
4167
+ msFlex?: import("csstype").FlexProperty<string | number> | undefined;
4168
+ msScrollLimit?: string | undefined;
4169
+ msScrollSnapX?: string | undefined;
4170
+ msScrollSnapY?: string | undefined;
4171
+ msTransition?: string | undefined;
4172
+ WebkitAnimation?: import("csstype").AnimationProperty | undefined;
4173
+ WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
4174
+ WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
4175
+ WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
4176
+ WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
4177
+ WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
4178
+ WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
4179
+ WebkitFlexFlow?: string | undefined;
4180
+ WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
4181
+ WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
4182
+ WebkitTextEmphasis?: string | undefined;
4183
+ WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
4184
+ WebkitTransition?: string | undefined;
4185
+ azimuth?: string | undefined;
4186
+ boxAlign?: import("csstype").BoxAlignProperty | undefined;
4187
+ boxDirection?: import("csstype").BoxDirectionProperty | undefined;
4188
+ boxFlex?: import("csstype").GlobalsNumber | undefined;
4189
+ boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
4190
+ boxLines?: import("csstype").BoxLinesProperty | undefined;
4191
+ boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
4192
+ boxOrient?: import("csstype").BoxOrientProperty | undefined;
4193
+ boxPack?: import("csstype").BoxPackProperty | undefined;
4194
+ clip?: string | undefined;
4195
+ gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
4196
+ gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
4197
+ gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
4198
+ imeMode?: import("csstype").ImeModeProperty | undefined;
4199
+ offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
4200
+ offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
4201
+ offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
4202
+ offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
4203
+ offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
4204
+ offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
4205
+ scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
4206
+ scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
4207
+ scrollSnapPointsX?: string | undefined;
4208
+ scrollSnapPointsY?: string | undefined;
4209
+ scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
4210
+ scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
4211
+ KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
4212
+ KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
4213
+ KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
4214
+ KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
4215
+ KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
4216
+ KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
4217
+ KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
4218
+ KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
4219
+ KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
4220
+ KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
4221
+ KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
4222
+ MozBackgroundClip?: string | undefined;
4223
+ MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
4224
+ MozBackgroundOrigin?: string | undefined;
4225
+ MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
4226
+ MozBinding?: string | undefined;
4227
+ MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
4228
+ MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
4229
+ MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
4230
+ MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
4231
+ MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
4232
+ MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
4233
+ MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
4234
+ MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
4235
+ MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
4236
+ MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
4237
+ MozBoxPack?: import("csstype").BoxPackProperty | undefined;
4238
+ MozBoxShadow?: string | undefined;
4239
+ MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
4240
+ MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
4241
+ MozOpacity?: import("csstype").OpacityProperty | undefined;
4242
+ MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
4243
+ MozOutlineColor?: string | undefined;
4244
+ MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
4245
+ MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
4246
+ MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
4247
+ MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
4248
+ MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
4249
+ MozOutlineStyle?: string | undefined;
4250
+ MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
4251
+ MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
4252
+ MozTextDecorationColor?: string | undefined;
4253
+ MozTextDecorationLine?: string | undefined;
4254
+ MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
4255
+ MozUserInput?: import("csstype").MozUserInputProperty | undefined;
4256
+ msImeMode?: import("csstype").ImeModeProperty | undefined;
4257
+ OAnimation?: import("csstype").AnimationProperty | undefined;
4258
+ OAnimationDelay?: string | undefined;
4259
+ OAnimationDirection?: string | undefined;
4260
+ OAnimationDuration?: string | undefined;
4261
+ OAnimationFillMode?: string | undefined;
4262
+ OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
4263
+ OAnimationName?: string | undefined;
4264
+ OAnimationPlayState?: string | undefined;
4265
+ OAnimationTimingFunction?: string | undefined;
4266
+ OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
4267
+ OBorderImage?: import("csstype").BorderImageProperty | undefined;
4268
+ OObjectFit?: import("csstype").ObjectFitProperty | undefined;
4269
+ OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
4270
+ OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
4271
+ OTextOverflow?: string | undefined;
4272
+ OTransform?: string | undefined;
4273
+ OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
4274
+ OTransition?: string | undefined;
4275
+ OTransitionDelay?: string | undefined;
4276
+ OTransitionDuration?: string | undefined;
4277
+ OTransitionProperty?: string | undefined;
4278
+ OTransitionTimingFunction?: string | undefined;
4279
+ WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
4280
+ WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
4281
+ WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
4282
+ WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
4283
+ WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
4284
+ WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
4285
+ WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
4286
+ WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
4287
+ WebkitScrollSnapPointsX?: string | undefined;
4288
+ WebkitScrollSnapPointsY?: string | undefined;
4289
+ alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
4290
+ baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
4291
+ clipRule?: import("csstype").ClipRuleProperty | undefined;
4292
+ colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
4293
+ colorRendering?: import("csstype").ColorRenderingProperty | undefined;
4294
+ dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
4295
+ fill?: string | undefined;
4296
+ fillOpacity?: import("csstype").GlobalsNumber | undefined;
4297
+ fillRule?: import("csstype").FillRuleProperty | undefined;
4298
+ floodColor?: string | undefined;
4299
+ floodOpacity?: import("csstype").GlobalsNumber | undefined;
4300
+ glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
4301
+ lightingColor?: string | undefined;
4302
+ marker?: string | undefined;
4303
+ markerEnd?: string | undefined;
4304
+ markerMid?: string | undefined;
4305
+ markerStart?: string | undefined;
4306
+ shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
4307
+ stopColor?: string | undefined;
4308
+ stopOpacity?: import("csstype").GlobalsNumber | undefined;
4309
+ stroke?: string | undefined;
4310
+ strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
4311
+ strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
4312
+ strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
4313
+ strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
4314
+ strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
4315
+ strokeOpacity?: import("csstype").GlobalsNumber | undefined;
4316
+ strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
4317
+ textAnchor?: import("csstype").TextAnchorProperty | undefined;
4318
+ vectorEffect?: import("csstype").VectorEffectProperty | undefined;
4319
+ "accent-color"?: string | undefined;
4320
+ "align-content"?: string | undefined;
4321
+ "align-items"?: string | undefined;
4322
+ "align-self"?: string | undefined;
4323
+ "align-tracks"?: string | undefined;
4324
+ "animation-composition"?: string | undefined;
4325
+ "animation-delay"?: string | undefined;
4326
+ "animation-direction"?: string | undefined;
4327
+ "animation-duration"?: string | undefined;
4328
+ "animation-fill-mode"?: string | undefined;
4329
+ "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
4330
+ "animation-name"?: string | undefined;
4331
+ "animation-play-state"?: string | undefined;
4332
+ "animation-timeline"?: string | undefined;
4333
+ "animation-timing-function"?: string | undefined;
4334
+ "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
4335
+ "backdrop-filter"?: string | undefined;
4336
+ "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
4337
+ "background-attachment"?: string | undefined;
4338
+ "background-blend-mode"?: string | undefined;
4339
+ "background-clip"?: string | undefined;
4340
+ "background-color"?: string | undefined;
4341
+ "background-image"?: string | undefined;
4342
+ "background-origin"?: string | undefined;
4343
+ "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
4344
+ "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
4345
+ "background-repeat"?: string | undefined;
4346
+ "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
4347
+ "block-overflow"?: string | undefined;
4348
+ "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
4349
+ "border-block-color"?: string | undefined;
4350
+ "border-block-end-color"?: string | undefined;
4351
+ "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
4352
+ "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
4353
+ "border-block-start-color"?: string | undefined;
4354
+ "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
4355
+ "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
4356
+ "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
4357
+ "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
4358
+ "border-bottom-color"?: string | undefined;
4359
+ "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
4360
+ "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
4361
+ "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
4362
+ "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
4363
+ "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
4364
+ "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
4365
+ "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
4366
+ "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
4367
+ "border-image-repeat"?: string | undefined;
4368
+ "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
4369
+ "border-image-source"?: string | undefined;
4370
+ "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
4371
+ "border-inline-color"?: string | undefined;
4372
+ "border-inline-end-color"?: string | undefined;
4373
+ "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
4374
+ "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
4375
+ "border-inline-start-color"?: string | undefined;
4376
+ "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
4377
+ "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
4378
+ "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
4379
+ "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
4380
+ "border-left-color"?: string | undefined;
4381
+ "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
4382
+ "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
4383
+ "border-right-color"?: string | undefined;
4384
+ "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
4385
+ "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
4386
+ "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
4387
+ "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
4388
+ "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
4389
+ "border-top-color"?: string | undefined;
4390
+ "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
4391
+ "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
4392
+ "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
4393
+ "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
4394
+ "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
4395
+ "box-shadow"?: string | undefined;
4396
+ "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
4397
+ "break-after"?: import("csstype").BreakAfterProperty | undefined;
4398
+ "break-before"?: import("csstype").BreakBeforeProperty | undefined;
4399
+ "break-inside"?: import("csstype").BreakInsideProperty | undefined;
4400
+ "caption-side"?: import("csstype").CaptionSideProperty | undefined;
4401
+ "caret-color"?: string | undefined;
4402
+ "clip-path"?: string | undefined;
4403
+ "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
4404
+ "color-scheme"?: string | undefined;
4405
+ "column-count"?: import("csstype").ColumnCountProperty | undefined;
4406
+ "column-fill"?: import("csstype").ColumnFillProperty | undefined;
4407
+ "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
4408
+ "column-rule-color"?: string | undefined;
4409
+ "column-rule-style"?: string | undefined;
4410
+ "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
4411
+ "column-span"?: import("csstype").ColumnSpanProperty | undefined;
4412
+ "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
4413
+ "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
4414
+ "counter-increment"?: string | undefined;
4415
+ "counter-reset"?: string | undefined;
4416
+ "counter-set"?: string | undefined;
4417
+ "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
4418
+ "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
4419
+ "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
4420
+ "flex-grow"?: import("csstype").GlobalsNumber | undefined;
4421
+ "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
4422
+ "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
4423
+ "font-family"?: string | undefined;
4424
+ "font-feature-settings"?: string | undefined;
4425
+ "font-kerning"?: import("csstype").FontKerningProperty | undefined;
4426
+ "font-language-override"?: string | undefined;
4427
+ "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
4428
+ "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
4429
+ "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
4430
+ "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
4431
+ "font-stretch"?: string | undefined;
4432
+ "font-style"?: string | undefined;
4433
+ "font-synthesis"?: string | undefined;
4434
+ "font-variant"?: string | undefined;
4435
+ "font-variant-alternates"?: string | undefined;
4436
+ "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
4437
+ "font-variant-east-asian"?: string | undefined;
4438
+ "font-variant-ligatures"?: string | undefined;
4439
+ "font-variant-numeric"?: string | undefined;
4440
+ "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
4441
+ "font-variation-settings"?: string | undefined;
4442
+ "font-weight"?: import("csstype").FontWeightProperty | undefined;
4443
+ "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
4444
+ "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
4445
+ "grid-auto-flow"?: string | undefined;
4446
+ "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
4447
+ "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
4448
+ "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
4449
+ "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
4450
+ "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
4451
+ "grid-template-areas"?: string | undefined;
4452
+ "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
4453
+ "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
4454
+ "hanging-punctuation"?: string | undefined;
4455
+ "hyphenate-character"?: string | undefined;
4456
+ "image-orientation"?: string | undefined;
4457
+ "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
4458
+ "image-resolution"?: string | undefined;
4459
+ "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
4460
+ "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
4461
+ "input-security"?: import("csstype").InputSecurityProperty | undefined;
4462
+ "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
4463
+ "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
4464
+ "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
4465
+ "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
4466
+ "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
4467
+ "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
4468
+ "justify-content"?: string | undefined;
4469
+ "justify-items"?: string | undefined;
4470
+ "justify-self"?: string | undefined;
4471
+ "justify-tracks"?: string | undefined;
4472
+ "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
4473
+ "line-break"?: import("csstype").LineBreakProperty | undefined;
4474
+ "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
4475
+ "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
4476
+ "list-style-image"?: string | undefined;
4477
+ "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
4478
+ "list-style-type"?: string | undefined;
4479
+ "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
4480
+ "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
4481
+ "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
4482
+ "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
4483
+ "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
4484
+ "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
4485
+ "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
4486
+ "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
4487
+ "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
4488
+ "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
4489
+ "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
4490
+ "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
4491
+ "mask-border-repeat"?: string | undefined;
4492
+ "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
4493
+ "mask-border-source"?: string | undefined;
4494
+ "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
4495
+ "mask-clip"?: string | undefined;
4496
+ "mask-composite"?: string | undefined;
4497
+ "mask-image"?: string | undefined;
4498
+ "mask-mode"?: string | undefined;
4499
+ "mask-origin"?: string | undefined;
4500
+ "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
4501
+ "mask-repeat"?: string | undefined;
4502
+ "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
4503
+ "mask-type"?: import("csstype").MaskTypeProperty | undefined;
4504
+ "math-depth"?: import("csstype").MathDepthProperty | undefined;
4505
+ "math-shift"?: import("csstype").MathShiftProperty | undefined;
4506
+ "math-style"?: import("csstype").MathStyleProperty | undefined;
4507
+ "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
4508
+ "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
4509
+ "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
4510
+ "max-lines"?: import("csstype").MaxLinesProperty | undefined;
4511
+ "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
4512
+ "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
4513
+ "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
4514
+ "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
4515
+ "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
4516
+ "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
4517
+ "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
4518
+ "motion-path"?: string | undefined;
4519
+ "motion-rotation"?: string | undefined;
4520
+ "object-fit"?: import("csstype").ObjectFitProperty | undefined;
4521
+ "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
4522
+ "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
4523
+ "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
4524
+ "offset-path"?: string | undefined;
4525
+ "offset-rotate"?: string | undefined;
4526
+ "offset-rotation"?: string | undefined;
4527
+ "outline-color"?: string | undefined;
4528
+ "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
4529
+ "outline-style"?: string | undefined;
4530
+ "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
4531
+ "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
4532
+ "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
4533
+ "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
4534
+ "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
4535
+ "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
4536
+ "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
4537
+ "overflow-x"?: import("csstype").OverflowXProperty | undefined;
4538
+ "overflow-y"?: import("csstype").OverflowYProperty | undefined;
4539
+ "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
4540
+ "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
4541
+ "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
4542
+ "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
4543
+ "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
4544
+ "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
4545
+ "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
4546
+ "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
4547
+ "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
4548
+ "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
4549
+ "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
4550
+ "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
4551
+ "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
4552
+ "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
4553
+ "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
4554
+ "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
4555
+ "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
4556
+ "paint-order"?: string | undefined;
4557
+ "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
4558
+ "place-content"?: string | undefined;
4559
+ "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
4560
+ "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
4561
+ "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
4562
+ "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
4563
+ "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
4564
+ "ruby-position"?: string | undefined;
4565
+ "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
4566
+ "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
4567
+ "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
4568
+ "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
4569
+ "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
4570
+ "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
4571
+ "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
4572
+ "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
4573
+ "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
4574
+ "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
4575
+ "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
4576
+ "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
4577
+ "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
4578
+ "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
4579
+ "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
4580
+ "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
4581
+ "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
4582
+ "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
4583
+ "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
4584
+ "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
4585
+ "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
4586
+ "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
4587
+ "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
4588
+ "scroll-snap-align"?: string | undefined;
4589
+ "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
4590
+ "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
4591
+ "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
4592
+ "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
4593
+ "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
4594
+ "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
4595
+ "scroll-snap-type"?: string | undefined;
4596
+ "scrollbar-color"?: string | undefined;
4597
+ "scrollbar-gutter"?: string | undefined;
4598
+ "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
4599
+ "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
4600
+ "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
4601
+ "shape-outside"?: string | undefined;
4602
+ "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
4603
+ "table-layout"?: import("csstype").TableLayoutProperty | undefined;
4604
+ "text-align"?: import("csstype").TextAlignProperty | undefined;
4605
+ "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
4606
+ "text-combine-upright"?: string | undefined;
4607
+ "text-decoration-color"?: string | undefined;
4608
+ "text-decoration-line"?: string | undefined;
4609
+ "text-decoration-skip"?: string | undefined;
4610
+ "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
4611
+ "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
4612
+ "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
4613
+ "text-emphasis-color"?: string | undefined;
4614
+ "text-emphasis-position"?: string | undefined;
4615
+ "text-emphasis-style"?: string | undefined;
4616
+ "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
4617
+ "text-justify"?: import("csstype").TextJustifyProperty | undefined;
4618
+ "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
4619
+ "text-overflow"?: string | undefined;
4620
+ "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
4621
+ "text-shadow"?: string | undefined;
4622
+ "text-size-adjust"?: string | undefined;
4623
+ "text-transform"?: import("csstype").TextTransformProperty | undefined;
4624
+ "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
4625
+ "text-underline-position"?: string | undefined;
4626
+ "touch-action"?: string | undefined;
4627
+ "transform-box"?: import("csstype").TransformBoxProperty | undefined;
4628
+ "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
4629
+ "transform-style"?: import("csstype").TransformStyleProperty | undefined;
4630
+ "transition-delay"?: string | undefined;
4631
+ "transition-duration"?: string | undefined;
4632
+ "transition-property"?: string | undefined;
4633
+ "transition-timing-function"?: string | undefined;
4634
+ "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
4635
+ "user-select"?: import("csstype").UserSelectProperty | undefined;
4636
+ "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
4637
+ "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
4638
+ "will-change"?: string | undefined;
4639
+ "word-break"?: import("csstype").WordBreakProperty | undefined;
4640
+ "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
4641
+ "word-wrap"?: import("csstype").WordWrapProperty | undefined;
4642
+ "writing-mode"?: import("csstype").WritingModeProperty | undefined;
4643
+ "z-index"?: import("csstype").ZIndexProperty | undefined;
4644
+ "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
4645
+ "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
4646
+ "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
4647
+ "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
4648
+ "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
4649
+ "border-color"?: string | undefined;
4650
+ "border-image"?: import("csstype").BorderImageProperty | undefined;
4651
+ "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
4652
+ "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
4653
+ "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
4654
+ "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
4655
+ "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
4656
+ "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
4657
+ "border-style"?: string | undefined;
4658
+ "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
4659
+ "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
4660
+ "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
4661
+ "flex-flow"?: string | undefined;
4662
+ "grid-area"?: import("csstype").GridAreaProperty | undefined;
4663
+ "grid-column"?: import("csstype").GridColumnProperty | undefined;
4664
+ "grid-row"?: import("csstype").GridRowProperty | undefined;
4665
+ "grid-template"?: string | undefined;
4666
+ "line-clamp"?: import("csstype").LineClampProperty | undefined;
4667
+ "list-style"?: string | undefined;
4668
+ "mask-border"?: import("csstype").MaskBorderProperty | undefined;
4669
+ "overscroll-behavior"?: string | undefined;
4670
+ "place-items"?: string | undefined;
4671
+ "place-self"?: string | undefined;
4672
+ "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
4673
+ "text-emphasis"?: string | undefined;
4674
+ "-moz-animation-delay"?: string | undefined;
4675
+ "-moz-animation-direction"?: string | undefined;
4676
+ "-moz-animation-duration"?: string | undefined;
4677
+ "-moz-animation-fill-mode"?: string | undefined;
4678
+ "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
4679
+ "-moz-animation-name"?: string | undefined;
4680
+ "-moz-animation-play-state"?: string | undefined;
4681
+ "-moz-animation-timing-function"?: string | undefined;
4682
+ "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
4683
+ "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
4684
+ "-moz-border-bottom-colors"?: string | undefined;
4685
+ "-moz-border-end-color"?: string | undefined;
4686
+ "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
4687
+ "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
4688
+ "-moz-border-left-colors"?: string | undefined;
4689
+ "-moz-border-right-colors"?: string | undefined;
4690
+ "-moz-border-start-color"?: string | undefined;
4691
+ "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
4692
+ "-moz-border-top-colors"?: string | undefined;
4693
+ "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
4694
+ "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
4695
+ "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
4696
+ "-moz-column-rule-color"?: string | undefined;
4697
+ "-moz-column-rule-style"?: string | undefined;
4698
+ "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
4699
+ "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
4700
+ "-moz-context-properties"?: string | undefined;
4701
+ "-moz-font-feature-settings"?: string | undefined;
4702
+ "-moz-font-language-override"?: string | undefined;
4703
+ "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
4704
+ "-moz-image-region"?: string | undefined;
4705
+ "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
4706
+ "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
4707
+ "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
4708
+ "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
4709
+ "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
4710
+ "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
4711
+ "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
4712
+ "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
4713
+ "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
4714
+ "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
4715
+ "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
4716
+ "-moz-text-size-adjust"?: string | undefined;
4717
+ "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
4718
+ "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
4719
+ "-moz-transition-delay"?: string | undefined;
4720
+ "-moz-transition-duration"?: string | undefined;
4721
+ "-moz-transition-property"?: string | undefined;
4722
+ "-moz-transition-timing-function"?: string | undefined;
4723
+ "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
4724
+ "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
4725
+ "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
4726
+ "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
4727
+ "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
4728
+ "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
4729
+ "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
4730
+ "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
4731
+ "-ms-content-zoom-limit-max"?: string | undefined;
4732
+ "-ms-content-zoom-limit-min"?: string | undefined;
4733
+ "-ms-content-zoom-snap-points"?: string | undefined;
4734
+ "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
4735
+ "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
4736
+ "-ms-filter"?: string | undefined;
4737
+ "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
4738
+ "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
4739
+ "-ms-flow-from"?: string | undefined;
4740
+ "-ms-flow-into"?: string | undefined;
4741
+ "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
4742
+ "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
4743
+ "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
4744
+ "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
4745
+ "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
4746
+ "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
4747
+ "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
4748
+ "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
4749
+ "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
4750
+ "-ms-order"?: import("csstype").GlobalsNumber | undefined;
4751
+ "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
4752
+ "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
4753
+ "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
4754
+ "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
4755
+ "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
4756
+ "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
4757
+ "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
4758
+ "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
4759
+ "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
4760
+ "-ms-scroll-snap-points-x"?: string | undefined;
4761
+ "-ms-scroll-snap-points-y"?: string | undefined;
4762
+ "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
4763
+ "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
4764
+ "-ms-scrollbar-3dlight-color"?: string | undefined;
4765
+ "-ms-scrollbar-arrow-color"?: string | undefined;
4766
+ "-ms-scrollbar-base-color"?: string | undefined;
4767
+ "-ms-scrollbar-darkshadow-color"?: string | undefined;
4768
+ "-ms-scrollbar-face-color"?: string | undefined;
4769
+ "-ms-scrollbar-highlight-color"?: string | undefined;
4770
+ "-ms-scrollbar-shadow-color"?: string | undefined;
4771
+ "-ms-scrollbar-track-color"?: string | undefined;
4772
+ "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
4773
+ "-ms-text-combine-horizontal"?: string | undefined;
4774
+ "-ms-text-overflow"?: string | undefined;
4775
+ "-ms-touch-action"?: string | undefined;
4776
+ "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
4777
+ "-ms-transform"?: string | undefined;
4778
+ "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
4779
+ "-ms-transition-delay"?: string | undefined;
4780
+ "-ms-transition-duration"?: string | undefined;
4781
+ "-ms-transition-property"?: string | undefined;
4782
+ "-ms-transition-timing-function"?: string | undefined;
4783
+ "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
4784
+ "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
4785
+ "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
4786
+ "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
4787
+ "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
4788
+ "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
4789
+ "-webkit-align-content"?: string | undefined;
4790
+ "-webkit-align-items"?: string | undefined;
4791
+ "-webkit-align-self"?: string | undefined;
4792
+ "-webkit-animation-delay"?: string | undefined;
4793
+ "-webkit-animation-direction"?: string | undefined;
4794
+ "-webkit-animation-duration"?: string | undefined;
4795
+ "-webkit-animation-fill-mode"?: string | undefined;
4796
+ "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
4797
+ "-webkit-animation-name"?: string | undefined;
4798
+ "-webkit-animation-play-state"?: string | undefined;
4799
+ "-webkit-animation-timing-function"?: string | undefined;
4800
+ "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
4801
+ "-webkit-backdrop-filter"?: string | undefined;
4802
+ "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
4803
+ "-webkit-background-clip"?: string | undefined;
4804
+ "-webkit-background-origin"?: string | undefined;
4805
+ "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
4806
+ "-webkit-border-before-color"?: string | undefined;
4807
+ "-webkit-border-before-style"?: string | undefined;
4808
+ "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
4809
+ "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
4810
+ "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
4811
+ "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
4812
+ "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
4813
+ "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
4814
+ "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
4815
+ "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
4816
+ "-webkit-box-shadow"?: string | undefined;
4817
+ "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
4818
+ "-webkit-clip-path"?: string | undefined;
4819
+ "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
4820
+ "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
4821
+ "-webkit-column-rule-color"?: string | undefined;
4822
+ "-webkit-column-rule-style"?: string | undefined;
4823
+ "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
4824
+ "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
4825
+ "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
4826
+ "-webkit-filter"?: string | undefined;
4827
+ "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
4828
+ "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
4829
+ "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
4830
+ "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
4831
+ "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
4832
+ "-webkit-font-feature-settings"?: string | undefined;
4833
+ "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
4834
+ "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
4835
+ "-webkit-font-variant-ligatures"?: string | undefined;
4836
+ "-webkit-hyphenate-character"?: string | undefined;
4837
+ "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
4838
+ "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
4839
+ "-webkit-justify-content"?: string | undefined;
4840
+ "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
4841
+ "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
4842
+ "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
4843
+ "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
4844
+ "-webkit-mask-attachment"?: string | undefined;
4845
+ "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
4846
+ "-webkit-mask-box-image-repeat"?: string | undefined;
4847
+ "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
4848
+ "-webkit-mask-box-image-source"?: string | undefined;
4849
+ "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
4850
+ "-webkit-mask-clip"?: string | undefined;
4851
+ "-webkit-mask-composite"?: string | undefined;
4852
+ "-webkit-mask-image"?: string | undefined;
4853
+ "-webkit-mask-origin"?: string | undefined;
4854
+ "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
4855
+ "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
4856
+ "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
4857
+ "-webkit-mask-repeat"?: string | undefined;
4858
+ "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
4859
+ "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
4860
+ "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
4861
+ "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
4862
+ "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
4863
+ "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
4864
+ "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
4865
+ "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
4866
+ "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
4867
+ "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
4868
+ "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
4869
+ "-webkit-ruby-position"?: string | undefined;
4870
+ "-webkit-scroll-snap-type"?: string | undefined;
4871
+ "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
4872
+ "-webkit-tap-highlight-color"?: string | undefined;
4873
+ "-webkit-text-combine"?: string | undefined;
4874
+ "-webkit-text-decoration-color"?: string | undefined;
4875
+ "-webkit-text-decoration-line"?: string | undefined;
4876
+ "-webkit-text-decoration-skip"?: string | undefined;
4877
+ "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
4878
+ "-webkit-text-emphasis-color"?: string | undefined;
4879
+ "-webkit-text-emphasis-position"?: string | undefined;
4880
+ "-webkit-text-emphasis-style"?: string | undefined;
4881
+ "-webkit-text-fill-color"?: string | undefined;
4882
+ "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
4883
+ "-webkit-text-size-adjust"?: string | undefined;
4884
+ "-webkit-text-stroke-color"?: string | undefined;
4885
+ "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
4886
+ "-webkit-text-underline-position"?: string | undefined;
4887
+ "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
4888
+ "-webkit-transform"?: string | undefined;
4889
+ "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
4890
+ "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
4891
+ "-webkit-transition-delay"?: string | undefined;
4892
+ "-webkit-transition-duration"?: string | undefined;
4893
+ "-webkit-transition-property"?: string | undefined;
4894
+ "-webkit-transition-timing-function"?: string | undefined;
4895
+ "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
4896
+ "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
4897
+ "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
4898
+ "-moz-animation"?: import("csstype").AnimationProperty | undefined;
4899
+ "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
4900
+ "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
4901
+ "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
4902
+ "-moz-transition"?: string | undefined;
4903
+ "-ms-content-zoom-limit"?: string | undefined;
4904
+ "-ms-content-zoom-snap"?: string | undefined;
4905
+ "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
4906
+ "-ms-scroll-limit"?: string | undefined;
4907
+ "-ms-scroll-snap-x"?: string | undefined;
4908
+ "-ms-scroll-snap-y"?: string | undefined;
4909
+ "-ms-transition"?: string | undefined;
4910
+ "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
4911
+ "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
4912
+ "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
4913
+ "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
4914
+ "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
4915
+ "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
4916
+ "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
4917
+ "-webkit-flex-flow"?: string | undefined;
4918
+ "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
4919
+ "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
4920
+ "-webkit-text-emphasis"?: string | undefined;
4921
+ "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
4922
+ "-webkit-transition"?: string | undefined;
4923
+ "box-align"?: import("csstype").BoxAlignProperty | undefined;
4924
+ "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
4925
+ "box-flex"?: import("csstype").GlobalsNumber | undefined;
4926
+ "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
4927
+ "box-lines"?: import("csstype").BoxLinesProperty | undefined;
4928
+ "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
4929
+ "box-orient"?: import("csstype").BoxOrientProperty | undefined;
4930
+ "box-pack"?: import("csstype").BoxPackProperty | undefined;
4931
+ "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
4932
+ "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
4933
+ "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
4934
+ "ime-mode"?: import("csstype").ImeModeProperty | undefined;
4935
+ "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
4936
+ "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
4937
+ "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
4938
+ "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
4939
+ "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
4940
+ "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
4941
+ "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
4942
+ "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
4943
+ "scroll-snap-points-x"?: string | undefined;
4944
+ "scroll-snap-points-y"?: string | undefined;
4945
+ "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
4946
+ "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
4947
+ "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
4948
+ "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
4949
+ "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
4950
+ "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
4951
+ "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
4952
+ "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
4953
+ "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
4954
+ "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
4955
+ "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
4956
+ "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
4957
+ "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
4958
+ "-moz-background-clip"?: string | undefined;
4959
+ "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
4960
+ "-moz-background-origin"?: string | undefined;
4961
+ "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
4962
+ "-moz-binding"?: string | undefined;
4963
+ "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
4964
+ "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
4965
+ "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
4966
+ "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
4967
+ "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
4968
+ "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
4969
+ "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
4970
+ "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
4971
+ "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
4972
+ "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
4973
+ "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
4974
+ "-moz-box-shadow"?: string | undefined;
4975
+ "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
4976
+ "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
4977
+ "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
4978
+ "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
4979
+ "-moz-outline-color"?: string | undefined;
4980
+ "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
4981
+ "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
4982
+ "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
4983
+ "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
4984
+ "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
4985
+ "-moz-outline-style"?: string | undefined;
4986
+ "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
4987
+ "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
4988
+ "-moz-text-decoration-color"?: string | undefined;
4989
+ "-moz-text-decoration-line"?: string | undefined;
4990
+ "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
4991
+ "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
4992
+ "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
4993
+ "-o-animation"?: import("csstype").AnimationProperty | undefined;
4994
+ "-o-animation-delay"?: string | undefined;
4995
+ "-o-animation-direction"?: string | undefined;
4996
+ "-o-animation-duration"?: string | undefined;
4997
+ "-o-animation-fill-mode"?: string | undefined;
4998
+ "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
4999
+ "-o-animation-name"?: string | undefined;
5000
+ "-o-animation-play-state"?: string | undefined;
5001
+ "-o-animation-timing-function"?: string | undefined;
5002
+ "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
5003
+ "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
5004
+ "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
5005
+ "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
5006
+ "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
5007
+ "-o-text-overflow"?: string | undefined;
5008
+ "-o-transform"?: string | undefined;
5009
+ "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
5010
+ "-o-transition"?: string | undefined;
5011
+ "-o-transition-delay"?: string | undefined;
5012
+ "-o-transition-duration"?: string | undefined;
5013
+ "-o-transition-property"?: string | undefined;
5014
+ "-o-transition-timing-function"?: string | undefined;
5015
+ "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
5016
+ "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
5017
+ "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
5018
+ "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
5019
+ "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
5020
+ "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
5021
+ "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
5022
+ "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
5023
+ "-webkit-scroll-snap-points-x"?: string | undefined;
5024
+ "-webkit-scroll-snap-points-y"?: string | undefined;
5025
+ "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
5026
+ "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
5027
+ "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
5028
+ "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
5029
+ "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
5030
+ "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
5031
+ "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
5032
+ "fill-rule"?: import("csstype").FillRuleProperty | undefined;
5033
+ "flood-color"?: string | undefined;
5034
+ "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
5035
+ "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
5036
+ "lighting-color"?: string | undefined;
5037
+ "marker-end"?: string | undefined;
5038
+ "marker-mid"?: string | undefined;
5039
+ "marker-start"?: string | undefined;
5040
+ "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
5041
+ "stop-color"?: string | undefined;
5042
+ "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
5043
+ "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
5044
+ "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
5045
+ "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
5046
+ "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
5047
+ "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
5048
+ "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
5049
+ "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
5050
+ "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
5051
+ "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
5052
+ } | undefined;
5053
+ validator?: ((value: unknown, fieldItem: FieldItem) => string | void) | undefined;
5054
+ reactions?: {
5055
+ [x: string]: any;
5056
+ dependencies?: string[] | undefined;
5057
+ target?: string | undefined;
5058
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
5059
+ when?: string | boolean | undefined;
5060
+ fulfill?: {
5061
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
5062
+ run?: string | undefined;
5063
+ } | undefined;
5064
+ otherwise?: {
5065
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
5066
+ run?: string | undefined;
5067
+ } | undefined;
5068
+ } | {
5069
+ [x: string]: any;
5070
+ dependencies?: string[] | undefined;
5071
+ target?: string | undefined;
5072
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
5073
+ when?: string | boolean | undefined;
5074
+ fulfill?: {
5075
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
5076
+ run?: string | undefined;
5077
+ } | undefined;
5078
+ otherwise?: {
5079
+ state?: import("../../../../../es/shared/types").AnyObject | undefined;
5080
+ run?: string | undefined;
5081
+ } | undefined;
5082
+ }[] | undefined;
5083
+ } | undefined;
1735
5084
  __new?: boolean | undefined;
1736
5085
  }>;
1737
- generateFieldListByFieldItem: (fieldItem: FormConfigItem) => FieldItem[];
5086
+ generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: FieldItem | undefined) => FieldItem[];
1738
5087
  showModal: import("vue").Ref<boolean>;
1739
5088
  onPositiveClick: () => Promise<void>;
1740
5089
  prevOldField: null;
@@ -1744,18 +5093,18 @@ declare const _default: import("vue").DefineComponent<{
1744
5093
  formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
1745
5094
  key: import("vue").Ref<number>;
1746
5095
  reload: () => Promise<void>;
1747
- formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFieldState", "resetFields", "queryWidget"];
5096
+ formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList"];
1748
5097
  exposed: Partial<FormRenderExpose>;
1749
5098
  FormRender: import("vue").DefineComponent<{
1750
5099
  fieldList: {
1751
- type: import("vue").PropType<FieldItem[]>;
5100
+ type: PropType<FieldItem[]>;
1752
5101
  };
1753
5102
  initialData: {
1754
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5103
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
1755
5104
  default: () => {};
1756
5105
  };
1757
5106
  fieldVisitor: {
1758
- type: import("vue").PropType<import("../../../../../es/components/form-render").FieldVisitor>;
5107
+ type: PropType<import("../../../../../es/components/form-render").FieldVisitor>;
1759
5108
  };
1760
5109
  column: {
1761
5110
  type: NumberConstructor;
@@ -1774,10 +5123,10 @@ declare const _default: import("vue").DefineComponent<{
1774
5123
  default: number;
1775
5124
  };
1776
5125
  businessFormatter: {
1777
- type: import("vue").PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
5126
+ type: PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
1778
5127
  };
1779
5128
  schema: {
1780
- type: import("vue").PropType<import("@formily/json-schema").Stringify<{
5129
+ type: PropType<import("@formily/json-schema").Stringify<{
1781
5130
  [key: symbol]: any;
1782
5131
  [key: `x-${string}`]: any;
1783
5132
  [key: `x-${number}`]: any;
@@ -1836,15 +5185,15 @@ declare const _default: import("vue").DefineComponent<{
1836
5185
  }>>;
1837
5186
  };
1838
5187
  components: {
1839
- type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
5188
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
1840
5189
  default: () => {};
1841
5190
  };
1842
5191
  scope: {
1843
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5192
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
1844
5193
  default: () => {};
1845
5194
  };
1846
5195
  annotation: {
1847
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5196
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
1848
5197
  };
1849
5198
  consumer: {
1850
5199
  type: BooleanConstructor;
@@ -1854,21 +5203,21 @@ declare const _default: import("vue").DefineComponent<{
1854
5203
  type: StringConstructor;
1855
5204
  };
1856
5205
  lifeCycle: {
1857
- type: import("vue").PropType<Partial<{
5206
+ type: PropType<Partial<{
1858
5207
  onSetup(): void;
1859
5208
  beforeRequest(fieldKey: string, params?: import("../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../es/shared/types").UndefinedAble<import("../../../../../es/shared/types").AnyObject>;
1860
5209
  afterRequest(fieldKey: string, payload?: any): import("../../../../../es/shared/types").AnyObject[];
1861
5210
  }>>;
1862
5211
  };
1863
5212
  requestInstance: {
1864
- type: import("vue").PropType<import("../../../../../es/components/form-render").RequestInstance>;
5213
+ type: PropType<import("../../../../../es/components/form-render").RequestInstance>;
1865
5214
  };
1866
5215
  enterToNextWidget: {
1867
- type: import("vue").PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
5216
+ type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
1868
5217
  default: boolean;
1869
5218
  };
1870
5219
  lowCodeReactions: {
1871
- type: import("vue").PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
5220
+ type: PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
1872
5221
  };
1873
5222
  linebarAutoHidden: {
1874
5223
  type: BooleanConstructor;
@@ -1876,14 +5225,14 @@ declare const _default: import("vue").DefineComponent<{
1876
5225
  }, {
1877
5226
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1878
5227
  fieldList: {
1879
- type: import("vue").PropType<FieldItem[]>;
5228
+ type: PropType<FieldItem[]>;
1880
5229
  };
1881
5230
  initialData: {
1882
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5231
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
1883
5232
  default: () => {};
1884
5233
  };
1885
5234
  fieldVisitor: {
1886
- type: import("vue").PropType<import("../../../../../es/components/form-render").FieldVisitor>;
5235
+ type: PropType<import("../../../../../es/components/form-render").FieldVisitor>;
1887
5236
  };
1888
5237
  column: {
1889
5238
  type: NumberConstructor;
@@ -1902,10 +5251,10 @@ declare const _default: import("vue").DefineComponent<{
1902
5251
  default: number;
1903
5252
  };
1904
5253
  businessFormatter: {
1905
- type: import("vue").PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
5254
+ type: PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
1906
5255
  };
1907
5256
  schema: {
1908
- type: import("vue").PropType<import("@formily/json-schema").Stringify<{
5257
+ type: PropType<import("@formily/json-schema").Stringify<{
1909
5258
  [key: symbol]: any;
1910
5259
  [key: `x-${string}`]: any;
1911
5260
  [key: `x-${number}`]: any;
@@ -1964,15 +5313,15 @@ declare const _default: import("vue").DefineComponent<{
1964
5313
  }>>;
1965
5314
  };
1966
5315
  components: {
1967
- type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
5316
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
1968
5317
  default: () => {};
1969
5318
  };
1970
5319
  scope: {
1971
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5320
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
1972
5321
  default: () => {};
1973
5322
  };
1974
5323
  annotation: {
1975
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5324
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
1976
5325
  };
1977
5326
  consumer: {
1978
5327
  type: BooleanConstructor;
@@ -1982,21 +5331,21 @@ declare const _default: import("vue").DefineComponent<{
1982
5331
  type: StringConstructor;
1983
5332
  };
1984
5333
  lifeCycle: {
1985
- type: import("vue").PropType<Partial<{
5334
+ type: PropType<Partial<{
1986
5335
  onSetup(): void;
1987
5336
  beforeRequest(fieldKey: string, params?: import("../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../es/shared/types").UndefinedAble<import("../../../../../es/shared/types").AnyObject>;
1988
5337
  afterRequest(fieldKey: string, payload?: any): import("../../../../../es/shared/types").AnyObject[];
1989
5338
  }>>;
1990
5339
  };
1991
5340
  requestInstance: {
1992
- type: import("vue").PropType<import("../../../../../es/components/form-render").RequestInstance>;
5341
+ type: PropType<import("../../../../../es/components/form-render").RequestInstance>;
1993
5342
  };
1994
5343
  enterToNextWidget: {
1995
- type: import("vue").PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
5344
+ type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
1996
5345
  default: boolean;
1997
5346
  };
1998
5347
  lowCodeReactions: {
1999
- type: import("vue").PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
5348
+ type: PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2000
5349
  };
2001
5350
  linebarAutoHidden: {
2002
5351
  type: BooleanConstructor;
@@ -2265,24 +5614,24 @@ declare const _default: import("vue").DefineComponent<{
2265
5614
  NConfigProvider: any;
2266
5615
  NForm: any;
2267
5616
  NTabPane: import("vue").DefineComponent<{
2268
- readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5617
+ readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2269
5618
  [key: string]: any;
2270
5619
  }> | (() => import("vue").VNodeChild)>;
2271
5620
  readonly name: {
2272
- readonly type: import("vue").PropType<string | number>;
5621
+ readonly type: PropType<string | number>;
2273
5622
  readonly required: true;
2274
5623
  };
2275
5624
  readonly disabled: BooleanConstructor;
2276
5625
  readonly displayDirective: {
2277
- readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
5626
+ readonly type: PropType<"if" | "show" | "show:lazy">;
2278
5627
  readonly default: "if";
2279
5628
  };
2280
5629
  readonly closable: {
2281
- readonly type: import("vue").PropType<boolean | undefined>;
5630
+ readonly type: PropType<boolean | undefined>;
2282
5631
  readonly default: undefined;
2283
5632
  };
2284
- readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
2285
- readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5633
+ readonly tabProps: PropType<import("vue").HTMLAttributes>;
5634
+ readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2286
5635
  [key: string]: any;
2287
5636
  }> | (() => import("vue").VNodeChild)>;
2288
5637
  }, {
@@ -2290,24 +5639,24 @@ declare const _default: import("vue").DefineComponent<{
2290
5639
  class: import("vue").Ref<string | undefined>;
2291
5640
  mergedClsPrefix: import("vue").Ref<string>;
2292
5641
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2293
- readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5642
+ readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2294
5643
  [key: string]: any;
2295
5644
  }> | (() => import("vue").VNodeChild)>;
2296
5645
  readonly name: {
2297
- readonly type: import("vue").PropType<string | number>;
5646
+ readonly type: PropType<string | number>;
2298
5647
  readonly required: true;
2299
5648
  };
2300
5649
  readonly disabled: BooleanConstructor;
2301
5650
  readonly displayDirective: {
2302
- readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
5651
+ readonly type: PropType<"if" | "show" | "show:lazy">;
2303
5652
  readonly default: "if";
2304
5653
  };
2305
5654
  readonly closable: {
2306
- readonly type: import("vue").PropType<boolean | undefined>;
5655
+ readonly type: PropType<boolean | undefined>;
2307
5656
  readonly default: undefined;
2308
5657
  };
2309
- readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
2310
- readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5658
+ readonly tabProps: PropType<import("vue").HTMLAttributes>;
5659
+ readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2311
5660
  [key: string]: any;
2312
5661
  }> | (() => import("vue").VNodeChild)>;
2313
5662
  }>>, {
@@ -2318,14 +5667,14 @@ declare const _default: import("vue").DefineComponent<{
2318
5667
  NTabs: any;
2319
5668
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2320
5669
  fieldList: {
2321
- type: import("vue").PropType<FieldItem[]>;
5670
+ type: PropType<FieldItem[]>;
2322
5671
  };
2323
5672
  initialData: {
2324
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5673
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
2325
5674
  default: () => {};
2326
5675
  };
2327
5676
  fieldVisitor: {
2328
- type: import("vue").PropType<import("../../../../../es/components/form-render").FieldVisitor>;
5677
+ type: PropType<import("../../../../../es/components/form-render").FieldVisitor>;
2329
5678
  };
2330
5679
  column: {
2331
5680
  type: NumberConstructor;
@@ -2344,10 +5693,10 @@ declare const _default: import("vue").DefineComponent<{
2344
5693
  default: number;
2345
5694
  };
2346
5695
  businessFormatter: {
2347
- type: import("vue").PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
5696
+ type: PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
2348
5697
  };
2349
5698
  schema: {
2350
- type: import("vue").PropType<import("@formily/json-schema").Stringify<{
5699
+ type: PropType<import("@formily/json-schema").Stringify<{
2351
5700
  [key: symbol]: any;
2352
5701
  [key: `x-${string}`]: any;
2353
5702
  [key: `x-${number}`]: any;
@@ -2406,15 +5755,15 @@ declare const _default: import("vue").DefineComponent<{
2406
5755
  }>>;
2407
5756
  };
2408
5757
  components: {
2409
- type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
5758
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
2410
5759
  default: () => {};
2411
5760
  };
2412
5761
  scope: {
2413
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5762
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
2414
5763
  default: () => {};
2415
5764
  };
2416
5765
  annotation: {
2417
- type: import("vue").PropType<import("../../../../../es/shared/types").AnyObject>;
5766
+ type: PropType<import("../../../../../es/shared/types").AnyObject>;
2418
5767
  };
2419
5768
  consumer: {
2420
5769
  type: BooleanConstructor;
@@ -2424,21 +5773,21 @@ declare const _default: import("vue").DefineComponent<{
2424
5773
  type: StringConstructor;
2425
5774
  };
2426
5775
  lifeCycle: {
2427
- type: import("vue").PropType<Partial<{
5776
+ type: PropType<Partial<{
2428
5777
  onSetup(): void;
2429
5778
  beforeRequest(fieldKey: string, params?: import("../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../es/shared/types").UndefinedAble<import("../../../../../es/shared/types").AnyObject>;
2430
5779
  afterRequest(fieldKey: string, payload?: any): import("../../../../../es/shared/types").AnyObject[];
2431
5780
  }>>;
2432
5781
  };
2433
5782
  requestInstance: {
2434
- type: import("vue").PropType<import("../../../../../es/components/form-render").RequestInstance>;
5783
+ type: PropType<import("../../../../../es/components/form-render").RequestInstance>;
2435
5784
  };
2436
5785
  enterToNextWidget: {
2437
- type: import("vue").PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
5786
+ type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
2438
5787
  default: boolean;
2439
5788
  };
2440
5789
  lowCodeReactions: {
2441
- type: import("vue").PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
5790
+ type: PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2442
5791
  };
2443
5792
  linebarAutoHidden: {
2444
5793
  type: BooleanConstructor;
@@ -2465,5 +5814,8 @@ declare const _default: import("vue").DefineComponent<{
2465
5814
  type: StringConstructor;
2466
5815
  required: true;
2467
5816
  };
5817
+ formRenderRef: {
5818
+ type: PropType<FormRenderExpose>;
5819
+ };
2468
5820
  }>>, {}>;
2469
5821
  export default _default;