cnhis-design-vue 3.1.45-beta.9 → 3.1.45-release.1

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 (204) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  3. package/es/components/base-search/index.d.ts +0 -2
  4. package/es/components/base-search/src/index.vue.d.ts +0 -2
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/classification/index.d.ts +11 -165
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +11 -165
  8. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +11 -165
  10. package/es/components/classification/src/index.vue.d.ts +11 -165
  11. package/es/components/fabric-chart/index.d.ts +5 -40
  12. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +5 -40
  13. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +0 -20
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/temperature/useRight.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
  20. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +1 -1
  22. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
  23. package/es/components/fabric-chart/src/interface.d.ts +0 -13
  24. package/es/components/fabric-chart/src/utils/index.d.ts +1 -2
  25. package/es/components/fabric-chart/src/utils/index.js +1 -1
  26. package/es/components/field-set/index.d.ts +38 -157
  27. package/es/components/field-set/src/FieldSet.vue.d.ts +23 -160
  28. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  29. package/es/components/field-set/src/types/index.d.ts +0 -1
  30. package/es/components/field-set/style/index.css +1 -1
  31. package/es/components/form-config/index.d.ts +48 -3561
  32. package/es/components/form-config/src/FormConfig.vue.d.ts +48 -3561
  33. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  34. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -31
  35. package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +1 -1
  36. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -33
  37. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -11
  38. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  39. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +0 -2
  40. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +1 -1
  41. package/es/components/form-config/src/constants/index.d.ts +0 -1
  42. package/es/components/form-config/src/constants/index.js +1 -1
  43. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  44. package/es/components/form-config/src/types/index.d.ts +0 -2
  45. package/es/components/form-config/style/index.css +1 -1
  46. package/es/components/form-render/index.d.ts +4 -31
  47. package/es/components/form-render/src/FormRender.vue.d.ts +4 -31
  48. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  49. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -31
  50. package/es/components/form-render/src/components/renderer/combination.d.ts +5 -5
  51. package/es/components/form-render/src/components/renderer/combination.js +1 -1
  52. package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +5 -5
  53. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  54. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  55. package/es/components/form-render/src/constants/index.d.ts +0 -2
  56. package/es/components/form-render/src/constants/index.js +1 -1
  57. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  58. package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +1 -1
  59. package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
  60. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  61. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +1 -3
  62. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +1 -1
  63. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  64. package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +1 -1
  65. package/es/components/form-render/src/types/index.d.ts +0 -2
  66. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  67. package/es/components/index.css +1 -1
  68. package/es/components/info-header/index.d.ts +10 -72
  69. package/es/components/info-header/src/InfoHeader.vue.d.ts +10 -72
  70. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +4 -31
  71. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -31
  72. package/es/components/keyboard/index.d.ts +1 -1
  73. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  74. package/es/components/quick-search/index.d.ts +0 -2
  75. package/es/components/quick-search/src/index.vue.d.ts +0 -2
  76. package/es/components/quick-search/style/index.css +1 -1
  77. package/es/components/recommend-search/index.d.ts +2 -2
  78. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
  79. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  80. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  81. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  82. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  83. package/es/components/search-cascader/index.d.ts +3 -16
  84. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +3 -16
  85. package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
  86. package/es/components/search-cascader/src/hooks/index.d.ts +1 -0
  87. package/es/components/search-cascader/src/hooks/index.js +1 -0
  88. package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +3 -0
  89. package/es/components/search-cascader/src/hooks/useCssVariable.js +1 -0
  90. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  91. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  92. package/es/components/shortcut-setter/index.d.ts +4 -31
  93. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +4 -31
  94. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +10 -165
  95. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  96. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -16
  97. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  98. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +0 -18
  99. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  100. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +10 -128
  101. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  102. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +0 -1
  103. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  104. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +10 -163
  105. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +10 -165
  106. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
  107. package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
  108. package/es/components/table-filter/src/components/render-widget/components/{DateOut.vue.d.ts → Date.vue.d.ts} +2 -21
  109. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  110. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -0
  111. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +5 -99
  112. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  113. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +9 -13
  114. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  115. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +5 -7
  116. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  117. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +5 -6
  118. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  119. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +25 -15
  120. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  121. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +25 -520
  122. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  123. package/es/components/table-filter/src/components/render-widget/enums.d.ts +3 -10
  124. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  125. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +6 -2
  126. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  127. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  128. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +24 -548
  129. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  130. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +0 -2
  131. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  132. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  133. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  134. package/es/components/table-filter/src/types/enums.d.ts +0 -2
  135. package/es/components/table-filter/src/types/enums.js +1 -1
  136. package/es/env.d.ts +25 -25
  137. package/es/shared/assets/img/failure.png.js +1 -1
  138. package/es/shared/assets/img/no-permission.png.js +1 -1
  139. package/es/shared/assets/img/nodata.png.js +1 -1
  140. package/es/shared/assets/img/notfound.png.js +1 -1
  141. package/es/shared/assets/img/qr.png.js +1 -1
  142. package/es/shared/assets/img/success.png.js +1 -1
  143. package/es/shared/assets/img/video.png.js +1 -1
  144. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  145. package/es/shared/assets/img/xb_big.png.js +1 -1
  146. package/es/shared/assets/img/xb_small.png.js +1 -1
  147. package/es/shared/hooks/useAsyncQueue.d.ts +1 -3
  148. package/es/shared/hooks/useAsyncQueue.js +1 -1
  149. package/es/shared/package.json.js +1 -1
  150. package/package.json +2 -2
  151. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  152. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  153. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  154. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  155. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.d.ts +0 -2
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.js +0 -1
  157. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +0 -4
  158. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +0 -1
  159. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +0 -4
  160. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +0 -1
  161. package/es/components/field-set/src/components/Row.vue.d.ts +0 -132
  162. package/es/components/field-set/src/components/Row.vue.js +0 -1
  163. package/es/components/field-set/src/components/Row.vue2.js +0 -1
  164. package/es/components/field-set/src/utils/index.d.ts +0 -7
  165. package/es/components/field-set/src/utils/index.js +0 -1
  166. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
  167. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -93
  168. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
  169. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
  170. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +0 -3
  171. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
  172. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
  173. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +0 -3
  174. package/es/components/iho-table/src/utils/dist/index.d.ts +0 -44
  175. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
  176. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +0 -36
  177. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +0 -82
  178. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
  179. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
  180. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic1.vue.d.ts +0 -61
  181. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +0 -218
  182. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +0 -1
  183. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +0 -1
  184. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +0 -1
  185. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +0 -1
  186. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +0 -71
  187. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +0 -1
  188. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +0 -1
  189. package/es/components/table-filter/src/components/render-widget/components/Select1.vue.d.ts +0 -45
  190. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +0 -175
  191. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +0 -1
  192. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +0 -1
  193. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +0 -114
  194. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +0 -1
  195. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +0 -1
  196. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +0 -27
  197. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +0 -1
  198. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +0 -55
  199. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +0 -1
  200. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +0 -56
  201. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +0 -1
  202. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  203. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  204. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -14,3479 +14,34 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
14
14
  formRenderRef: {
15
15
  type: import("vue").PropType<import("..").FormRenderExpose>;
16
16
  };
17
- extraMaterialList: {
18
- type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
19
- };
20
- }, {
21
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
22
- maxHeight: {
23
- type: StringConstructor;
24
- };
25
- fieldVisitor: {
26
- type: import("vue").PropType<import("./src/types").FormConfigVisitor>;
27
- };
28
- textFormatter: {
29
- type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
30
- };
31
- formRenderRef: {
32
- type: import("vue").PropType<import("..").FormRenderExpose>;
33
- };
34
- extraMaterialList: {
35
- type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
36
- };
37
- }>> & {
38
- onAddItem?: ((...args: any[]) => any) | undefined;
39
- onRemoveItem?: ((...args: any[]) => any) | undefined;
40
- }>>;
41
- emit: (event: "addItem" | "removeItem", ...args: any[]) => void;
42
- uuid: string;
43
- cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
44
- getCommonConfig: (formConfig?: import("./src/types").FormConfigItem | undefined) => {
45
- move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
46
- onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
47
- onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
48
- tag: string;
49
- forceFallback: boolean;
50
- animation: string;
51
- 'item-key': string;
52
- group: string;
53
- };
54
- fieldListRef: import("vue").Ref<{
55
- key: string;
56
- layoutWidthEnum: import("./src/types").FormConfigWidth;
57
- type: string;
58
- name: string;
59
- show?: boolean | undefined;
60
- defaultValue?: any;
61
- defaultExpand?: boolean | undefined;
62
- fold?: boolean | undefined;
63
- required?: boolean | undefined;
64
- requiredDisabled?: boolean | undefined;
65
- editableDisabled?: boolean | undefined;
66
- editable?: boolean | undefined;
67
- notes?: string | undefined;
68
- desc?: string | undefined;
69
- children?: any[] | undefined;
70
- originalSetting?: {
71
- [x: string]: any;
72
- val_key: string;
73
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "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";
74
- annotation?: boolean | undefined;
75
- val_key_unit?: string | undefined;
76
- is_edit?: import("..").FormCommonState | undefined;
77
- elem_width?: number | undefined;
78
- is_show?: import("..").FormCommonState | undefined;
79
- is_null?: import("..").FormCommonState | undefined;
80
- name?: string | undefined;
81
- alias?: string | undefined;
82
- default_val?: any;
83
- is_empty?: import("..").FormCommonState | undefined;
84
- hide_title?: import("..").FormCommonState | undefined;
85
- placeholder?: string | undefined;
86
- validate?: {
87
- [x: string]: any;
88
- obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
89
- vali_obj?: string | undefined;
90
- max_value?: string | number | undefined;
91
- min_value?: string | number | undefined;
92
- min_date?: string | undefined;
93
- max_date?: string | undefined;
94
- min_length?: string | number | undefined;
95
- max_length?: string | number | undefined;
96
- decimal_length?: string | number | undefined;
97
- regular_expression?: string | {
98
- exec: (string: string) => RegExpExecArray | null;
99
- test: (string: string) => boolean;
100
- readonly source: string;
101
- readonly global: boolean;
102
- readonly ignoreCase: boolean;
103
- readonly multiline: boolean;
104
- lastIndex: number;
105
- compile: (pattern: string, flags?: string | undefined) => RegExp;
106
- readonly flags: string;
107
- readonly sticky: boolean;
108
- readonly unicode: boolean;
109
- readonly dotAll: boolean;
110
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
111
- [Symbol.replace]: {
112
- (string: string, replaceValue: string): string;
113
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
114
- };
115
- [Symbol.search]: (string: string) => number;
116
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
117
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
118
- } | undefined;
119
- regular_error_tip?: string | undefined;
120
- message?: string | undefined;
121
- } | undefined;
122
- option?: {
123
- [x: string]: any;
124
- keyword?: string | undefined;
125
- disabled?: boolean | undefined;
126
- children?: any[] | undefined;
127
- childrenFields?: any[] | undefined;
128
- }[] | undefined;
129
- multi_select?: import("..").FormCommonState | undefined;
130
- multi_select_value?: string | number | undefined;
131
- wordbook?: {
132
- level_num?: number | undefined;
133
- id?: string | undefined;
134
- name?: string | undefined;
135
- render_key?: string[] | undefined;
136
- search_key?: string[] | undefined;
137
- primary_key?: string | undefined;
138
- type?: string | undefined;
139
- value_key?: string | undefined;
140
- level_key?: string | undefined;
141
- link_key?: string | undefined;
142
- link_key_split?: string | undefined;
143
- show_key?: string[] | undefined;
144
- conObj?: import("../../../es/shared/types").AnyObject[] | undefined;
145
- conObjFirstLevel?: import("../../../es/shared/types").AnyObject[] | undefined;
146
- } | undefined;
147
- open?: {
148
- value?: any;
149
- describe?: string | undefined;
150
- } | undefined;
151
- close?: {
152
- value?: any;
153
- describe?: string | undefined;
154
- } | undefined;
155
- date_format?: string | undefined;
156
- step_length?: string | number | undefined;
157
- urlConfig?: {
158
- url: string;
159
- method?: import("..").FormRequestType | undefined;
160
- nameKey?: string | undefined;
161
- valueKey?: string | undefined;
162
- params?: import("../../../es/shared/types").AnyObject | undefined;
163
- dependKey?: string | Record<string, string> | (string | {
164
- paramName: string;
165
- paramValue?: string | undefined;
166
- required?: boolean | undefined;
167
- })[] | undefined;
168
- } | undefined;
169
- suffixConfig?: any | any[] | undefined;
170
- autograph?: string | undefined;
171
- defined_error_msg?: string | undefined;
172
- extendKey?: string | undefined;
173
- is_not_fold?: string | undefined;
174
- remark?: string | undefined;
175
- free_entry?: import("..").FormCommonState | undefined;
176
- initialize_high?: number | undefined;
177
- bindEventSetting?: {
178
- [x: string]: unknown;
179
- event_type: import("../../../es/shared/types").LOW_CODE_EVENT_TYPE;
180
- event_field?: string | undefined;
181
- params?: {
182
- p_value?: string | undefined;
183
- p_name: string;
184
- p_select: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION;
185
- }[] | undefined;
186
- results?: {
187
- p_value: string;
188
- p_name: string;
189
- }[] | undefined;
190
- }[] | undefined;
191
- fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
192
- content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
193
- lazyRequest?: boolean | undefined;
194
- requestCache?: boolean | undefined;
195
- maxGroupNum?: number | undefined;
196
- jsonCombination?: boolean | undefined;
197
- combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
198
- children?: any[] | undefined;
199
- properties?: any[] | undefined;
200
- componentProps?: import("../../../es/shared/types").AnyObject | undefined;
201
- decoratorProps?: import("../../../es/shared/types").AnyObject | undefined;
202
- noDecorator?: {
203
- valueOf: () => boolean;
204
- } | undefined;
205
- display?: "flex" | "grid" | undefined;
206
- slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
207
- wrapperStyle?: Record<string, string> | {
208
- [x: `--${string}`]: string | number | undefined;
209
- accentColor?: string | undefined;
210
- alignContent?: string | undefined;
211
- alignItems?: string | undefined;
212
- alignSelf?: string | undefined;
213
- alignTracks?: string | undefined;
214
- animationComposition?: string | undefined;
215
- animationDelay?: string | undefined;
216
- animationDirection?: string | undefined;
217
- animationDuration?: string | undefined;
218
- animationFillMode?: string | undefined;
219
- animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
220
- animationName?: string | undefined;
221
- animationPlayState?: string | undefined;
222
- animationTimeline?: string | undefined;
223
- animationTimingFunction?: string | undefined;
224
- appearance?: import("csstype").AppearanceProperty | undefined;
225
- aspectRatio?: import("csstype").AspectRatioProperty | undefined;
226
- backdropFilter?: string | undefined;
227
- backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
228
- backgroundAttachment?: string | undefined;
229
- backgroundBlendMode?: string | undefined;
230
- backgroundClip?: string | undefined;
231
- backgroundColor?: string | undefined;
232
- backgroundImage?: string | undefined;
233
- backgroundOrigin?: string | undefined;
234
- backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
235
- backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
236
- backgroundRepeat?: string | undefined;
237
- backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
238
- blockOverflow?: string | undefined;
239
- blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
240
- borderBlockColor?: string | undefined;
241
- borderBlockEndColor?: string | undefined;
242
- borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
243
- borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
244
- borderBlockStartColor?: string | undefined;
245
- borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
246
- borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
247
- borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
248
- borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
249
- borderBottomColor?: string | undefined;
250
- borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
251
- borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
252
- borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
253
- borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
254
- borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
255
- borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
256
- borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
257
- borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
258
- borderImageRepeat?: string | undefined;
259
- borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
260
- borderImageSource?: string | undefined;
261
- borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
262
- borderInlineColor?: string | undefined;
263
- borderInlineEndColor?: string | undefined;
264
- borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
265
- borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
266
- borderInlineStartColor?: string | undefined;
267
- borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
268
- borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
269
- borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
270
- borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
271
- borderLeftColor?: string | undefined;
272
- borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
273
- borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
274
- borderRightColor?: string | undefined;
275
- borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
276
- borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
277
- borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
278
- borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
279
- borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
280
- borderTopColor?: string | undefined;
281
- borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
282
- borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
283
- borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
284
- borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
285
- bottom?: import("csstype").BottomProperty<string | number> | undefined;
286
- boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
287
- boxShadow?: string | undefined;
288
- boxSizing?: import("csstype").BoxSizingProperty | undefined;
289
- breakAfter?: import("csstype").BreakAfterProperty | undefined;
290
- breakBefore?: import("csstype").BreakBeforeProperty | undefined;
291
- breakInside?: import("csstype").BreakInsideProperty | undefined;
292
- captionSide?: import("csstype").CaptionSideProperty | undefined;
293
- caretColor?: string | undefined;
294
- clear?: import("csstype").ClearProperty | undefined;
295
- clipPath?: string | undefined;
296
- color?: string | undefined;
297
- colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
298
- colorScheme?: string | undefined;
299
- columnCount?: import("csstype").ColumnCountProperty | undefined;
300
- columnFill?: import("csstype").ColumnFillProperty | undefined;
301
- columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
302
- columnRuleColor?: string | undefined;
303
- columnRuleStyle?: string | undefined;
304
- columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
305
- columnSpan?: import("csstype").ColumnSpanProperty | undefined;
306
- columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
307
- contain?: string | undefined;
308
- content?: string | undefined;
309
- contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
310
- counterIncrement?: string | undefined;
311
- counterReset?: string | undefined;
312
- counterSet?: string | undefined;
313
- cursor?: string | undefined;
314
- direction?: import("csstype").DirectionProperty | undefined;
315
- display?: string | undefined;
316
- emptyCells?: import("csstype").EmptyCellsProperty | undefined;
317
- filter?: string | undefined;
318
- flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
319
- flexDirection?: import("csstype").FlexDirectionProperty | undefined;
320
- flexGrow?: import("csstype").GlobalsNumber | undefined;
321
- flexShrink?: import("csstype").GlobalsNumber | undefined;
322
- flexWrap?: import("csstype").FlexWrapProperty | undefined;
323
- float?: import("csstype").FloatProperty | undefined;
324
- fontFamily?: string | undefined;
325
- fontFeatureSettings?: string | undefined;
326
- fontKerning?: import("csstype").FontKerningProperty | undefined;
327
- fontLanguageOverride?: string | undefined;
328
- fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
329
- fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
330
- fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
331
- fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
332
- fontStretch?: string | undefined;
333
- fontStyle?: string | undefined;
334
- fontSynthesis?: string | undefined;
335
- fontVariant?: string | undefined;
336
- fontVariantAlternates?: string | undefined;
337
- fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
338
- fontVariantEastAsian?: string | undefined;
339
- fontVariantLigatures?: string | undefined;
340
- fontVariantNumeric?: string | undefined;
341
- fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
342
- fontVariationSettings?: string | undefined;
343
- fontWeight?: import("csstype").FontWeightProperty | undefined;
344
- forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
345
- gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
346
- gridAutoFlow?: string | undefined;
347
- gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
348
- gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
349
- gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
350
- gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
351
- gridRowStart?: import("csstype").GridRowStartProperty | undefined;
352
- gridTemplateAreas?: string | undefined;
353
- gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
354
- gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
355
- hangingPunctuation?: string | undefined;
356
- height?: import("csstype").HeightProperty<string | number> | undefined;
357
- hyphenateCharacter?: string | undefined;
358
- hyphens?: import("csstype").HyphensProperty | undefined;
359
- imageOrientation?: string | undefined;
360
- imageRendering?: import("csstype").ImageRenderingProperty | undefined;
361
- imageResolution?: string | undefined;
362
- initialLetter?: import("csstype").InitialLetterProperty | undefined;
363
- inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
364
- inputSecurity?: import("csstype").InputSecurityProperty | undefined;
365
- inset?: import("csstype").InsetProperty<string | number> | undefined;
366
- insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
367
- insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
368
- insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
369
- insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
370
- insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
371
- insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
372
- isolation?: import("csstype").IsolationProperty | undefined;
373
- justifyContent?: string | undefined;
374
- justifyItems?: string | undefined;
375
- justifySelf?: string | undefined;
376
- justifyTracks?: string | undefined;
377
- left?: import("csstype").LeftProperty<string | number> | undefined;
378
- letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
379
- lineBreak?: import("csstype").LineBreakProperty | undefined;
380
- lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
381
- lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
382
- listStyleImage?: string | undefined;
383
- listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
384
- listStyleType?: string | undefined;
385
- marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
386
- marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
387
- marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
388
- marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
389
- marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
390
- marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
391
- marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
392
- marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
393
- marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
394
- marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
395
- maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
396
- maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
397
- maskBorderRepeat?: string | undefined;
398
- maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
399
- maskBorderSource?: string | undefined;
400
- maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
401
- maskClip?: string | undefined;
402
- maskComposite?: string | undefined;
403
- maskImage?: string | undefined;
404
- maskMode?: string | undefined;
405
- maskOrigin?: string | undefined;
406
- maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
407
- maskRepeat?: string | undefined;
408
- maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
409
- maskType?: import("csstype").MaskTypeProperty | undefined;
410
- mathDepth?: import("csstype").MathDepthProperty | undefined;
411
- mathShift?: import("csstype").MathShiftProperty | undefined;
412
- mathStyle?: import("csstype").MathStyleProperty | undefined;
413
- maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
414
- maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
415
- maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
416
- maxLines?: import("csstype").MaxLinesProperty | undefined;
417
- maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
418
- minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
419
- minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
420
- minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
421
- minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
422
- mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
423
- motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
424
- motionPath?: string | undefined;
425
- motionRotation?: string | undefined;
426
- objectFit?: import("csstype").ObjectFitProperty | undefined;
427
- objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
428
- offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
429
- offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
430
- offsetPath?: string | undefined;
431
- offsetRotate?: string | undefined;
432
- offsetRotation?: string | undefined;
433
- opacity?: import("csstype").OpacityProperty | undefined;
434
- order?: import("csstype").GlobalsNumber | undefined;
435
- orphans?: import("csstype").GlobalsNumber | undefined;
436
- outlineColor?: string | undefined;
437
- outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
438
- outlineStyle?: string | undefined;
439
- outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
440
- overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
441
- overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
442
- overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
443
- overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
444
- overflowInline?: import("csstype").OverflowInlineProperty | undefined;
445
- overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
446
- overflowX?: import("csstype").OverflowXProperty | undefined;
447
- overflowY?: import("csstype").OverflowYProperty | undefined;
448
- overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
449
- overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
450
- overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
451
- overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
452
- paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
453
- paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
454
- paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
455
- paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
456
- paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
457
- paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
458
- paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
459
- paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
460
- paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
461
- paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
462
- pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
463
- pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
464
- pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
465
- paintOrder?: string | undefined;
466
- perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
467
- perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
468
- placeContent?: string | undefined;
469
- pointerEvents?: import("csstype").PointerEventsProperty | undefined;
470
- position?: import("csstype").PositionProperty | undefined;
471
- printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
472
- quotes?: string | undefined;
473
- resize?: import("csstype").ResizeProperty | undefined;
474
- right?: import("csstype").RightProperty<string | number> | undefined;
475
- rotate?: string | undefined;
476
- rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
477
- rubyAlign?: import("csstype").RubyAlignProperty | undefined;
478
- rubyMerge?: import("csstype").RubyMergeProperty | undefined;
479
- rubyPosition?: string | undefined;
480
- scale?: import("csstype").ScaleProperty | undefined;
481
- scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
482
- scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
483
- scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
484
- scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
485
- scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
486
- scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
487
- scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
488
- scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
489
- scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
490
- scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
491
- scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
492
- scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
493
- scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
494
- scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
495
- scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
496
- scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
497
- scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
498
- scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
499
- scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
500
- scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
501
- scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
502
- scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
503
- scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
504
- scrollSnapAlign?: string | undefined;
505
- scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
506
- scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
507
- scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
508
- scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
509
- scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
510
- scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
511
- scrollSnapType?: string | undefined;
512
- scrollbarColor?: string | undefined;
513
- scrollbarGutter?: string | undefined;
514
- scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
515
- shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
516
- shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
517
- shapeOutside?: string | undefined;
518
- tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
519
- tableLayout?: import("csstype").TableLayoutProperty | undefined;
520
- textAlign?: import("csstype").TextAlignProperty | undefined;
521
- textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
522
- textCombineUpright?: string | undefined;
523
- textDecorationColor?: string | undefined;
524
- textDecorationLine?: string | undefined;
525
- textDecorationSkip?: string | undefined;
526
- textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
527
- textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
528
- textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
529
- textEmphasisColor?: string | undefined;
530
- textEmphasisPosition?: string | undefined;
531
- textEmphasisStyle?: string | undefined;
532
- textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
533
- textJustify?: import("csstype").TextJustifyProperty | undefined;
534
- textOrientation?: import("csstype").TextOrientationProperty | undefined;
535
- textOverflow?: string | undefined;
536
- textRendering?: import("csstype").TextRenderingProperty | undefined;
537
- textShadow?: string | undefined;
538
- textSizeAdjust?: string | undefined;
539
- textTransform?: import("csstype").TextTransformProperty | undefined;
540
- textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
541
- textUnderlinePosition?: string | undefined;
542
- top?: import("csstype").TopProperty<string | number> | undefined;
543
- touchAction?: string | undefined;
544
- transform?: string | undefined;
545
- transformBox?: import("csstype").TransformBoxProperty | undefined;
546
- transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
547
- transformStyle?: import("csstype").TransformStyleProperty | undefined;
548
- transitionDelay?: string | undefined;
549
- transitionDuration?: string | undefined;
550
- transitionProperty?: string | undefined;
551
- transitionTimingFunction?: string | undefined;
552
- translate?: import("csstype").TranslateProperty<string | number> | undefined;
553
- unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
554
- userSelect?: import("csstype").UserSelectProperty | undefined;
555
- verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
556
- visibility?: import("csstype").VisibilityProperty | undefined;
557
- whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
558
- widows?: import("csstype").GlobalsNumber | undefined;
559
- width?: import("csstype").WidthProperty<string | number> | undefined;
560
- willChange?: string | undefined;
561
- wordBreak?: import("csstype").WordBreakProperty | undefined;
562
- wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
563
- wordWrap?: import("csstype").WordWrapProperty | undefined;
564
- writingMode?: import("csstype").WritingModeProperty | undefined;
565
- zIndex?: import("csstype").ZIndexProperty | undefined;
566
- zoom?: import("csstype").ZoomProperty | undefined;
567
- all?: import("csstype").Globals | undefined;
568
- animation?: import("csstype").AnimationProperty | undefined;
569
- background?: import("csstype").BackgroundProperty<string | number> | undefined;
570
- backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
571
- border?: import("csstype").BorderProperty<string | number> | undefined;
572
- borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
573
- borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
574
- borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
575
- borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
576
- borderColor?: string | undefined;
577
- borderImage?: import("csstype").BorderImageProperty | undefined;
578
- borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
579
- borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
580
- borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
581
- borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
582
- borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
583
- borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
584
- borderStyle?: string | undefined;
585
- borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
586
- borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
587
- columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
588
- columns?: import("csstype").ColumnsProperty<string | number> | undefined;
589
- flex?: import("csstype").FlexProperty<string | number> | undefined;
590
- flexFlow?: string | undefined;
591
- font?: string | undefined;
592
- gap?: import("csstype").GapProperty<string | number> | undefined;
593
- grid?: string | undefined;
594
- gridArea?: import("csstype").GridAreaProperty | undefined;
595
- gridColumn?: import("csstype").GridColumnProperty | undefined;
596
- gridRow?: import("csstype").GridRowProperty | undefined;
597
- gridTemplate?: string | undefined;
598
- lineClamp?: import("csstype").LineClampProperty | undefined;
599
- listStyle?: string | undefined;
600
- margin?: import("csstype").MarginProperty<string | number> | undefined;
601
- mask?: import("csstype").MaskProperty<string | number> | undefined;
602
- maskBorder?: import("csstype").MaskBorderProperty | undefined;
603
- motion?: import("csstype").OffsetProperty<string | number> | undefined;
604
- offset?: import("csstype").OffsetProperty<string | number> | undefined;
605
- outline?: import("csstype").OutlineProperty<string | number> | undefined;
606
- overflow?: string | undefined;
607
- overscrollBehavior?: string | undefined;
608
- padding?: import("csstype").PaddingProperty<string | number> | undefined;
609
- placeItems?: string | undefined;
610
- placeSelf?: string | undefined;
611
- textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
612
- textEmphasis?: string | undefined;
613
- transition?: string | undefined;
614
- MozAnimationDelay?: string | undefined;
615
- MozAnimationDirection?: string | undefined;
616
- MozAnimationDuration?: string | undefined;
617
- MozAnimationFillMode?: string | undefined;
618
- MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
619
- MozAnimationName?: string | undefined;
620
- MozAnimationPlayState?: string | undefined;
621
- MozAnimationTimingFunction?: string | undefined;
622
- MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
623
- MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
624
- MozBorderBottomColors?: string | undefined;
625
- MozBorderEndColor?: string | undefined;
626
- MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
627
- MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
628
- MozBorderLeftColors?: string | undefined;
629
- MozBorderRightColors?: string | undefined;
630
- MozBorderStartColor?: string | undefined;
631
- MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
632
- MozBorderTopColors?: string | undefined;
633
- MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
634
- MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
635
- MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
636
- MozColumnRuleColor?: string | undefined;
637
- MozColumnRuleStyle?: string | undefined;
638
- MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
639
- MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
640
- MozContextProperties?: string | undefined;
641
- MozFontFeatureSettings?: string | undefined;
642
- MozFontLanguageOverride?: string | undefined;
643
- MozHyphens?: import("csstype").HyphensProperty | undefined;
644
- MozImageRegion?: string | undefined;
645
- MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
646
- MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
647
- MozOrient?: import("csstype").MozOrientProperty | undefined;
648
- MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
649
- MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
650
- MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
651
- MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
652
- MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
653
- MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
654
- MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
655
- MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
656
- MozTextSizeAdjust?: string | undefined;
657
- MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
658
- MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
659
- MozTransitionDelay?: string | undefined;
660
- MozTransitionDuration?: string | undefined;
661
- MozTransitionProperty?: string | undefined;
662
- MozTransitionTimingFunction?: string | undefined;
663
- MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
664
- MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
665
- MozUserSelect?: import("csstype").UserSelectProperty | undefined;
666
- MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
667
- MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
668
- msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
669
- msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
670
- msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
671
- msContentZoomLimitMax?: string | undefined;
672
- msContentZoomLimitMin?: string | undefined;
673
- msContentZoomSnapPoints?: string | undefined;
674
- msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
675
- msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
676
- msFilter?: string | undefined;
677
- msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
678
- msFlexPositive?: import("csstype").GlobalsNumber | undefined;
679
- msFlowFrom?: string | undefined;
680
- msFlowInto?: string | undefined;
681
- msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
682
- msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
683
- msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
684
- msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
685
- msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
686
- msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
687
- msHyphens?: import("csstype").HyphensProperty | undefined;
688
- msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
689
- msLineBreak?: import("csstype").LineBreakProperty | undefined;
690
- msOrder?: import("csstype").GlobalsNumber | undefined;
691
- msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
692
- msOverflowX?: import("csstype").OverflowXProperty | undefined;
693
- msOverflowY?: import("csstype").OverflowYProperty | undefined;
694
- msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
695
- msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
696
- msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
697
- msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
698
- msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
699
- msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
700
- msScrollSnapPointsX?: string | undefined;
701
- msScrollSnapPointsY?: string | undefined;
702
- msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
703
- msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
704
- msScrollbar3dlightColor?: string | undefined;
705
- msScrollbarArrowColor?: string | undefined;
706
- msScrollbarBaseColor?: string | undefined;
707
- msScrollbarDarkshadowColor?: string | undefined;
708
- msScrollbarFaceColor?: string | undefined;
709
- msScrollbarHighlightColor?: string | undefined;
710
- msScrollbarShadowColor?: string | undefined;
711
- msScrollbarTrackColor?: string | undefined;
712
- msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
713
- msTextCombineHorizontal?: string | undefined;
714
- msTextOverflow?: string | undefined;
715
- msTouchAction?: string | undefined;
716
- msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
717
- msTransform?: string | undefined;
718
- msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
719
- msTransitionDelay?: string | undefined;
720
- msTransitionDuration?: string | undefined;
721
- msTransitionProperty?: string | undefined;
722
- msTransitionTimingFunction?: string | undefined;
723
- msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
724
- msWordBreak?: import("csstype").WordBreakProperty | undefined;
725
- msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
726
- msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
727
- msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
728
- msWritingMode?: import("csstype").WritingModeProperty | undefined;
729
- WebkitAlignContent?: string | undefined;
730
- WebkitAlignItems?: string | undefined;
731
- WebkitAlignSelf?: string | undefined;
732
- WebkitAnimationDelay?: string | undefined;
733
- WebkitAnimationDirection?: string | undefined;
734
- WebkitAnimationDuration?: string | undefined;
735
- WebkitAnimationFillMode?: string | undefined;
736
- WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
737
- WebkitAnimationName?: string | undefined;
738
- WebkitAnimationPlayState?: string | undefined;
739
- WebkitAnimationTimingFunction?: string | undefined;
740
- WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
741
- WebkitBackdropFilter?: string | undefined;
742
- WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
743
- WebkitBackgroundClip?: string | undefined;
744
- WebkitBackgroundOrigin?: string | undefined;
745
- WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
746
- WebkitBorderBeforeColor?: string | undefined;
747
- WebkitBorderBeforeStyle?: string | undefined;
748
- WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
749
- WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
750
- WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
751
- WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
752
- WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
753
- WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
754
- WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
755
- WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
756
- WebkitBoxShadow?: string | undefined;
757
- WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
758
- WebkitClipPath?: string | undefined;
759
- WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
760
- WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
761
- WebkitColumnRuleColor?: string | undefined;
762
- WebkitColumnRuleStyle?: string | undefined;
763
- WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
764
- WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
765
- WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
766
- WebkitFilter?: string | undefined;
767
- WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
768
- WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
769
- WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
770
- WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
771
- WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
772
- WebkitFontFeatureSettings?: string | undefined;
773
- WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
774
- WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
775
- WebkitFontVariantLigatures?: string | undefined;
776
- WebkitHyphenateCharacter?: string | undefined;
777
- WebkitHyphens?: import("csstype").HyphensProperty | undefined;
778
- WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
779
- WebkitJustifyContent?: string | undefined;
780
- WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
781
- WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
782
- WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
783
- WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
784
- WebkitMaskAttachment?: string | undefined;
785
- WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
786
- WebkitMaskBoxImageRepeat?: string | undefined;
787
- WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
788
- WebkitMaskBoxImageSource?: string | undefined;
789
- WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
790
- WebkitMaskClip?: string | undefined;
791
- WebkitMaskComposite?: string | undefined;
792
- WebkitMaskImage?: string | undefined;
793
- WebkitMaskOrigin?: string | undefined;
794
- WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
795
- WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
796
- WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
797
- WebkitMaskRepeat?: string | undefined;
798
- WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
799
- WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
800
- WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
801
- WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
802
- WebkitOrder?: import("csstype").GlobalsNumber | undefined;
803
- WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
804
- WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
805
- WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
806
- WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
807
- WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
808
- WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
809
- WebkitRubyPosition?: string | undefined;
810
- WebkitScrollSnapType?: string | undefined;
811
- WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
812
- WebkitTapHighlightColor?: string | undefined;
813
- WebkitTextCombine?: string | undefined;
814
- WebkitTextDecorationColor?: string | undefined;
815
- WebkitTextDecorationLine?: string | undefined;
816
- WebkitTextDecorationSkip?: string | undefined;
817
- WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
818
- WebkitTextEmphasisColor?: string | undefined;
819
- WebkitTextEmphasisPosition?: string | undefined;
820
- WebkitTextEmphasisStyle?: string | undefined;
821
- WebkitTextFillColor?: string | undefined;
822
- WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
823
- WebkitTextSizeAdjust?: string | undefined;
824
- WebkitTextStrokeColor?: string | undefined;
825
- WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
826
- WebkitTextUnderlinePosition?: string | undefined;
827
- WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
828
- WebkitTransform?: string | undefined;
829
- WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
830
- WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
831
- WebkitTransitionDelay?: string | undefined;
832
- WebkitTransitionDuration?: string | undefined;
833
- WebkitTransitionProperty?: string | undefined;
834
- WebkitTransitionTimingFunction?: string | undefined;
835
- WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
836
- WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
837
- WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
838
- MozAnimation?: import("csstype").AnimationProperty | undefined;
839
- MozBorderImage?: import("csstype").BorderImageProperty | undefined;
840
- MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
841
- MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
842
- MozTransition?: string | undefined;
843
- msContentZoomLimit?: string | undefined;
844
- msContentZoomSnap?: string | undefined;
845
- msFlex?: import("csstype").FlexProperty<string | number> | undefined;
846
- msScrollLimit?: string | undefined;
847
- msScrollSnapX?: string | undefined;
848
- msScrollSnapY?: string | undefined;
849
- msTransition?: string | undefined;
850
- WebkitAnimation?: import("csstype").AnimationProperty | undefined;
851
- WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
852
- WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
853
- WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
854
- WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
855
- WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
856
- WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
857
- WebkitFlexFlow?: string | undefined;
858
- WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
859
- WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
860
- WebkitTextEmphasis?: string | undefined;
861
- WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
862
- WebkitTransition?: string | undefined;
863
- azimuth?: string | undefined;
864
- boxAlign?: import("csstype").BoxAlignProperty | undefined;
865
- boxDirection?: import("csstype").BoxDirectionProperty | undefined;
866
- boxFlex?: import("csstype").GlobalsNumber | undefined;
867
- boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
868
- boxLines?: import("csstype").BoxLinesProperty | undefined;
869
- boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
870
- boxOrient?: import("csstype").BoxOrientProperty | undefined;
871
- boxPack?: import("csstype").BoxPackProperty | undefined;
872
- clip?: string | undefined;
873
- gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
874
- gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
875
- gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
876
- imeMode?: import("csstype").ImeModeProperty | undefined;
877
- offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
878
- offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
879
- offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
880
- offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
881
- offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
882
- offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
883
- scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
884
- scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
885
- scrollSnapPointsX?: string | undefined;
886
- scrollSnapPointsY?: string | undefined;
887
- scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
888
- scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
889
- KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
890
- KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
891
- KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
892
- KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
893
- KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
894
- KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
895
- KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
896
- KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
897
- KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
898
- KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
899
- KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
900
- MozBackgroundClip?: string | undefined;
901
- MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
902
- MozBackgroundOrigin?: string | undefined;
903
- MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
904
- MozBinding?: string | undefined;
905
- MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
906
- MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
907
- MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
908
- MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
909
- MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
910
- MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
911
- MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
912
- MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
913
- MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
914
- MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
915
- MozBoxPack?: import("csstype").BoxPackProperty | undefined;
916
- MozBoxShadow?: string | undefined;
917
- MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
918
- MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
919
- MozOpacity?: import("csstype").OpacityProperty | undefined;
920
- MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
921
- MozOutlineColor?: string | undefined;
922
- MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
923
- MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
924
- MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
925
- MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
926
- MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
927
- MozOutlineStyle?: string | undefined;
928
- MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
929
- MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
930
- MozTextDecorationColor?: string | undefined;
931
- MozTextDecorationLine?: string | undefined;
932
- MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
933
- MozUserInput?: import("csstype").MozUserInputProperty | undefined;
934
- msImeMode?: import("csstype").ImeModeProperty | undefined;
935
- OAnimation?: import("csstype").AnimationProperty | undefined;
936
- OAnimationDelay?: string | undefined;
937
- OAnimationDirection?: string | undefined;
938
- OAnimationDuration?: string | undefined;
939
- OAnimationFillMode?: string | undefined;
940
- OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
941
- OAnimationName?: string | undefined;
942
- OAnimationPlayState?: string | undefined;
943
- OAnimationTimingFunction?: string | undefined;
944
- OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
945
- OBorderImage?: import("csstype").BorderImageProperty | undefined;
946
- OObjectFit?: import("csstype").ObjectFitProperty | undefined;
947
- OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
948
- OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
949
- OTextOverflow?: string | undefined;
950
- OTransform?: string | undefined;
951
- OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
952
- OTransition?: string | undefined;
953
- OTransitionDelay?: string | undefined;
954
- OTransitionDuration?: string | undefined;
955
- OTransitionProperty?: string | undefined;
956
- OTransitionTimingFunction?: string | undefined;
957
- WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
958
- WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
959
- WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
960
- WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
961
- WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
962
- WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
963
- WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
964
- WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
965
- WebkitScrollSnapPointsX?: string | undefined;
966
- WebkitScrollSnapPointsY?: string | undefined;
967
- alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
968
- baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
969
- clipRule?: import("csstype").ClipRuleProperty | undefined;
970
- colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
971
- colorRendering?: import("csstype").ColorRenderingProperty | undefined;
972
- dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
973
- fill?: string | undefined;
974
- fillOpacity?: import("csstype").GlobalsNumber | undefined;
975
- fillRule?: import("csstype").FillRuleProperty | undefined;
976
- floodColor?: string | undefined;
977
- floodOpacity?: import("csstype").GlobalsNumber | undefined;
978
- glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
979
- lightingColor?: string | undefined;
980
- marker?: string | undefined;
981
- markerEnd?: string | undefined;
982
- markerMid?: string | undefined;
983
- markerStart?: string | undefined;
984
- shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
985
- stopColor?: string | undefined;
986
- stopOpacity?: import("csstype").GlobalsNumber | undefined;
987
- stroke?: string | undefined;
988
- strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
989
- strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
990
- strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
991
- strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
992
- strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
993
- strokeOpacity?: import("csstype").GlobalsNumber | undefined;
994
- strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
995
- textAnchor?: import("csstype").TextAnchorProperty | undefined;
996
- vectorEffect?: import("csstype").VectorEffectProperty | undefined;
997
- "accent-color"?: string | undefined;
998
- "align-content"?: string | undefined;
999
- "align-items"?: string | undefined;
1000
- "align-self"?: string | undefined;
1001
- "align-tracks"?: string | undefined;
1002
- "animation-composition"?: string | undefined;
1003
- "animation-delay"?: string | undefined;
1004
- "animation-direction"?: string | undefined;
1005
- "animation-duration"?: string | undefined;
1006
- "animation-fill-mode"?: string | undefined;
1007
- "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1008
- "animation-name"?: string | undefined;
1009
- "animation-play-state"?: string | undefined;
1010
- "animation-timeline"?: string | undefined;
1011
- "animation-timing-function"?: string | undefined;
1012
- "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
1013
- "backdrop-filter"?: string | undefined;
1014
- "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1015
- "background-attachment"?: string | undefined;
1016
- "background-blend-mode"?: string | undefined;
1017
- "background-clip"?: string | undefined;
1018
- "background-color"?: string | undefined;
1019
- "background-image"?: string | undefined;
1020
- "background-origin"?: string | undefined;
1021
- "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
1022
- "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
1023
- "background-repeat"?: string | undefined;
1024
- "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1025
- "block-overflow"?: string | undefined;
1026
- "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
1027
- "border-block-color"?: string | undefined;
1028
- "border-block-end-color"?: string | undefined;
1029
- "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
1030
- "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
1031
- "border-block-start-color"?: string | undefined;
1032
- "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
1033
- "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
1034
- "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
1035
- "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
1036
- "border-bottom-color"?: string | undefined;
1037
- "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1038
- "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1039
- "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
1040
- "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
1041
- "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
1042
- "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
1043
- "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
1044
- "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
1045
- "border-image-repeat"?: string | undefined;
1046
- "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1047
- "border-image-source"?: string | undefined;
1048
- "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
1049
- "border-inline-color"?: string | undefined;
1050
- "border-inline-end-color"?: string | undefined;
1051
- "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1052
- "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1053
- "border-inline-start-color"?: string | undefined;
1054
- "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1055
- "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
1056
- "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
1057
- "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
1058
- "border-left-color"?: string | undefined;
1059
- "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
1060
- "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
1061
- "border-right-color"?: string | undefined;
1062
- "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
1063
- "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
1064
- "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
1065
- "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
1066
- "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
1067
- "border-top-color"?: string | undefined;
1068
- "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1069
- "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1070
- "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
1071
- "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1072
- "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1073
- "box-shadow"?: string | undefined;
1074
- "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1075
- "break-after"?: import("csstype").BreakAfterProperty | undefined;
1076
- "break-before"?: import("csstype").BreakBeforeProperty | undefined;
1077
- "break-inside"?: import("csstype").BreakInsideProperty | undefined;
1078
- "caption-side"?: import("csstype").CaptionSideProperty | undefined;
1079
- "caret-color"?: string | undefined;
1080
- "clip-path"?: string | undefined;
1081
- "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1082
- "color-scheme"?: string | undefined;
1083
- "column-count"?: import("csstype").ColumnCountProperty | undefined;
1084
- "column-fill"?: import("csstype").ColumnFillProperty | undefined;
1085
- "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1086
- "column-rule-color"?: string | undefined;
1087
- "column-rule-style"?: string | undefined;
1088
- "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1089
- "column-span"?: import("csstype").ColumnSpanProperty | undefined;
1090
- "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1091
- "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
1092
- "counter-increment"?: string | undefined;
1093
- "counter-reset"?: string | undefined;
1094
- "counter-set"?: string | undefined;
1095
- "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
1096
- "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1097
- "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1098
- "flex-grow"?: import("csstype").GlobalsNumber | undefined;
1099
- "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1100
- "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1101
- "font-family"?: string | undefined;
1102
- "font-feature-settings"?: string | undefined;
1103
- "font-kerning"?: import("csstype").FontKerningProperty | undefined;
1104
- "font-language-override"?: string | undefined;
1105
- "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
1106
- "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
1107
- "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
1108
- "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1109
- "font-stretch"?: string | undefined;
1110
- "font-style"?: string | undefined;
1111
- "font-synthesis"?: string | undefined;
1112
- "font-variant"?: string | undefined;
1113
- "font-variant-alternates"?: string | undefined;
1114
- "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
1115
- "font-variant-east-asian"?: string | undefined;
1116
- "font-variant-ligatures"?: string | undefined;
1117
- "font-variant-numeric"?: string | undefined;
1118
- "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
1119
- "font-variation-settings"?: string | undefined;
1120
- "font-weight"?: import("csstype").FontWeightProperty | undefined;
1121
- "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
1122
- "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
1123
- "grid-auto-flow"?: string | undefined;
1124
- "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
1125
- "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
1126
- "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
1127
- "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
1128
- "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
1129
- "grid-template-areas"?: string | undefined;
1130
- "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
1131
- "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
1132
- "hanging-punctuation"?: string | undefined;
1133
- "hyphenate-character"?: string | undefined;
1134
- "image-orientation"?: string | undefined;
1135
- "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
1136
- "image-resolution"?: string | undefined;
1137
- "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1138
- "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
1139
- "input-security"?: import("csstype").InputSecurityProperty | undefined;
1140
- "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1141
- "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1142
- "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1143
- "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1144
- "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1145
- "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1146
- "justify-content"?: string | undefined;
1147
- "justify-items"?: string | undefined;
1148
- "justify-self"?: string | undefined;
1149
- "justify-tracks"?: string | undefined;
1150
- "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
1151
- "line-break"?: import("csstype").LineBreakProperty | undefined;
1152
- "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
1153
- "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
1154
- "list-style-image"?: string | undefined;
1155
- "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
1156
- "list-style-type"?: string | undefined;
1157
- "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
1158
- "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
1159
- "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
1160
- "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
1161
- "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
1162
- "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1163
- "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1164
- "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
1165
- "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
1166
- "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
1167
- "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
1168
- "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1169
- "mask-border-repeat"?: string | undefined;
1170
- "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1171
- "mask-border-source"?: string | undefined;
1172
- "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1173
- "mask-clip"?: string | undefined;
1174
- "mask-composite"?: string | undefined;
1175
- "mask-image"?: string | undefined;
1176
- "mask-mode"?: string | undefined;
1177
- "mask-origin"?: string | undefined;
1178
- "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
1179
- "mask-repeat"?: string | undefined;
1180
- "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
1181
- "mask-type"?: import("csstype").MaskTypeProperty | undefined;
1182
- "math-depth"?: import("csstype").MathDepthProperty | undefined;
1183
- "math-shift"?: import("csstype").MathShiftProperty | undefined;
1184
- "math-style"?: import("csstype").MathStyleProperty | undefined;
1185
- "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
1186
- "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
1187
- "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1188
- "max-lines"?: import("csstype").MaxLinesProperty | undefined;
1189
- "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
1190
- "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
1191
- "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
1192
- "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
1193
- "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
1194
- "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
1195
- "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1196
- "motion-path"?: string | undefined;
1197
- "motion-rotation"?: string | undefined;
1198
- "object-fit"?: import("csstype").ObjectFitProperty | undefined;
1199
- "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1200
- "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
1201
- "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1202
- "offset-path"?: string | undefined;
1203
- "offset-rotate"?: string | undefined;
1204
- "offset-rotation"?: string | undefined;
1205
- "outline-color"?: string | undefined;
1206
- "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
1207
- "outline-style"?: string | undefined;
1208
- "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1209
- "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
1210
- "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
1211
- "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
1212
- "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
1213
- "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
1214
- "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
1215
- "overflow-x"?: import("csstype").OverflowXProperty | undefined;
1216
- "overflow-y"?: import("csstype").OverflowYProperty | undefined;
1217
- "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
1218
- "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
1219
- "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
1220
- "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
1221
- "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
1222
- "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
1223
- "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
1224
- "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
1225
- "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
1226
- "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1227
- "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1228
- "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
1229
- "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
1230
- "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
1231
- "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
1232
- "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
1233
- "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
1234
- "paint-order"?: string | undefined;
1235
- "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1236
- "place-content"?: string | undefined;
1237
- "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
1238
- "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1239
- "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
1240
- "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
1241
- "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
1242
- "ruby-position"?: string | undefined;
1243
- "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
1244
- "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1245
- "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
1246
- "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1247
- "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1248
- "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1249
- "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1250
- "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1251
- "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1252
- "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1253
- "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1254
- "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1255
- "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1256
- "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1257
- "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1258
- "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1259
- "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1260
- "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1261
- "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1262
- "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1263
- "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1264
- "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1265
- "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1266
- "scroll-snap-align"?: string | undefined;
1267
- "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1268
- "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1269
- "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1270
- "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1271
- "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1272
- "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
1273
- "scroll-snap-type"?: string | undefined;
1274
- "scrollbar-color"?: string | undefined;
1275
- "scrollbar-gutter"?: string | undefined;
1276
- "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
1277
- "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
1278
- "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1279
- "shape-outside"?: string | undefined;
1280
- "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1281
- "table-layout"?: import("csstype").TableLayoutProperty | undefined;
1282
- "text-align"?: import("csstype").TextAlignProperty | undefined;
1283
- "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1284
- "text-combine-upright"?: string | undefined;
1285
- "text-decoration-color"?: string | undefined;
1286
- "text-decoration-line"?: string | undefined;
1287
- "text-decoration-skip"?: string | undefined;
1288
- "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
1289
- "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1290
- "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1291
- "text-emphasis-color"?: string | undefined;
1292
- "text-emphasis-position"?: string | undefined;
1293
- "text-emphasis-style"?: string | undefined;
1294
- "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
1295
- "text-justify"?: import("csstype").TextJustifyProperty | undefined;
1296
- "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1297
- "text-overflow"?: string | undefined;
1298
- "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
1299
- "text-shadow"?: string | undefined;
1300
- "text-size-adjust"?: string | undefined;
1301
- "text-transform"?: import("csstype").TextTransformProperty | undefined;
1302
- "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1303
- "text-underline-position"?: string | undefined;
1304
- "touch-action"?: string | undefined;
1305
- "transform-box"?: import("csstype").TransformBoxProperty | undefined;
1306
- "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1307
- "transform-style"?: import("csstype").TransformStyleProperty | undefined;
1308
- "transition-delay"?: string | undefined;
1309
- "transition-duration"?: string | undefined;
1310
- "transition-property"?: string | undefined;
1311
- "transition-timing-function"?: string | undefined;
1312
- "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
1313
- "user-select"?: import("csstype").UserSelectProperty | undefined;
1314
- "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1315
- "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
1316
- "will-change"?: string | undefined;
1317
- "word-break"?: import("csstype").WordBreakProperty | undefined;
1318
- "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
1319
- "word-wrap"?: import("csstype").WordWrapProperty | undefined;
1320
- "writing-mode"?: import("csstype").WritingModeProperty | undefined;
1321
- "z-index"?: import("csstype").ZIndexProperty | undefined;
1322
- "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1323
- "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
1324
- "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1325
- "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1326
- "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
1327
- "border-color"?: string | undefined;
1328
- "border-image"?: import("csstype").BorderImageProperty | undefined;
1329
- "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
1330
- "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1331
- "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1332
- "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
1333
- "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1334
- "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
1335
- "border-style"?: string | undefined;
1336
- "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
1337
- "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
1338
- "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1339
- "flex-flow"?: string | undefined;
1340
- "grid-area"?: import("csstype").GridAreaProperty | undefined;
1341
- "grid-column"?: import("csstype").GridColumnProperty | undefined;
1342
- "grid-row"?: import("csstype").GridRowProperty | undefined;
1343
- "grid-template"?: string | undefined;
1344
- "line-clamp"?: import("csstype").LineClampProperty | undefined;
1345
- "list-style"?: string | undefined;
1346
- "mask-border"?: import("csstype").MaskBorderProperty | undefined;
1347
- "overscroll-behavior"?: string | undefined;
1348
- "place-items"?: string | undefined;
1349
- "place-self"?: string | undefined;
1350
- "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
1351
- "text-emphasis"?: string | undefined;
1352
- "-moz-animation-delay"?: string | undefined;
1353
- "-moz-animation-direction"?: string | undefined;
1354
- "-moz-animation-duration"?: string | undefined;
1355
- "-moz-animation-fill-mode"?: string | undefined;
1356
- "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1357
- "-moz-animation-name"?: string | undefined;
1358
- "-moz-animation-play-state"?: string | undefined;
1359
- "-moz-animation-timing-function"?: string | undefined;
1360
- "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
1361
- "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1362
- "-moz-border-bottom-colors"?: string | undefined;
1363
- "-moz-border-end-color"?: string | undefined;
1364
- "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1365
- "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1366
- "-moz-border-left-colors"?: string | undefined;
1367
- "-moz-border-right-colors"?: string | undefined;
1368
- "-moz-border-start-color"?: string | undefined;
1369
- "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1370
- "-moz-border-top-colors"?: string | undefined;
1371
- "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1372
- "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
1373
- "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1374
- "-moz-column-rule-color"?: string | undefined;
1375
- "-moz-column-rule-style"?: string | undefined;
1376
- "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1377
- "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1378
- "-moz-context-properties"?: string | undefined;
1379
- "-moz-font-feature-settings"?: string | undefined;
1380
- "-moz-font-language-override"?: string | undefined;
1381
- "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
1382
- "-moz-image-region"?: string | undefined;
1383
- "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1384
- "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1385
- "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
1386
- "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1387
- "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1388
- "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1389
- "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1390
- "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1391
- "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
1392
- "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1393
- "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
1394
- "-moz-text-size-adjust"?: string | undefined;
1395
- "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1396
- "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1397
- "-moz-transition-delay"?: string | undefined;
1398
- "-moz-transition-duration"?: string | undefined;
1399
- "-moz-transition-property"?: string | undefined;
1400
- "-moz-transition-timing-function"?: string | undefined;
1401
- "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
1402
- "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
1403
- "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
1404
- "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
1405
- "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
1406
- "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
1407
- "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
1408
- "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
1409
- "-ms-content-zoom-limit-max"?: string | undefined;
1410
- "-ms-content-zoom-limit-min"?: string | undefined;
1411
- "-ms-content-zoom-snap-points"?: string | undefined;
1412
- "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1413
- "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
1414
- "-ms-filter"?: string | undefined;
1415
- "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1416
- "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
1417
- "-ms-flow-from"?: string | undefined;
1418
- "-ms-flow-into"?: string | undefined;
1419
- "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1420
- "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1421
- "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
1422
- "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1423
- "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1424
- "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1425
- "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
1426
- "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
1427
- "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
1428
- "-ms-order"?: import("csstype").GlobalsNumber | undefined;
1429
- "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
1430
- "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
1431
- "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
1432
- "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
1433
- "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1434
- "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1435
- "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1436
- "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1437
- "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
1438
- "-ms-scroll-snap-points-x"?: string | undefined;
1439
- "-ms-scroll-snap-points-y"?: string | undefined;
1440
- "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
1441
- "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
1442
- "-ms-scrollbar-3dlight-color"?: string | undefined;
1443
- "-ms-scrollbar-arrow-color"?: string | undefined;
1444
- "-ms-scrollbar-base-color"?: string | undefined;
1445
- "-ms-scrollbar-darkshadow-color"?: string | undefined;
1446
- "-ms-scrollbar-face-color"?: string | undefined;
1447
- "-ms-scrollbar-highlight-color"?: string | undefined;
1448
- "-ms-scrollbar-shadow-color"?: string | undefined;
1449
- "-ms-scrollbar-track-color"?: string | undefined;
1450
- "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
1451
- "-ms-text-combine-horizontal"?: string | undefined;
1452
- "-ms-text-overflow"?: string | undefined;
1453
- "-ms-touch-action"?: string | undefined;
1454
- "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
1455
- "-ms-transform"?: string | undefined;
1456
- "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1457
- "-ms-transition-delay"?: string | undefined;
1458
- "-ms-transition-duration"?: string | undefined;
1459
- "-ms-transition-property"?: string | undefined;
1460
- "-ms-transition-timing-function"?: string | undefined;
1461
- "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
1462
- "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
1463
- "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
1464
- "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1465
- "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
1466
- "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1467
- "-webkit-align-content"?: string | undefined;
1468
- "-webkit-align-items"?: string | undefined;
1469
- "-webkit-align-self"?: string | undefined;
1470
- "-webkit-animation-delay"?: string | undefined;
1471
- "-webkit-animation-direction"?: string | undefined;
1472
- "-webkit-animation-duration"?: string | undefined;
1473
- "-webkit-animation-fill-mode"?: string | undefined;
1474
- "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1475
- "-webkit-animation-name"?: string | undefined;
1476
- "-webkit-animation-play-state"?: string | undefined;
1477
- "-webkit-animation-timing-function"?: string | undefined;
1478
- "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
1479
- "-webkit-backdrop-filter"?: string | undefined;
1480
- "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1481
- "-webkit-background-clip"?: string | undefined;
1482
- "-webkit-background-origin"?: string | undefined;
1483
- "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1484
- "-webkit-border-before-color"?: string | undefined;
1485
- "-webkit-border-before-style"?: string | undefined;
1486
- "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
1487
- "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1488
- "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1489
- "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1490
- "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1491
- "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1492
- "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1493
- "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
1494
- "-webkit-box-shadow"?: string | undefined;
1495
- "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1496
- "-webkit-clip-path"?: string | undefined;
1497
- "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
1498
- "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1499
- "-webkit-column-rule-color"?: string | undefined;
1500
- "-webkit-column-rule-style"?: string | undefined;
1501
- "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1502
- "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
1503
- "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1504
- "-webkit-filter"?: string | undefined;
1505
- "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1506
- "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1507
- "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
1508
- "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1509
- "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1510
- "-webkit-font-feature-settings"?: string | undefined;
1511
- "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
1512
- "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1513
- "-webkit-font-variant-ligatures"?: string | undefined;
1514
- "-webkit-hyphenate-character"?: string | undefined;
1515
- "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
1516
- "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1517
- "-webkit-justify-content"?: string | undefined;
1518
- "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
1519
- "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
1520
- "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1521
- "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1522
- "-webkit-mask-attachment"?: string | undefined;
1523
- "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1524
- "-webkit-mask-box-image-repeat"?: string | undefined;
1525
- "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1526
- "-webkit-mask-box-image-source"?: string | undefined;
1527
- "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1528
- "-webkit-mask-clip"?: string | undefined;
1529
- "-webkit-mask-composite"?: string | undefined;
1530
- "-webkit-mask-image"?: string | undefined;
1531
- "-webkit-mask-origin"?: string | undefined;
1532
- "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
1533
- "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
1534
- "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
1535
- "-webkit-mask-repeat"?: string | undefined;
1536
- "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
1537
- "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
1538
- "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
1539
- "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1540
- "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
1541
- "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
1542
- "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1543
- "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1544
- "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1545
- "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1546
- "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1547
- "-webkit-ruby-position"?: string | undefined;
1548
- "-webkit-scroll-snap-type"?: string | undefined;
1549
- "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1550
- "-webkit-tap-highlight-color"?: string | undefined;
1551
- "-webkit-text-combine"?: string | undefined;
1552
- "-webkit-text-decoration-color"?: string | undefined;
1553
- "-webkit-text-decoration-line"?: string | undefined;
1554
- "-webkit-text-decoration-skip"?: string | undefined;
1555
- "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1556
- "-webkit-text-emphasis-color"?: string | undefined;
1557
- "-webkit-text-emphasis-position"?: string | undefined;
1558
- "-webkit-text-emphasis-style"?: string | undefined;
1559
- "-webkit-text-fill-color"?: string | undefined;
1560
- "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1561
- "-webkit-text-size-adjust"?: string | undefined;
1562
- "-webkit-text-stroke-color"?: string | undefined;
1563
- "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
1564
- "-webkit-text-underline-position"?: string | undefined;
1565
- "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
1566
- "-webkit-transform"?: string | undefined;
1567
- "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1568
- "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1569
- "-webkit-transition-delay"?: string | undefined;
1570
- "-webkit-transition-duration"?: string | undefined;
1571
- "-webkit-transition-property"?: string | undefined;
1572
- "-webkit-transition-timing-function"?: string | undefined;
1573
- "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
1574
- "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
1575
- "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1576
- "-moz-animation"?: import("csstype").AnimationProperty | undefined;
1577
- "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
1578
- "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1579
- "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1580
- "-moz-transition"?: string | undefined;
1581
- "-ms-content-zoom-limit"?: string | undefined;
1582
- "-ms-content-zoom-snap"?: string | undefined;
1583
- "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1584
- "-ms-scroll-limit"?: string | undefined;
1585
- "-ms-scroll-snap-x"?: string | undefined;
1586
- "-ms-scroll-snap-y"?: string | undefined;
1587
- "-ms-transition"?: string | undefined;
1588
- "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
1589
- "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
1590
- "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
1591
- "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1592
- "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1593
- "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1594
- "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1595
- "-webkit-flex-flow"?: string | undefined;
1596
- "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
1597
- "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
1598
- "-webkit-text-emphasis"?: string | undefined;
1599
- "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
1600
- "-webkit-transition"?: string | undefined;
1601
- "box-align"?: import("csstype").BoxAlignProperty | undefined;
1602
- "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1603
- "box-flex"?: import("csstype").GlobalsNumber | undefined;
1604
- "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1605
- "box-lines"?: import("csstype").BoxLinesProperty | undefined;
1606
- "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1607
- "box-orient"?: import("csstype").BoxOrientProperty | undefined;
1608
- "box-pack"?: import("csstype").BoxPackProperty | undefined;
1609
- "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
1610
- "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
1611
- "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
1612
- "ime-mode"?: import("csstype").ImeModeProperty | undefined;
1613
- "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1614
- "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1615
- "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1616
- "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1617
- "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1618
- "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1619
- "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
1620
- "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
1621
- "scroll-snap-points-x"?: string | undefined;
1622
- "scroll-snap-points-y"?: string | undefined;
1623
- "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
1624
- "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
1625
- "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
1626
- "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1627
- "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
1628
- "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1629
- "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1630
- "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1631
- "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1632
- "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
1633
- "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
1634
- "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
1635
- "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
1636
- "-moz-background-clip"?: string | undefined;
1637
- "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
1638
- "-moz-background-origin"?: string | undefined;
1639
- "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1640
- "-moz-binding"?: string | undefined;
1641
- "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1642
- "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1643
- "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1644
- "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1645
- "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1646
- "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
1647
- "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1648
- "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
1649
- "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1650
- "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1651
- "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
1652
- "-moz-box-shadow"?: string | undefined;
1653
- "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
1654
- "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
1655
- "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
1656
- "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
1657
- "-moz-outline-color"?: string | undefined;
1658
- "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
1659
- "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
1660
- "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
1661
- "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
1662
- "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
1663
- "-moz-outline-style"?: string | undefined;
1664
- "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1665
- "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1666
- "-moz-text-decoration-color"?: string | undefined;
1667
- "-moz-text-decoration-line"?: string | undefined;
1668
- "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1669
- "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
1670
- "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
1671
- "-o-animation"?: import("csstype").AnimationProperty | undefined;
1672
- "-o-animation-delay"?: string | undefined;
1673
- "-o-animation-direction"?: string | undefined;
1674
- "-o-animation-duration"?: string | undefined;
1675
- "-o-animation-fill-mode"?: string | undefined;
1676
- "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1677
- "-o-animation-name"?: string | undefined;
1678
- "-o-animation-play-state"?: string | undefined;
1679
- "-o-animation-timing-function"?: string | undefined;
1680
- "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1681
- "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
1682
- "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
1683
- "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1684
- "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1685
- "-o-text-overflow"?: string | undefined;
1686
- "-o-transform"?: string | undefined;
1687
- "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1688
- "-o-transition"?: string | undefined;
1689
- "-o-transition-delay"?: string | undefined;
1690
- "-o-transition-duration"?: string | undefined;
1691
- "-o-transition-property"?: string | undefined;
1692
- "-o-transition-timing-function"?: string | undefined;
1693
- "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
1694
- "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1695
- "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
1696
- "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1697
- "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1698
- "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1699
- "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1700
- "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
1701
- "-webkit-scroll-snap-points-x"?: string | undefined;
1702
- "-webkit-scroll-snap-points-y"?: string | undefined;
1703
- "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
1704
- "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
1705
- "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
1706
- "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
1707
- "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
1708
- "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
1709
- "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
1710
- "fill-rule"?: import("csstype").FillRuleProperty | undefined;
1711
- "flood-color"?: string | undefined;
1712
- "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
1713
- "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
1714
- "lighting-color"?: string | undefined;
1715
- "marker-end"?: string | undefined;
1716
- "marker-mid"?: string | undefined;
1717
- "marker-start"?: string | undefined;
1718
- "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
1719
- "stop-color"?: string | undefined;
1720
- "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
1721
- "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
1722
- "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
1723
- "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
1724
- "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
1725
- "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
1726
- "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
1727
- "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
1728
- "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
1729
- "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
1730
- } | undefined;
1731
- childFieldStrategy?: "checked" | "all" | undefined;
1732
- validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
1733
- reactions?: {
1734
- [x: string]: any;
1735
- dependencies?: string[] | undefined;
1736
- target?: string | undefined;
1737
- effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
1738
- when?: string | boolean | undefined;
1739
- fulfill?: {
1740
- state?: import("../../../es/shared/types").AnyObject | undefined;
1741
- run?: string | undefined;
1742
- } | undefined;
1743
- otherwise?: {
1744
- state?: import("../../../es/shared/types").AnyObject | undefined;
1745
- run?: string | undefined;
1746
- } | undefined;
1747
- } | {
1748
- [x: string]: any;
1749
- dependencies?: string[] | undefined;
1750
- target?: string | undefined;
1751
- effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
1752
- when?: string | boolean | undefined;
1753
- fulfill?: {
1754
- state?: import("../../../es/shared/types").AnyObject | undefined;
1755
- run?: string | undefined;
1756
- } | undefined;
1757
- otherwise?: {
1758
- state?: import("../../../es/shared/types").AnyObject | undefined;
1759
- run?: string | undefined;
1760
- } | undefined;
1761
- }[] | undefined;
1762
- } | undefined;
1763
- __new?: boolean | undefined;
1764
- __isCombinationChild?: boolean | undefined;
1765
- __extra?: boolean | undefined;
1766
- }[]>;
1767
- materialListRef: import("vue").Ref<{
1768
- key: string;
1769
- layoutWidthEnum: import("./src/types").FormConfigWidth;
1770
- type: string;
1771
- name: string;
1772
- show?: boolean | undefined;
1773
- defaultValue?: any;
1774
- defaultExpand?: boolean | undefined;
1775
- fold?: boolean | undefined;
1776
- required?: boolean | undefined;
1777
- requiredDisabled?: boolean | undefined;
1778
- editableDisabled?: boolean | undefined;
1779
- editable?: boolean | undefined;
1780
- notes?: string | undefined;
1781
- desc?: string | undefined;
1782
- children?: any[] | undefined;
1783
- originalSetting?: {
1784
- [x: string]: any;
1785
- val_key: string;
1786
- html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "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";
1787
- annotation?: boolean | undefined;
1788
- val_key_unit?: string | undefined;
1789
- is_edit?: import("..").FormCommonState | undefined;
1790
- elem_width?: number | undefined;
1791
- is_show?: import("..").FormCommonState | undefined;
1792
- is_null?: import("..").FormCommonState | undefined;
1793
- name?: string | undefined;
1794
- alias?: string | undefined;
1795
- default_val?: any;
1796
- is_empty?: import("..").FormCommonState | undefined;
1797
- hide_title?: import("..").FormCommonState | undefined;
1798
- placeholder?: string | undefined;
1799
- validate?: {
1800
- [x: string]: any;
1801
- obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
1802
- vali_obj?: string | undefined;
1803
- max_value?: string | number | undefined;
1804
- min_value?: string | number | undefined;
1805
- min_date?: string | undefined;
1806
- max_date?: string | undefined;
1807
- min_length?: string | number | undefined;
1808
- max_length?: string | number | undefined;
1809
- decimal_length?: string | number | undefined;
1810
- regular_expression?: string | {
1811
- exec: (string: string) => RegExpExecArray | null;
1812
- test: (string: string) => boolean;
1813
- readonly source: string;
1814
- readonly global: boolean;
1815
- readonly ignoreCase: boolean;
1816
- readonly multiline: boolean;
1817
- lastIndex: number;
1818
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1819
- readonly flags: string;
1820
- readonly sticky: boolean;
1821
- readonly unicode: boolean;
1822
- readonly dotAll: boolean;
1823
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1824
- [Symbol.replace]: {
1825
- (string: string, replaceValue: string): string;
1826
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1827
- };
1828
- [Symbol.search]: (string: string) => number;
1829
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1830
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1831
- } | undefined;
1832
- regular_error_tip?: string | undefined;
1833
- message?: string | undefined;
1834
- } | undefined;
1835
- option?: {
1836
- [x: string]: any;
1837
- keyword?: string | undefined;
1838
- disabled?: boolean | undefined;
1839
- children?: any[] | undefined;
1840
- childrenFields?: any[] | undefined;
1841
- }[] | undefined;
1842
- multi_select?: import("..").FormCommonState | undefined;
1843
- multi_select_value?: string | number | undefined;
1844
- wordbook?: {
1845
- level_num?: number | undefined;
1846
- id?: string | undefined;
1847
- name?: string | undefined;
1848
- render_key?: string[] | undefined;
1849
- search_key?: string[] | undefined;
1850
- primary_key?: string | undefined;
1851
- type?: string | undefined;
1852
- value_key?: string | undefined;
1853
- level_key?: string | undefined;
1854
- link_key?: string | undefined;
1855
- link_key_split?: string | undefined;
1856
- show_key?: string[] | undefined;
1857
- conObj?: import("../../../es/shared/types").AnyObject[] | undefined;
1858
- conObjFirstLevel?: import("../../../es/shared/types").AnyObject[] | undefined;
1859
- } | undefined;
1860
- open?: {
1861
- value?: any;
1862
- describe?: string | undefined;
1863
- } | undefined;
1864
- close?: {
1865
- value?: any;
1866
- describe?: string | undefined;
1867
- } | undefined;
1868
- date_format?: string | undefined;
1869
- step_length?: string | number | undefined;
1870
- urlConfig?: {
1871
- url: string;
1872
- method?: import("..").FormRequestType | undefined;
1873
- nameKey?: string | undefined;
1874
- valueKey?: string | undefined;
1875
- params?: import("../../../es/shared/types").AnyObject | undefined;
1876
- dependKey?: string | Record<string, string> | (string | {
1877
- paramName: string;
1878
- paramValue?: string | undefined;
1879
- required?: boolean | undefined;
1880
- })[] | undefined;
1881
- } | undefined;
1882
- suffixConfig?: any | any[] | undefined;
1883
- autograph?: string | undefined;
1884
- defined_error_msg?: string | undefined;
1885
- extendKey?: string | undefined;
1886
- is_not_fold?: string | undefined;
1887
- remark?: string | undefined;
1888
- free_entry?: import("..").FormCommonState | undefined;
1889
- initialize_high?: number | undefined;
1890
- bindEventSetting?: {
1891
- [x: string]: unknown;
1892
- event_type: import("../../../es/shared/types").LOW_CODE_EVENT_TYPE;
1893
- event_field?: string | undefined;
1894
- params?: {
1895
- p_value?: string | undefined;
1896
- p_name: string;
1897
- p_select: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION;
1898
- }[] | undefined;
1899
- results?: {
1900
- p_value: string;
1901
- p_name: string;
1902
- }[] | undefined;
1903
- }[] | undefined;
1904
- fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
1905
- content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
1906
- lazyRequest?: boolean | undefined;
1907
- requestCache?: boolean | undefined;
1908
- maxGroupNum?: number | undefined;
1909
- jsonCombination?: boolean | undefined;
1910
- combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
1911
- children?: any[] | undefined;
1912
- properties?: any[] | undefined;
1913
- componentProps?: import("../../../es/shared/types").AnyObject | undefined;
1914
- decoratorProps?: import("../../../es/shared/types").AnyObject | undefined;
1915
- noDecorator?: {
1916
- valueOf: () => boolean;
1917
- } | undefined;
1918
- display?: "flex" | "grid" | undefined;
1919
- slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
1920
- wrapperStyle?: Record<string, string> | {
1921
- [x: `--${string}`]: string | number | undefined;
1922
- accentColor?: string | undefined;
1923
- alignContent?: string | undefined;
1924
- alignItems?: string | undefined;
1925
- alignSelf?: string | undefined;
1926
- alignTracks?: string | undefined;
1927
- animationComposition?: string | undefined;
1928
- animationDelay?: string | undefined;
1929
- animationDirection?: string | undefined;
1930
- animationDuration?: string | undefined;
1931
- animationFillMode?: string | undefined;
1932
- animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1933
- animationName?: string | undefined;
1934
- animationPlayState?: string | undefined;
1935
- animationTimeline?: string | undefined;
1936
- animationTimingFunction?: string | undefined;
1937
- appearance?: import("csstype").AppearanceProperty | undefined;
1938
- aspectRatio?: import("csstype").AspectRatioProperty | undefined;
1939
- backdropFilter?: string | undefined;
1940
- backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
1941
- backgroundAttachment?: string | undefined;
1942
- backgroundBlendMode?: string | undefined;
1943
- backgroundClip?: string | undefined;
1944
- backgroundColor?: string | undefined;
1945
- backgroundImage?: string | undefined;
1946
- backgroundOrigin?: string | undefined;
1947
- backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
1948
- backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
1949
- backgroundRepeat?: string | undefined;
1950
- backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1951
- blockOverflow?: string | undefined;
1952
- blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
1953
- borderBlockColor?: string | undefined;
1954
- borderBlockEndColor?: string | undefined;
1955
- borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
1956
- borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
1957
- borderBlockStartColor?: string | undefined;
1958
- borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
1959
- borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
1960
- borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
1961
- borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
1962
- borderBottomColor?: string | undefined;
1963
- borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1964
- borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1965
- borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
1966
- borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
1967
- borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
1968
- borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
1969
- borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
1970
- borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
1971
- borderImageRepeat?: string | undefined;
1972
- borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
1973
- borderImageSource?: string | undefined;
1974
- borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
1975
- borderInlineColor?: string | undefined;
1976
- borderInlineEndColor?: string | undefined;
1977
- borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
1978
- borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1979
- borderInlineStartColor?: string | undefined;
1980
- borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
1981
- borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
1982
- borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
1983
- borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
1984
- borderLeftColor?: string | undefined;
1985
- borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
1986
- borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
1987
- borderRightColor?: string | undefined;
1988
- borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
1989
- borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
1990
- borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
1991
- borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
1992
- borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
1993
- borderTopColor?: string | undefined;
1994
- borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1995
- borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1996
- borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
1997
- borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1998
- bottom?: import("csstype").BottomProperty<string | number> | undefined;
1999
- boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
2000
- boxShadow?: string | undefined;
2001
- boxSizing?: import("csstype").BoxSizingProperty | undefined;
2002
- breakAfter?: import("csstype").BreakAfterProperty | undefined;
2003
- breakBefore?: import("csstype").BreakBeforeProperty | undefined;
2004
- breakInside?: import("csstype").BreakInsideProperty | undefined;
2005
- captionSide?: import("csstype").CaptionSideProperty | undefined;
2006
- caretColor?: string | undefined;
2007
- clear?: import("csstype").ClearProperty | undefined;
2008
- clipPath?: string | undefined;
2009
- color?: string | undefined;
2010
- colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
2011
- colorScheme?: string | undefined;
2012
- columnCount?: import("csstype").ColumnCountProperty | undefined;
2013
- columnFill?: import("csstype").ColumnFillProperty | undefined;
2014
- columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
2015
- columnRuleColor?: string | undefined;
2016
- columnRuleStyle?: string | undefined;
2017
- columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2018
- columnSpan?: import("csstype").ColumnSpanProperty | undefined;
2019
- columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2020
- contain?: string | undefined;
2021
- content?: string | undefined;
2022
- contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
2023
- counterIncrement?: string | undefined;
2024
- counterReset?: string | undefined;
2025
- counterSet?: string | undefined;
2026
- cursor?: string | undefined;
2027
- direction?: import("csstype").DirectionProperty | undefined;
2028
- display?: string | undefined;
2029
- emptyCells?: import("csstype").EmptyCellsProperty | undefined;
2030
- filter?: string | undefined;
2031
- flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
2032
- flexDirection?: import("csstype").FlexDirectionProperty | undefined;
2033
- flexGrow?: import("csstype").GlobalsNumber | undefined;
2034
- flexShrink?: import("csstype").GlobalsNumber | undefined;
2035
- flexWrap?: import("csstype").FlexWrapProperty | undefined;
2036
- float?: import("csstype").FloatProperty | undefined;
2037
- fontFamily?: string | undefined;
2038
- fontFeatureSettings?: string | undefined;
2039
- fontKerning?: import("csstype").FontKerningProperty | undefined;
2040
- fontLanguageOverride?: string | undefined;
2041
- fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
2042
- fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
2043
- fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
2044
- fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
2045
- fontStretch?: string | undefined;
2046
- fontStyle?: string | undefined;
2047
- fontSynthesis?: string | undefined;
2048
- fontVariant?: string | undefined;
2049
- fontVariantAlternates?: string | undefined;
2050
- fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
2051
- fontVariantEastAsian?: string | undefined;
2052
- fontVariantLigatures?: string | undefined;
2053
- fontVariantNumeric?: string | undefined;
2054
- fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
2055
- fontVariationSettings?: string | undefined;
2056
- fontWeight?: import("csstype").FontWeightProperty | undefined;
2057
- forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
2058
- gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
2059
- gridAutoFlow?: string | undefined;
2060
- gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
2061
- gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
2062
- gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
2063
- gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
2064
- gridRowStart?: import("csstype").GridRowStartProperty | undefined;
2065
- gridTemplateAreas?: string | undefined;
2066
- gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
2067
- gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
2068
- hangingPunctuation?: string | undefined;
2069
- height?: import("csstype").HeightProperty<string | number> | undefined;
2070
- hyphenateCharacter?: string | undefined;
2071
- hyphens?: import("csstype").HyphensProperty | undefined;
2072
- imageOrientation?: string | undefined;
2073
- imageRendering?: import("csstype").ImageRenderingProperty | undefined;
2074
- imageResolution?: string | undefined;
2075
- initialLetter?: import("csstype").InitialLetterProperty | undefined;
2076
- inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
2077
- inputSecurity?: import("csstype").InputSecurityProperty | undefined;
2078
- inset?: import("csstype").InsetProperty<string | number> | undefined;
2079
- insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
2080
- insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2081
- insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2082
- insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
2083
- insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2084
- insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2085
- isolation?: import("csstype").IsolationProperty | undefined;
2086
- justifyContent?: string | undefined;
2087
- justifyItems?: string | undefined;
2088
- justifySelf?: string | undefined;
2089
- justifyTracks?: string | undefined;
2090
- left?: import("csstype").LeftProperty<string | number> | undefined;
2091
- letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
2092
- lineBreak?: import("csstype").LineBreakProperty | undefined;
2093
- lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
2094
- lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
2095
- listStyleImage?: string | undefined;
2096
- listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
2097
- listStyleType?: string | undefined;
2098
- marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
2099
- marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
2100
- marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
2101
- marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
2102
- marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
2103
- marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2104
- marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2105
- marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
2106
- marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
2107
- marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
2108
- maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
2109
- maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2110
- maskBorderRepeat?: string | undefined;
2111
- maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
2112
- maskBorderSource?: string | undefined;
2113
- maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2114
- maskClip?: string | undefined;
2115
- maskComposite?: string | undefined;
2116
- maskImage?: string | undefined;
2117
- maskMode?: string | undefined;
2118
- maskOrigin?: string | undefined;
2119
- maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
2120
- maskRepeat?: string | undefined;
2121
- maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
2122
- maskType?: import("csstype").MaskTypeProperty | undefined;
2123
- mathDepth?: import("csstype").MathDepthProperty | undefined;
2124
- mathShift?: import("csstype").MathShiftProperty | undefined;
2125
- mathStyle?: import("csstype").MathStyleProperty | undefined;
2126
- maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
2127
- maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
2128
- maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2129
- maxLines?: import("csstype").MaxLinesProperty | undefined;
2130
- maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
2131
- minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
2132
- minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
2133
- minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
2134
- minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
2135
- mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
2136
- motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2137
- motionPath?: string | undefined;
2138
- motionRotation?: string | undefined;
2139
- objectFit?: import("csstype").ObjectFitProperty | undefined;
2140
- objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2141
- offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
2142
- offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2143
- offsetPath?: string | undefined;
2144
- offsetRotate?: string | undefined;
2145
- offsetRotation?: string | undefined;
2146
- opacity?: import("csstype").OpacityProperty | undefined;
2147
- order?: import("csstype").GlobalsNumber | undefined;
2148
- orphans?: import("csstype").GlobalsNumber | undefined;
2149
- outlineColor?: string | undefined;
2150
- outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
2151
- outlineStyle?: string | undefined;
2152
- outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2153
- overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
2154
- overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
2155
- overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
2156
- overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
2157
- overflowInline?: import("csstype").OverflowInlineProperty | undefined;
2158
- overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
2159
- overflowX?: import("csstype").OverflowXProperty | undefined;
2160
- overflowY?: import("csstype").OverflowYProperty | undefined;
2161
- overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
2162
- overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
2163
- overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
2164
- overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
2165
- paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
2166
- paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
2167
- paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
2168
- paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
2169
- paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
2170
- paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2171
- paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2172
- paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
2173
- paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
2174
- paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
2175
- pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
2176
- pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
2177
- pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
2178
- paintOrder?: string | undefined;
2179
- perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
2180
- perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2181
- placeContent?: string | undefined;
2182
- pointerEvents?: import("csstype").PointerEventsProperty | undefined;
2183
- position?: import("csstype").PositionProperty | undefined;
2184
- printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
2185
- quotes?: string | undefined;
2186
- resize?: import("csstype").ResizeProperty | undefined;
2187
- right?: import("csstype").RightProperty<string | number> | undefined;
2188
- rotate?: string | undefined;
2189
- rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
2190
- rubyAlign?: import("csstype").RubyAlignProperty | undefined;
2191
- rubyMerge?: import("csstype").RubyMergeProperty | undefined;
2192
- rubyPosition?: string | undefined;
2193
- scale?: import("csstype").ScaleProperty | undefined;
2194
- scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
2195
- scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2196
- scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
2197
- scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
2198
- scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
2199
- scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2200
- scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
2201
- scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
2202
- scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
2203
- scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2204
- scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2205
- scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2206
- scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
2207
- scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
2208
- scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
2209
- scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
2210
- scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
2211
- scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
2212
- scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
2213
- scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
2214
- scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
2215
- scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
2216
- scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
2217
- scrollSnapAlign?: string | undefined;
2218
- scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2219
- scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2220
- scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2221
- scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2222
- scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2223
- scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
2224
- scrollSnapType?: string | undefined;
2225
- scrollbarColor?: string | undefined;
2226
- scrollbarGutter?: string | undefined;
2227
- scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
2228
- shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
2229
- shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2230
- shapeOutside?: string | undefined;
2231
- tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
2232
- tableLayout?: import("csstype").TableLayoutProperty | undefined;
2233
- textAlign?: import("csstype").TextAlignProperty | undefined;
2234
- textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
2235
- textCombineUpright?: string | undefined;
2236
- textDecorationColor?: string | undefined;
2237
- textDecorationLine?: string | undefined;
2238
- textDecorationSkip?: string | undefined;
2239
- textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
2240
- textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
2241
- textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
2242
- textEmphasisColor?: string | undefined;
2243
- textEmphasisPosition?: string | undefined;
2244
- textEmphasisStyle?: string | undefined;
2245
- textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
2246
- textJustify?: import("csstype").TextJustifyProperty | undefined;
2247
- textOrientation?: import("csstype").TextOrientationProperty | undefined;
2248
- textOverflow?: string | undefined;
2249
- textRendering?: import("csstype").TextRenderingProperty | undefined;
2250
- textShadow?: string | undefined;
2251
- textSizeAdjust?: string | undefined;
2252
- textTransform?: import("csstype").TextTransformProperty | undefined;
2253
- textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
2254
- textUnderlinePosition?: string | undefined;
2255
- top?: import("csstype").TopProperty<string | number> | undefined;
2256
- touchAction?: string | undefined;
2257
- transform?: string | undefined;
2258
- transformBox?: import("csstype").TransformBoxProperty | undefined;
2259
- transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2260
- transformStyle?: import("csstype").TransformStyleProperty | undefined;
2261
- transitionDelay?: string | undefined;
2262
- transitionDuration?: string | undefined;
2263
- transitionProperty?: string | undefined;
2264
- transitionTimingFunction?: string | undefined;
2265
- translate?: import("csstype").TranslateProperty<string | number> | undefined;
2266
- unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
2267
- userSelect?: import("csstype").UserSelectProperty | undefined;
2268
- verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
2269
- visibility?: import("csstype").VisibilityProperty | undefined;
2270
- whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
2271
- widows?: import("csstype").GlobalsNumber | undefined;
2272
- width?: import("csstype").WidthProperty<string | number> | undefined;
2273
- willChange?: string | undefined;
2274
- wordBreak?: import("csstype").WordBreakProperty | undefined;
2275
- wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
2276
- wordWrap?: import("csstype").WordWrapProperty | undefined;
2277
- writingMode?: import("csstype").WritingModeProperty | undefined;
2278
- zIndex?: import("csstype").ZIndexProperty | undefined;
2279
- zoom?: import("csstype").ZoomProperty | undefined;
2280
- all?: import("csstype").Globals | undefined;
2281
- animation?: import("csstype").AnimationProperty | undefined;
2282
- background?: import("csstype").BackgroundProperty<string | number> | undefined;
2283
- backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
2284
- border?: import("csstype").BorderProperty<string | number> | undefined;
2285
- borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
2286
- borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
2287
- borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
2288
- borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
2289
- borderColor?: string | undefined;
2290
- borderImage?: import("csstype").BorderImageProperty | undefined;
2291
- borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
2292
- borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
2293
- borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
2294
- borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
2295
- borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2296
- borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
2297
- borderStyle?: string | undefined;
2298
- borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
2299
- borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
2300
- columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2301
- columns?: import("csstype").ColumnsProperty<string | number> | undefined;
2302
- flex?: import("csstype").FlexProperty<string | number> | undefined;
2303
- flexFlow?: string | undefined;
2304
- font?: string | undefined;
2305
- gap?: import("csstype").GapProperty<string | number> | undefined;
2306
- grid?: string | undefined;
2307
- gridArea?: import("csstype").GridAreaProperty | undefined;
2308
- gridColumn?: import("csstype").GridColumnProperty | undefined;
2309
- gridRow?: import("csstype").GridRowProperty | undefined;
2310
- gridTemplate?: string | undefined;
2311
- lineClamp?: import("csstype").LineClampProperty | undefined;
2312
- listStyle?: string | undefined;
2313
- margin?: import("csstype").MarginProperty<string | number> | undefined;
2314
- mask?: import("csstype").MaskProperty<string | number> | undefined;
2315
- maskBorder?: import("csstype").MaskBorderProperty | undefined;
2316
- motion?: import("csstype").OffsetProperty<string | number> | undefined;
2317
- offset?: import("csstype").OffsetProperty<string | number> | undefined;
2318
- outline?: import("csstype").OutlineProperty<string | number> | undefined;
2319
- overflow?: string | undefined;
2320
- overscrollBehavior?: string | undefined;
2321
- padding?: import("csstype").PaddingProperty<string | number> | undefined;
2322
- placeItems?: string | undefined;
2323
- placeSelf?: string | undefined;
2324
- textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
2325
- textEmphasis?: string | undefined;
2326
- transition?: string | undefined;
2327
- MozAnimationDelay?: string | undefined;
2328
- MozAnimationDirection?: string | undefined;
2329
- MozAnimationDuration?: string | undefined;
2330
- MozAnimationFillMode?: string | undefined;
2331
- MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
2332
- MozAnimationName?: string | undefined;
2333
- MozAnimationPlayState?: string | undefined;
2334
- MozAnimationTimingFunction?: string | undefined;
2335
- MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
2336
- MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
2337
- MozBorderBottomColors?: string | undefined;
2338
- MozBorderEndColor?: string | undefined;
2339
- MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
2340
- MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
2341
- MozBorderLeftColors?: string | undefined;
2342
- MozBorderRightColors?: string | undefined;
2343
- MozBorderStartColor?: string | undefined;
2344
- MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
2345
- MozBorderTopColors?: string | undefined;
2346
- MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
2347
- MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
2348
- MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
2349
- MozColumnRuleColor?: string | undefined;
2350
- MozColumnRuleStyle?: string | undefined;
2351
- MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2352
- MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2353
- MozContextProperties?: string | undefined;
2354
- MozFontFeatureSettings?: string | undefined;
2355
- MozFontLanguageOverride?: string | undefined;
2356
- MozHyphens?: import("csstype").HyphensProperty | undefined;
2357
- MozImageRegion?: string | undefined;
2358
- MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2359
- MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2360
- MozOrient?: import("csstype").MozOrientProperty | undefined;
2361
- MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
2362
- MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2363
- MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2364
- MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
2365
- MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2366
- MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
2367
- MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
2368
- MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
2369
- MozTextSizeAdjust?: string | undefined;
2370
- MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2371
- MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
2372
- MozTransitionDelay?: string | undefined;
2373
- MozTransitionDuration?: string | undefined;
2374
- MozTransitionProperty?: string | undefined;
2375
- MozTransitionTimingFunction?: string | undefined;
2376
- MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
2377
- MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
2378
- MozUserSelect?: import("csstype").UserSelectProperty | undefined;
2379
- MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
2380
- MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
2381
- msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
2382
- msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
2383
- msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
2384
- msContentZoomLimitMax?: string | undefined;
2385
- msContentZoomLimitMin?: string | undefined;
2386
- msContentZoomSnapPoints?: string | undefined;
2387
- msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
2388
- msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
2389
- msFilter?: string | undefined;
2390
- msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
2391
- msFlexPositive?: import("csstype").GlobalsNumber | undefined;
2392
- msFlowFrom?: string | undefined;
2393
- msFlowInto?: string | undefined;
2394
- msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
2395
- msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
2396
- msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
2397
- msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
2398
- msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
2399
- msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
2400
- msHyphens?: import("csstype").HyphensProperty | undefined;
2401
- msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
2402
- msLineBreak?: import("csstype").LineBreakProperty | undefined;
2403
- msOrder?: import("csstype").GlobalsNumber | undefined;
2404
- msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
2405
- msOverflowX?: import("csstype").OverflowXProperty | undefined;
2406
- msOverflowY?: import("csstype").OverflowYProperty | undefined;
2407
- msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
2408
- msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
2409
- msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
2410
- msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
2411
- msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
2412
- msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
2413
- msScrollSnapPointsX?: string | undefined;
2414
- msScrollSnapPointsY?: string | undefined;
2415
- msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
2416
- msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
2417
- msScrollbar3dlightColor?: string | undefined;
2418
- msScrollbarArrowColor?: string | undefined;
2419
- msScrollbarBaseColor?: string | undefined;
2420
- msScrollbarDarkshadowColor?: string | undefined;
2421
- msScrollbarFaceColor?: string | undefined;
2422
- msScrollbarHighlightColor?: string | undefined;
2423
- msScrollbarShadowColor?: string | undefined;
2424
- msScrollbarTrackColor?: string | undefined;
2425
- msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
2426
- msTextCombineHorizontal?: string | undefined;
2427
- msTextOverflow?: string | undefined;
2428
- msTouchAction?: string | undefined;
2429
- msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
2430
- msTransform?: string | undefined;
2431
- msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2432
- msTransitionDelay?: string | undefined;
2433
- msTransitionDuration?: string | undefined;
2434
- msTransitionProperty?: string | undefined;
2435
- msTransitionTimingFunction?: string | undefined;
2436
- msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
2437
- msWordBreak?: import("csstype").WordBreakProperty | undefined;
2438
- msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
2439
- msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
2440
- msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
2441
- msWritingMode?: import("csstype").WritingModeProperty | undefined;
2442
- WebkitAlignContent?: string | undefined;
2443
- WebkitAlignItems?: string | undefined;
2444
- WebkitAlignSelf?: string | undefined;
2445
- WebkitAnimationDelay?: string | undefined;
2446
- WebkitAnimationDirection?: string | undefined;
2447
- WebkitAnimationDuration?: string | undefined;
2448
- WebkitAnimationFillMode?: string | undefined;
2449
- WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
2450
- WebkitAnimationName?: string | undefined;
2451
- WebkitAnimationPlayState?: string | undefined;
2452
- WebkitAnimationTimingFunction?: string | undefined;
2453
- WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
2454
- WebkitBackdropFilter?: string | undefined;
2455
- WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
2456
- WebkitBackgroundClip?: string | undefined;
2457
- WebkitBackgroundOrigin?: string | undefined;
2458
- WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2459
- WebkitBorderBeforeColor?: string | undefined;
2460
- WebkitBorderBeforeStyle?: string | undefined;
2461
- WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
2462
- WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2463
- WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2464
- WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
2465
- WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2466
- WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2467
- WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
2468
- WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
2469
- WebkitBoxShadow?: string | undefined;
2470
- WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
2471
- WebkitClipPath?: string | undefined;
2472
- WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
2473
- WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
2474
- WebkitColumnRuleColor?: string | undefined;
2475
- WebkitColumnRuleStyle?: string | undefined;
2476
- WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2477
- WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
2478
- WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2479
- WebkitFilter?: string | undefined;
2480
- WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
2481
- WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
2482
- WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
2483
- WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
2484
- WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
2485
- WebkitFontFeatureSettings?: string | undefined;
2486
- WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
2487
- WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
2488
- WebkitFontVariantLigatures?: string | undefined;
2489
- WebkitHyphenateCharacter?: string | undefined;
2490
- WebkitHyphens?: import("csstype").HyphensProperty | undefined;
2491
- WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
2492
- WebkitJustifyContent?: string | undefined;
2493
- WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
2494
- WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
2495
- WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2496
- WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2497
- WebkitMaskAttachment?: string | undefined;
2498
- WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2499
- WebkitMaskBoxImageRepeat?: string | undefined;
2500
- WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
2501
- WebkitMaskBoxImageSource?: string | undefined;
2502
- WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2503
- WebkitMaskClip?: string | undefined;
2504
- WebkitMaskComposite?: string | undefined;
2505
- WebkitMaskImage?: string | undefined;
2506
- WebkitMaskOrigin?: string | undefined;
2507
- WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
2508
- WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
2509
- WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
2510
- WebkitMaskRepeat?: string | undefined;
2511
- WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
2512
- WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
2513
- WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
2514
- WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2515
- WebkitOrder?: import("csstype").GlobalsNumber | undefined;
2516
- WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
2517
- WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2518
- WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2519
- WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
2520
- WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2521
- WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
2522
- WebkitRubyPosition?: string | undefined;
2523
- WebkitScrollSnapType?: string | undefined;
2524
- WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2525
- WebkitTapHighlightColor?: string | undefined;
2526
- WebkitTextCombine?: string | undefined;
2527
- WebkitTextDecorationColor?: string | undefined;
2528
- WebkitTextDecorationLine?: string | undefined;
2529
- WebkitTextDecorationSkip?: string | undefined;
2530
- WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
2531
- WebkitTextEmphasisColor?: string | undefined;
2532
- WebkitTextEmphasisPosition?: string | undefined;
2533
- WebkitTextEmphasisStyle?: string | undefined;
2534
- WebkitTextFillColor?: string | undefined;
2535
- WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
2536
- WebkitTextSizeAdjust?: string | undefined;
2537
- WebkitTextStrokeColor?: string | undefined;
2538
- WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
2539
- WebkitTextUnderlinePosition?: string | undefined;
2540
- WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
2541
- WebkitTransform?: string | undefined;
2542
- WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2543
- WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
2544
- WebkitTransitionDelay?: string | undefined;
2545
- WebkitTransitionDuration?: string | undefined;
2546
- WebkitTransitionProperty?: string | undefined;
2547
- WebkitTransitionTimingFunction?: string | undefined;
2548
- WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
2549
- WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
2550
- WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
2551
- MozAnimation?: import("csstype").AnimationProperty | undefined;
2552
- MozBorderImage?: import("csstype").BorderImageProperty | undefined;
2553
- MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2554
- MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
2555
- MozTransition?: string | undefined;
2556
- msContentZoomLimit?: string | undefined;
2557
- msContentZoomSnap?: string | undefined;
2558
- msFlex?: import("csstype").FlexProperty<string | number> | undefined;
2559
- msScrollLimit?: string | undefined;
2560
- msScrollSnapX?: string | undefined;
2561
- msScrollSnapY?: string | undefined;
2562
- msTransition?: string | undefined;
2563
- WebkitAnimation?: import("csstype").AnimationProperty | undefined;
2564
- WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
2565
- WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
2566
- WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2567
- WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2568
- WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
2569
- WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
2570
- WebkitFlexFlow?: string | undefined;
2571
- WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
2572
- WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
2573
- WebkitTextEmphasis?: string | undefined;
2574
- WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
2575
- WebkitTransition?: string | undefined;
2576
- azimuth?: string | undefined;
2577
- boxAlign?: import("csstype").BoxAlignProperty | undefined;
2578
- boxDirection?: import("csstype").BoxDirectionProperty | undefined;
2579
- boxFlex?: import("csstype").GlobalsNumber | undefined;
2580
- boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
2581
- boxLines?: import("csstype").BoxLinesProperty | undefined;
2582
- boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2583
- boxOrient?: import("csstype").BoxOrientProperty | undefined;
2584
- boxPack?: import("csstype").BoxPackProperty | undefined;
2585
- clip?: string | undefined;
2586
- gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
2587
- gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
2588
- gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
2589
- imeMode?: import("csstype").ImeModeProperty | undefined;
2590
- offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
2591
- offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2592
- offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2593
- offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
2594
- offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2595
- offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2596
- scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
2597
- scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
2598
- scrollSnapPointsX?: string | undefined;
2599
- scrollSnapPointsY?: string | undefined;
2600
- scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
2601
- scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
2602
- KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
2603
- KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
2604
- KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
2605
- KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
2606
- KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
2607
- KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2608
- KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
2609
- KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
2610
- KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
2611
- KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
2612
- KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
2613
- MozBackgroundClip?: string | undefined;
2614
- MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
2615
- MozBackgroundOrigin?: string | undefined;
2616
- MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2617
- MozBinding?: string | undefined;
2618
- MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2619
- MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2620
- MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2621
- MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2622
- MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2623
- MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
2624
- MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
2625
- MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
2626
- MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2627
- MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
2628
- MozBoxPack?: import("csstype").BoxPackProperty | undefined;
2629
- MozBoxShadow?: string | undefined;
2630
- MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
2631
- MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
2632
- MozOpacity?: import("csstype").OpacityProperty | undefined;
2633
- MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
2634
- MozOutlineColor?: string | undefined;
2635
- MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
2636
- MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
2637
- MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
2638
- MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
2639
- MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
2640
- MozOutlineStyle?: string | undefined;
2641
- MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2642
- MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
2643
- MozTextDecorationColor?: string | undefined;
2644
- MozTextDecorationLine?: string | undefined;
2645
- MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
2646
- MozUserInput?: import("csstype").MozUserInputProperty | undefined;
2647
- msImeMode?: import("csstype").ImeModeProperty | undefined;
2648
- OAnimation?: import("csstype").AnimationProperty | undefined;
2649
- OAnimationDelay?: string | undefined;
2650
- OAnimationDirection?: string | undefined;
2651
- OAnimationDuration?: string | undefined;
2652
- OAnimationFillMode?: string | undefined;
2653
- OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
2654
- OAnimationName?: string | undefined;
2655
- OAnimationPlayState?: string | undefined;
2656
- OAnimationTimingFunction?: string | undefined;
2657
- OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2658
- OBorderImage?: import("csstype").BorderImageProperty | undefined;
2659
- OObjectFit?: import("csstype").ObjectFitProperty | undefined;
2660
- OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2661
- OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
2662
- OTextOverflow?: string | undefined;
2663
- OTransform?: string | undefined;
2664
- OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
2665
- OTransition?: string | undefined;
2666
- OTransitionDelay?: string | undefined;
2667
- OTransitionDuration?: string | undefined;
2668
- OTransitionProperty?: string | undefined;
2669
- OTransitionTimingFunction?: string | undefined;
2670
- WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
2671
- WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
2672
- WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
2673
- WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
2674
- WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
2675
- WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
2676
- WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
2677
- WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
2678
- WebkitScrollSnapPointsX?: string | undefined;
2679
- WebkitScrollSnapPointsY?: string | undefined;
2680
- alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
2681
- baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
2682
- clipRule?: import("csstype").ClipRuleProperty | undefined;
2683
- colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
2684
- colorRendering?: import("csstype").ColorRenderingProperty | undefined;
2685
- dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
2686
- fill?: string | undefined;
2687
- fillOpacity?: import("csstype").GlobalsNumber | undefined;
2688
- fillRule?: import("csstype").FillRuleProperty | undefined;
2689
- floodColor?: string | undefined;
2690
- floodOpacity?: import("csstype").GlobalsNumber | undefined;
2691
- glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
2692
- lightingColor?: string | undefined;
2693
- marker?: string | undefined;
2694
- markerEnd?: string | undefined;
2695
- markerMid?: string | undefined;
2696
- markerStart?: string | undefined;
2697
- shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
2698
- stopColor?: string | undefined;
2699
- stopOpacity?: import("csstype").GlobalsNumber | undefined;
2700
- stroke?: string | undefined;
2701
- strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
2702
- strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
2703
- strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
2704
- strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
2705
- strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
2706
- strokeOpacity?: import("csstype").GlobalsNumber | undefined;
2707
- strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
2708
- textAnchor?: import("csstype").TextAnchorProperty | undefined;
2709
- vectorEffect?: import("csstype").VectorEffectProperty | undefined;
2710
- "accent-color"?: string | undefined;
2711
- "align-content"?: string | undefined;
2712
- "align-items"?: string | undefined;
2713
- "align-self"?: string | undefined;
2714
- "align-tracks"?: string | undefined;
2715
- "animation-composition"?: string | undefined;
2716
- "animation-delay"?: string | undefined;
2717
- "animation-direction"?: string | undefined;
2718
- "animation-duration"?: string | undefined;
2719
- "animation-fill-mode"?: string | undefined;
2720
- "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
2721
- "animation-name"?: string | undefined;
2722
- "animation-play-state"?: string | undefined;
2723
- "animation-timeline"?: string | undefined;
2724
- "animation-timing-function"?: string | undefined;
2725
- "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
2726
- "backdrop-filter"?: string | undefined;
2727
- "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
2728
- "background-attachment"?: string | undefined;
2729
- "background-blend-mode"?: string | undefined;
2730
- "background-clip"?: string | undefined;
2731
- "background-color"?: string | undefined;
2732
- "background-image"?: string | undefined;
2733
- "background-origin"?: string | undefined;
2734
- "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
2735
- "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
2736
- "background-repeat"?: string | undefined;
2737
- "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2738
- "block-overflow"?: string | undefined;
2739
- "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
2740
- "border-block-color"?: string | undefined;
2741
- "border-block-end-color"?: string | undefined;
2742
- "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
2743
- "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
2744
- "border-block-start-color"?: string | undefined;
2745
- "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
2746
- "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
2747
- "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
2748
- "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
2749
- "border-bottom-color"?: string | undefined;
2750
- "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2751
- "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2752
- "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
2753
- "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
2754
- "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
2755
- "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
2756
- "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
2757
- "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
2758
- "border-image-repeat"?: string | undefined;
2759
- "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
2760
- "border-image-source"?: string | undefined;
2761
- "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
2762
- "border-inline-color"?: string | undefined;
2763
- "border-inline-end-color"?: string | undefined;
2764
- "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
2765
- "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
2766
- "border-inline-start-color"?: string | undefined;
2767
- "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
2768
- "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
2769
- "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
2770
- "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
2771
- "border-left-color"?: string | undefined;
2772
- "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
2773
- "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
2774
- "border-right-color"?: string | undefined;
2775
- "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
2776
- "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
2777
- "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
2778
- "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
2779
- "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
2780
- "border-top-color"?: string | undefined;
2781
- "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2782
- "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2783
- "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
2784
- "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
2785
- "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
2786
- "box-shadow"?: string | undefined;
2787
- "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
2788
- "break-after"?: import("csstype").BreakAfterProperty | undefined;
2789
- "break-before"?: import("csstype").BreakBeforeProperty | undefined;
2790
- "break-inside"?: import("csstype").BreakInsideProperty | undefined;
2791
- "caption-side"?: import("csstype").CaptionSideProperty | undefined;
2792
- "caret-color"?: string | undefined;
2793
- "clip-path"?: string | undefined;
2794
- "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
2795
- "color-scheme"?: string | undefined;
2796
- "column-count"?: import("csstype").ColumnCountProperty | undefined;
2797
- "column-fill"?: import("csstype").ColumnFillProperty | undefined;
2798
- "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
2799
- "column-rule-color"?: string | undefined;
2800
- "column-rule-style"?: string | undefined;
2801
- "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2802
- "column-span"?: import("csstype").ColumnSpanProperty | undefined;
2803
- "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2804
- "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
2805
- "counter-increment"?: string | undefined;
2806
- "counter-reset"?: string | undefined;
2807
- "counter-set"?: string | undefined;
2808
- "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
2809
- "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
2810
- "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
2811
- "flex-grow"?: import("csstype").GlobalsNumber | undefined;
2812
- "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
2813
- "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
2814
- "font-family"?: string | undefined;
2815
- "font-feature-settings"?: string | undefined;
2816
- "font-kerning"?: import("csstype").FontKerningProperty | undefined;
2817
- "font-language-override"?: string | undefined;
2818
- "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
2819
- "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
2820
- "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
2821
- "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
2822
- "font-stretch"?: string | undefined;
2823
- "font-style"?: string | undefined;
2824
- "font-synthesis"?: string | undefined;
2825
- "font-variant"?: string | undefined;
2826
- "font-variant-alternates"?: string | undefined;
2827
- "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
2828
- "font-variant-east-asian"?: string | undefined;
2829
- "font-variant-ligatures"?: string | undefined;
2830
- "font-variant-numeric"?: string | undefined;
2831
- "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
2832
- "font-variation-settings"?: string | undefined;
2833
- "font-weight"?: import("csstype").FontWeightProperty | undefined;
2834
- "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
2835
- "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
2836
- "grid-auto-flow"?: string | undefined;
2837
- "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
2838
- "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
2839
- "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
2840
- "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
2841
- "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
2842
- "grid-template-areas"?: string | undefined;
2843
- "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
2844
- "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
2845
- "hanging-punctuation"?: string | undefined;
2846
- "hyphenate-character"?: string | undefined;
2847
- "image-orientation"?: string | undefined;
2848
- "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
2849
- "image-resolution"?: string | undefined;
2850
- "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
2851
- "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
2852
- "input-security"?: import("csstype").InputSecurityProperty | undefined;
2853
- "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
2854
- "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2855
- "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2856
- "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
2857
- "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2858
- "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2859
- "justify-content"?: string | undefined;
2860
- "justify-items"?: string | undefined;
2861
- "justify-self"?: string | undefined;
2862
- "justify-tracks"?: string | undefined;
2863
- "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
2864
- "line-break"?: import("csstype").LineBreakProperty | undefined;
2865
- "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
2866
- "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
2867
- "list-style-image"?: string | undefined;
2868
- "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
2869
- "list-style-type"?: string | undefined;
2870
- "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
2871
- "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
2872
- "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
2873
- "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
2874
- "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
2875
- "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2876
- "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2877
- "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
2878
- "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
2879
- "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
2880
- "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
2881
- "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2882
- "mask-border-repeat"?: string | undefined;
2883
- "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
2884
- "mask-border-source"?: string | undefined;
2885
- "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2886
- "mask-clip"?: string | undefined;
2887
- "mask-composite"?: string | undefined;
2888
- "mask-image"?: string | undefined;
2889
- "mask-mode"?: string | undefined;
2890
- "mask-origin"?: string | undefined;
2891
- "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
2892
- "mask-repeat"?: string | undefined;
2893
- "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
2894
- "mask-type"?: import("csstype").MaskTypeProperty | undefined;
2895
- "math-depth"?: import("csstype").MathDepthProperty | undefined;
2896
- "math-shift"?: import("csstype").MathShiftProperty | undefined;
2897
- "math-style"?: import("csstype").MathStyleProperty | undefined;
2898
- "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
2899
- "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
2900
- "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2901
- "max-lines"?: import("csstype").MaxLinesProperty | undefined;
2902
- "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
2903
- "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
2904
- "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
2905
- "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
2906
- "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
2907
- "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
2908
- "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2909
- "motion-path"?: string | undefined;
2910
- "motion-rotation"?: string | undefined;
2911
- "object-fit"?: import("csstype").ObjectFitProperty | undefined;
2912
- "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2913
- "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
2914
- "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2915
- "offset-path"?: string | undefined;
2916
- "offset-rotate"?: string | undefined;
2917
- "offset-rotation"?: string | undefined;
2918
- "outline-color"?: string | undefined;
2919
- "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
2920
- "outline-style"?: string | undefined;
2921
- "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2922
- "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
2923
- "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
2924
- "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
2925
- "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
2926
- "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
2927
- "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
2928
- "overflow-x"?: import("csstype").OverflowXProperty | undefined;
2929
- "overflow-y"?: import("csstype").OverflowYProperty | undefined;
2930
- "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
2931
- "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
2932
- "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
2933
- "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
2934
- "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
2935
- "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
2936
- "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
2937
- "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
2938
- "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
2939
- "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2940
- "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2941
- "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
2942
- "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
2943
- "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
2944
- "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
2945
- "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
2946
- "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
2947
- "paint-order"?: string | undefined;
2948
- "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2949
- "place-content"?: string | undefined;
2950
- "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
2951
- "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
2952
- "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
2953
- "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
2954
- "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
2955
- "ruby-position"?: string | undefined;
2956
- "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
2957
- "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2958
- "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
2959
- "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
2960
- "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
2961
- "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2962
- "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
2963
- "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
2964
- "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
2965
- "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2966
- "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2967
- "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2968
- "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
2969
- "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
2970
- "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
2971
- "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
2972
- "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
2973
- "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
2974
- "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
2975
- "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
2976
- "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
2977
- "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
2978
- "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
2979
- "scroll-snap-align"?: string | undefined;
2980
- "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2981
- "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2982
- "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2983
- "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2984
- "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2985
- "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
2986
- "scroll-snap-type"?: string | undefined;
2987
- "scrollbar-color"?: string | undefined;
2988
- "scrollbar-gutter"?: string | undefined;
2989
- "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
2990
- "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
2991
- "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2992
- "shape-outside"?: string | undefined;
2993
- "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
2994
- "table-layout"?: import("csstype").TableLayoutProperty | undefined;
2995
- "text-align"?: import("csstype").TextAlignProperty | undefined;
2996
- "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
2997
- "text-combine-upright"?: string | undefined;
2998
- "text-decoration-color"?: string | undefined;
2999
- "text-decoration-line"?: string | undefined;
3000
- "text-decoration-skip"?: string | undefined;
3001
- "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
3002
- "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
3003
- "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
3004
- "text-emphasis-color"?: string | undefined;
3005
- "text-emphasis-position"?: string | undefined;
3006
- "text-emphasis-style"?: string | undefined;
3007
- "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
3008
- "text-justify"?: import("csstype").TextJustifyProperty | undefined;
3009
- "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
3010
- "text-overflow"?: string | undefined;
3011
- "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
3012
- "text-shadow"?: string | undefined;
3013
- "text-size-adjust"?: string | undefined;
3014
- "text-transform"?: import("csstype").TextTransformProperty | undefined;
3015
- "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
3016
- "text-underline-position"?: string | undefined;
3017
- "touch-action"?: string | undefined;
3018
- "transform-box"?: import("csstype").TransformBoxProperty | undefined;
3019
- "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3020
- "transform-style"?: import("csstype").TransformStyleProperty | undefined;
3021
- "transition-delay"?: string | undefined;
3022
- "transition-duration"?: string | undefined;
3023
- "transition-property"?: string | undefined;
3024
- "transition-timing-function"?: string | undefined;
3025
- "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
3026
- "user-select"?: import("csstype").UserSelectProperty | undefined;
3027
- "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
3028
- "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
3029
- "will-change"?: string | undefined;
3030
- "word-break"?: import("csstype").WordBreakProperty | undefined;
3031
- "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
3032
- "word-wrap"?: import("csstype").WordWrapProperty | undefined;
3033
- "writing-mode"?: import("csstype").WritingModeProperty | undefined;
3034
- "z-index"?: import("csstype").ZIndexProperty | undefined;
3035
- "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
3036
- "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
3037
- "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
3038
- "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
3039
- "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
3040
- "border-color"?: string | undefined;
3041
- "border-image"?: import("csstype").BorderImageProperty | undefined;
3042
- "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
3043
- "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
3044
- "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
3045
- "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
3046
- "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
3047
- "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
3048
- "border-style"?: string | undefined;
3049
- "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
3050
- "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
3051
- "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
3052
- "flex-flow"?: string | undefined;
3053
- "grid-area"?: import("csstype").GridAreaProperty | undefined;
3054
- "grid-column"?: import("csstype").GridColumnProperty | undefined;
3055
- "grid-row"?: import("csstype").GridRowProperty | undefined;
3056
- "grid-template"?: string | undefined;
3057
- "line-clamp"?: import("csstype").LineClampProperty | undefined;
3058
- "list-style"?: string | undefined;
3059
- "mask-border"?: import("csstype").MaskBorderProperty | undefined;
3060
- "overscroll-behavior"?: string | undefined;
3061
- "place-items"?: string | undefined;
3062
- "place-self"?: string | undefined;
3063
- "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
3064
- "text-emphasis"?: string | undefined;
3065
- "-moz-animation-delay"?: string | undefined;
3066
- "-moz-animation-direction"?: string | undefined;
3067
- "-moz-animation-duration"?: string | undefined;
3068
- "-moz-animation-fill-mode"?: string | undefined;
3069
- "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
3070
- "-moz-animation-name"?: string | undefined;
3071
- "-moz-animation-play-state"?: string | undefined;
3072
- "-moz-animation-timing-function"?: string | undefined;
3073
- "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
3074
- "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
3075
- "-moz-border-bottom-colors"?: string | undefined;
3076
- "-moz-border-end-color"?: string | undefined;
3077
- "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
3078
- "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
3079
- "-moz-border-left-colors"?: string | undefined;
3080
- "-moz-border-right-colors"?: string | undefined;
3081
- "-moz-border-start-color"?: string | undefined;
3082
- "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
3083
- "-moz-border-top-colors"?: string | undefined;
3084
- "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
3085
- "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
3086
- "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
3087
- "-moz-column-rule-color"?: string | undefined;
3088
- "-moz-column-rule-style"?: string | undefined;
3089
- "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
3090
- "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
3091
- "-moz-context-properties"?: string | undefined;
3092
- "-moz-font-feature-settings"?: string | undefined;
3093
- "-moz-font-language-override"?: string | undefined;
3094
- "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
3095
- "-moz-image-region"?: string | undefined;
3096
- "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
3097
- "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
3098
- "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
3099
- "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
3100
- "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
3101
- "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
3102
- "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
3103
- "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
3104
- "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
3105
- "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
3106
- "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
3107
- "-moz-text-size-adjust"?: string | undefined;
3108
- "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3109
- "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
3110
- "-moz-transition-delay"?: string | undefined;
3111
- "-moz-transition-duration"?: string | undefined;
3112
- "-moz-transition-property"?: string | undefined;
3113
- "-moz-transition-timing-function"?: string | undefined;
3114
- "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
3115
- "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
3116
- "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
3117
- "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
3118
- "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
3119
- "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
3120
- "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
3121
- "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
3122
- "-ms-content-zoom-limit-max"?: string | undefined;
3123
- "-ms-content-zoom-limit-min"?: string | undefined;
3124
- "-ms-content-zoom-snap-points"?: string | undefined;
3125
- "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
3126
- "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
3127
- "-ms-filter"?: string | undefined;
3128
- "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
3129
- "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
3130
- "-ms-flow-from"?: string | undefined;
3131
- "-ms-flow-into"?: string | undefined;
3132
- "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
3133
- "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
3134
- "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
3135
- "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
3136
- "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
3137
- "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
3138
- "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
3139
- "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
3140
- "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
3141
- "-ms-order"?: import("csstype").GlobalsNumber | undefined;
3142
- "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
3143
- "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
3144
- "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
3145
- "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
3146
- "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
3147
- "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
3148
- "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
3149
- "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
3150
- "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
3151
- "-ms-scroll-snap-points-x"?: string | undefined;
3152
- "-ms-scroll-snap-points-y"?: string | undefined;
3153
- "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
3154
- "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
3155
- "-ms-scrollbar-3dlight-color"?: string | undefined;
3156
- "-ms-scrollbar-arrow-color"?: string | undefined;
3157
- "-ms-scrollbar-base-color"?: string | undefined;
3158
- "-ms-scrollbar-darkshadow-color"?: string | undefined;
3159
- "-ms-scrollbar-face-color"?: string | undefined;
3160
- "-ms-scrollbar-highlight-color"?: string | undefined;
3161
- "-ms-scrollbar-shadow-color"?: string | undefined;
3162
- "-ms-scrollbar-track-color"?: string | undefined;
3163
- "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
3164
- "-ms-text-combine-horizontal"?: string | undefined;
3165
- "-ms-text-overflow"?: string | undefined;
3166
- "-ms-touch-action"?: string | undefined;
3167
- "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
3168
- "-ms-transform"?: string | undefined;
3169
- "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3170
- "-ms-transition-delay"?: string | undefined;
3171
- "-ms-transition-duration"?: string | undefined;
3172
- "-ms-transition-property"?: string | undefined;
3173
- "-ms-transition-timing-function"?: string | undefined;
3174
- "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
3175
- "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
3176
- "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
3177
- "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
3178
- "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
3179
- "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
3180
- "-webkit-align-content"?: string | undefined;
3181
- "-webkit-align-items"?: string | undefined;
3182
- "-webkit-align-self"?: string | undefined;
3183
- "-webkit-animation-delay"?: string | undefined;
3184
- "-webkit-animation-direction"?: string | undefined;
3185
- "-webkit-animation-duration"?: string | undefined;
3186
- "-webkit-animation-fill-mode"?: string | undefined;
3187
- "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
3188
- "-webkit-animation-name"?: string | undefined;
3189
- "-webkit-animation-play-state"?: string | undefined;
3190
- "-webkit-animation-timing-function"?: string | undefined;
3191
- "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
3192
- "-webkit-backdrop-filter"?: string | undefined;
3193
- "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
3194
- "-webkit-background-clip"?: string | undefined;
3195
- "-webkit-background-origin"?: string | undefined;
3196
- "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
3197
- "-webkit-border-before-color"?: string | undefined;
3198
- "-webkit-border-before-style"?: string | undefined;
3199
- "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
3200
- "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
3201
- "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
3202
- "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
3203
- "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
3204
- "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
3205
- "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
3206
- "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
3207
- "-webkit-box-shadow"?: string | undefined;
3208
- "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
3209
- "-webkit-clip-path"?: string | undefined;
3210
- "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
3211
- "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
3212
- "-webkit-column-rule-color"?: string | undefined;
3213
- "-webkit-column-rule-style"?: string | undefined;
3214
- "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
3215
- "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
3216
- "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
3217
- "-webkit-filter"?: string | undefined;
3218
- "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
3219
- "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
3220
- "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
3221
- "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
3222
- "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
3223
- "-webkit-font-feature-settings"?: string | undefined;
3224
- "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
3225
- "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
3226
- "-webkit-font-variant-ligatures"?: string | undefined;
3227
- "-webkit-hyphenate-character"?: string | undefined;
3228
- "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
3229
- "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
3230
- "-webkit-justify-content"?: string | undefined;
3231
- "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
3232
- "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
3233
- "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
3234
- "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
3235
- "-webkit-mask-attachment"?: string | undefined;
3236
- "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
3237
- "-webkit-mask-box-image-repeat"?: string | undefined;
3238
- "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
3239
- "-webkit-mask-box-image-source"?: string | undefined;
3240
- "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
3241
- "-webkit-mask-clip"?: string | undefined;
3242
- "-webkit-mask-composite"?: string | undefined;
3243
- "-webkit-mask-image"?: string | undefined;
3244
- "-webkit-mask-origin"?: string | undefined;
3245
- "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
3246
- "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
3247
- "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
3248
- "-webkit-mask-repeat"?: string | undefined;
3249
- "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
3250
- "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
3251
- "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
3252
- "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
3253
- "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
3254
- "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
3255
- "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
3256
- "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
3257
- "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
3258
- "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
3259
- "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
3260
- "-webkit-ruby-position"?: string | undefined;
3261
- "-webkit-scroll-snap-type"?: string | undefined;
3262
- "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
3263
- "-webkit-tap-highlight-color"?: string | undefined;
3264
- "-webkit-text-combine"?: string | undefined;
3265
- "-webkit-text-decoration-color"?: string | undefined;
3266
- "-webkit-text-decoration-line"?: string | undefined;
3267
- "-webkit-text-decoration-skip"?: string | undefined;
3268
- "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
3269
- "-webkit-text-emphasis-color"?: string | undefined;
3270
- "-webkit-text-emphasis-position"?: string | undefined;
3271
- "-webkit-text-emphasis-style"?: string | undefined;
3272
- "-webkit-text-fill-color"?: string | undefined;
3273
- "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
3274
- "-webkit-text-size-adjust"?: string | undefined;
3275
- "-webkit-text-stroke-color"?: string | undefined;
3276
- "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
3277
- "-webkit-text-underline-position"?: string | undefined;
3278
- "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
3279
- "-webkit-transform"?: string | undefined;
3280
- "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3281
- "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
3282
- "-webkit-transition-delay"?: string | undefined;
3283
- "-webkit-transition-duration"?: string | undefined;
3284
- "-webkit-transition-property"?: string | undefined;
3285
- "-webkit-transition-timing-function"?: string | undefined;
3286
- "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
3287
- "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
3288
- "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
3289
- "-moz-animation"?: import("csstype").AnimationProperty | undefined;
3290
- "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
3291
- "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
3292
- "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
3293
- "-moz-transition"?: string | undefined;
3294
- "-ms-content-zoom-limit"?: string | undefined;
3295
- "-ms-content-zoom-snap"?: string | undefined;
3296
- "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
3297
- "-ms-scroll-limit"?: string | undefined;
3298
- "-ms-scroll-snap-x"?: string | undefined;
3299
- "-ms-scroll-snap-y"?: string | undefined;
3300
- "-ms-transition"?: string | undefined;
3301
- "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
3302
- "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
3303
- "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
3304
- "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
3305
- "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
3306
- "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
3307
- "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
3308
- "-webkit-flex-flow"?: string | undefined;
3309
- "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
3310
- "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
3311
- "-webkit-text-emphasis"?: string | undefined;
3312
- "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
3313
- "-webkit-transition"?: string | undefined;
3314
- "box-align"?: import("csstype").BoxAlignProperty | undefined;
3315
- "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3316
- "box-flex"?: import("csstype").GlobalsNumber | undefined;
3317
- "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
3318
- "box-lines"?: import("csstype").BoxLinesProperty | undefined;
3319
- "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3320
- "box-orient"?: import("csstype").BoxOrientProperty | undefined;
3321
- "box-pack"?: import("csstype").BoxPackProperty | undefined;
3322
- "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
3323
- "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
3324
- "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
3325
- "ime-mode"?: import("csstype").ImeModeProperty | undefined;
3326
- "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
3327
- "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
3328
- "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
3329
- "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
3330
- "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
3331
- "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
3332
- "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
3333
- "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
3334
- "scroll-snap-points-x"?: string | undefined;
3335
- "scroll-snap-points-y"?: string | undefined;
3336
- "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
3337
- "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
3338
- "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
3339
- "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3340
- "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
3341
- "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
3342
- "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
3343
- "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3344
- "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
3345
- "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
3346
- "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
3347
- "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
3348
- "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
3349
- "-moz-background-clip"?: string | undefined;
3350
- "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
3351
- "-moz-background-origin"?: string | undefined;
3352
- "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
3353
- "-moz-binding"?: string | undefined;
3354
- "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
3355
- "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
3356
- "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
3357
- "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
3358
- "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
3359
- "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
3360
- "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3361
- "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
3362
- "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3363
- "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
3364
- "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
3365
- "-moz-box-shadow"?: string | undefined;
3366
- "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
3367
- "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
3368
- "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
3369
- "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
3370
- "-moz-outline-color"?: string | undefined;
3371
- "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
3372
- "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
3373
- "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
3374
- "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
3375
- "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
3376
- "-moz-outline-style"?: string | undefined;
3377
- "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
3378
- "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
3379
- "-moz-text-decoration-color"?: string | undefined;
3380
- "-moz-text-decoration-line"?: string | undefined;
3381
- "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
3382
- "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
3383
- "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
3384
- "-o-animation"?: import("csstype").AnimationProperty | undefined;
3385
- "-o-animation-delay"?: string | undefined;
3386
- "-o-animation-direction"?: string | undefined;
3387
- "-o-animation-duration"?: string | undefined;
3388
- "-o-animation-fill-mode"?: string | undefined;
3389
- "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
3390
- "-o-animation-name"?: string | undefined;
3391
- "-o-animation-play-state"?: string | undefined;
3392
- "-o-animation-timing-function"?: string | undefined;
3393
- "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
3394
- "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
3395
- "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
3396
- "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
3397
- "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
3398
- "-o-text-overflow"?: string | undefined;
3399
- "-o-transform"?: string | undefined;
3400
- "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
3401
- "-o-transition"?: string | undefined;
3402
- "-o-transition-delay"?: string | undefined;
3403
- "-o-transition-duration"?: string | undefined;
3404
- "-o-transition-property"?: string | undefined;
3405
- "-o-transition-timing-function"?: string | undefined;
3406
- "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
3407
- "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
3408
- "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
3409
- "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
3410
- "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
3411
- "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
3412
- "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
3413
- "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
3414
- "-webkit-scroll-snap-points-x"?: string | undefined;
3415
- "-webkit-scroll-snap-points-y"?: string | undefined;
3416
- "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
3417
- "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
3418
- "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
3419
- "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
3420
- "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
3421
- "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
3422
- "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
3423
- "fill-rule"?: import("csstype").FillRuleProperty | undefined;
3424
- "flood-color"?: string | undefined;
3425
- "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
3426
- "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
3427
- "lighting-color"?: string | undefined;
3428
- "marker-end"?: string | undefined;
3429
- "marker-mid"?: string | undefined;
3430
- "marker-start"?: string | undefined;
3431
- "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
3432
- "stop-color"?: string | undefined;
3433
- "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
3434
- "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
3435
- "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
3436
- "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
3437
- "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
3438
- "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
3439
- "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
3440
- "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
3441
- "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
3442
- "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
3443
- } | undefined;
3444
- childFieldStrategy?: "checked" | "all" | undefined;
3445
- validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
3446
- reactions?: {
3447
- [x: string]: any;
3448
- dependencies?: string[] | undefined;
3449
- target?: string | undefined;
3450
- effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3451
- when?: string | boolean | undefined;
3452
- fulfill?: {
3453
- state?: import("../../../es/shared/types").AnyObject | undefined;
3454
- run?: string | undefined;
3455
- } | undefined;
3456
- otherwise?: {
3457
- state?: import("../../../es/shared/types").AnyObject | undefined;
3458
- run?: string | undefined;
3459
- } | undefined;
3460
- } | {
3461
- [x: string]: any;
3462
- dependencies?: string[] | undefined;
3463
- target?: string | undefined;
3464
- effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
3465
- when?: string | boolean | undefined;
3466
- fulfill?: {
3467
- state?: import("../../../es/shared/types").AnyObject | undefined;
3468
- run?: string | undefined;
3469
- } | undefined;
3470
- otherwise?: {
3471
- state?: import("../../../es/shared/types").AnyObject | undefined;
3472
- run?: string | undefined;
3473
- } | undefined;
3474
- }[] | undefined;
3475
- } | undefined;
3476
- __new?: boolean | undefined;
3477
- __isCombinationChild?: boolean | undefined;
3478
- __extra?: boolean | undefined;
3479
- }[]>;
3480
- addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
3481
- parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
3482
- currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
3483
- formConfigEditRef: import("vue").Ref<{
3484
- validate: import("../../../es/shared/types").Func<any[], any>;
3485
- } | undefined>;
3486
- transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
3487
- inverseTransform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
3488
- extraValueRef: import("vue").WritableComputedRef<any>;
3489
- _extraOptions: import("vue").Ref<{
17
+ }, {
18
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
19
+ maxHeight: {
20
+ type: StringConstructor;
21
+ };
22
+ fieldVisitor: {
23
+ type: import("vue").PropType<import("./src/types").FormConfigVisitor>;
24
+ };
25
+ textFormatter: {
26
+ type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
27
+ };
28
+ formRenderRef: {
29
+ type: import("vue").PropType<import("..").FormRenderExpose>;
30
+ };
31
+ }>> & {}>>;
32
+ uuid: string;
33
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
34
+ getCommonConfig: (formConfig?: import("./src/types").FormConfigItem | undefined) => {
35
+ move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
36
+ onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
37
+ onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
38
+ tag: string;
39
+ forceFallback: boolean;
40
+ animation: string;
41
+ 'item-key': string;
42
+ group: string;
43
+ };
44
+ fieldListRef: import("vue").Ref<{
3490
45
  key: string;
3491
46
  layoutWidthEnum: import("./src/types").FormConfigWidth;
3492
47
  type: string;
@@ -5197,9 +1752,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5197
1752
  } | undefined;
5198
1753
  __new?: boolean | undefined;
5199
1754
  __isCombinationChild?: boolean | undefined;
5200
- __extra?: boolean | undefined;
5201
1755
  }[]>;
5202
- extraOptions: import("vue").ComputedRef<{
1756
+ materialListRef: import("vue").Ref<{
5203
1757
  key: string;
5204
1758
  layoutWidthEnum: import("./src/types").FormConfigWidth;
5205
1759
  type: string;
@@ -6910,9 +3464,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6910
3464
  } | undefined;
6911
3465
  __new?: boolean | undefined;
6912
3466
  __isCombinationChild?: boolean | undefined;
6913
- __extra?: boolean | undefined;
6914
3467
  }[]>;
6915
- onFocus: () => Promise<void>;
3468
+ addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
3469
+ parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
3470
+ currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
3471
+ formConfigEditRef: import("vue").Ref<{
3472
+ validate: import("../../../es/shared/types").Func<any[], any>;
3473
+ } | undefined>;
3474
+ transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
3475
+ inverseTransform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
6916
3476
  Draggable: import("vue").DefineComponent<{
6917
3477
  list: {
6918
3478
  type: ArrayConstructor;
@@ -7118,7 +3678,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7118
3678
  onSetup(): void;
7119
3679
  beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
7120
3680
  afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
7121
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7122
3681
  }>>;
7123
3682
  };
7124
3683
  requestInstance: {
@@ -7138,10 +3697,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7138
3697
  type: (BooleanConstructor | StringConstructor)[];
7139
3698
  default: boolean;
7140
3699
  };
7141
- uniqueCacheData: {
7142
- type: BooleanConstructor;
7143
- default: boolean;
7144
- };
7145
3700
  }, {
7146
3701
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
7147
3702
  fieldList: {
@@ -7255,7 +3810,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7255
3810
  onSetup(): void;
7256
3811
  beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
7257
3812
  afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
7258
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7259
3813
  }>>;
7260
3814
  };
7261
3815
  requestInstance: {
@@ -7275,16 +3829,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7275
3829
  type: (BooleanConstructor | StringConstructor)[];
7276
3830
  default: boolean;
7277
3831
  };
7278
- uniqueCacheData: {
7279
- type: BooleanConstructor;
7280
- default: boolean;
7281
- };
7282
3832
  }>> & {
7283
3833
  onFormChange?: ((...args: any[]) => any) | undefined;
7284
3834
  onScroll?: ((...args: any[]) => any) | undefined;
7285
3835
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
7286
3836
  }>>;
7287
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
3837
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
7288
3838
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
7289
3839
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
7290
3840
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -7304,17 +3854,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7304
3854
  title: string;
7305
3855
  }[]>;
7306
3856
  onScroll: (scrollEvent: Event) => void;
7307
- callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
7308
- onSetup(): void;
7309
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
7310
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
7311
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7312
- }>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
7313
- onSetup(): void;
7314
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
7315
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
7316
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7317
- }>>[T_2]>>;
7318
3857
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
7319
3858
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
7320
3859
  setGraph: (field: import("@formily/core").GeneralField) => void;
@@ -7458,11 +3997,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7458
3997
  onFocus: (...args: any[]) => Promise<void>;
7459
3998
  onBlur: (...args: any[]) => Promise<void>;
7460
3999
  onInput: (...args: any[]) => Promise<void>;
7461
- editable: boolean;
7462
4000
  reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
7463
4001
  title: string;
4002
+ editable: boolean;
7464
4003
  visible: boolean;
7465
- submit: <T_3>(onSubmit?: ((values: any) => void | Promise<T_3>) | undefined) => Promise<T_3>;
4004
+ submit: <T_2>(onSubmit?: ((values: any) => void | Promise<T_2>) | undefined) => Promise<T_2>;
7466
4005
  validator: import("@formily/core").FieldValidator;
7467
4006
  pattern: import("@formily/core").FieldPatternTypes;
7468
4007
  content: any;
@@ -7606,7 +4145,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7606
4145
  readonly displayDirective: "if" | "show" | "show:lazy";
7607
4146
  }>;
7608
4147
  NTabs: any;
7609
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4148
+ }, 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<{
7610
4149
  fieldList: {
7611
4150
  type: import("vue").PropType<import("..").FieldItem[]>;
7612
4151
  };
@@ -7718,7 +4257,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7718
4257
  onSetup(): void;
7719
4258
  beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
7720
4259
  afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
7721
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
7722
4260
  }>>;
7723
4261
  };
7724
4262
  requestInstance: {
@@ -7738,10 +4276,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7738
4276
  type: (BooleanConstructor | StringConstructor)[];
7739
4277
  default: boolean;
7740
4278
  };
7741
- uniqueCacheData: {
7742
- type: BooleanConstructor;
7743
- default: boolean;
7744
- };
7745
4279
  }>> & {
7746
4280
  onFormChange?: ((...args: any[]) => any) | undefined;
7747
4281
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -7758,7 +4292,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7758
4292
  enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
7759
4293
  linebarAutoHidden: boolean;
7760
4294
  bordered: string | boolean;
7761
- uniqueCacheData: boolean;
7762
4295
  }>;
7763
4296
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
7764
4297
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -11311,7 +7844,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11311
7844
  } | undefined;
11312
7845
  __new?: boolean | undefined;
11313
7846
  __isCombinationChild?: boolean | undefined;
11314
- __extra?: boolean | undefined;
11315
7847
  }[] | undefined;
11316
7848
  originalSetting?: {
11317
7849
  [x: string]: any;
@@ -13008,7 +9540,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13008
9540
  } | undefined;
13009
9541
  __new?: boolean | undefined;
13010
9542
  __isCombinationChild?: boolean | undefined;
13011
- __extra?: boolean | undefined;
13012
9543
  }>;
13013
9544
  generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
13014
9545
  showModal: import("vue").Ref<boolean>;
@@ -13134,7 +9665,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13134
9665
  onSetup(): void;
13135
9666
  beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
13136
9667
  afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
13137
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13138
9668
  }>>;
13139
9669
  };
13140
9670
  requestInstance: {
@@ -13154,10 +9684,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13154
9684
  type: (BooleanConstructor | StringConstructor)[];
13155
9685
  default: boolean;
13156
9686
  };
13157
- uniqueCacheData: {
13158
- type: BooleanConstructor;
13159
- default: boolean;
13160
- };
13161
9687
  }, {
13162
9688
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13163
9689
  fieldList: {
@@ -13271,7 +9797,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13271
9797
  onSetup(): void;
13272
9798
  beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
13273
9799
  afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
13274
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13275
9800
  }>>;
13276
9801
  };
13277
9802
  requestInstance: {
@@ -13291,16 +9816,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13291
9816
  type: (BooleanConstructor | StringConstructor)[];
13292
9817
  default: boolean;
13293
9818
  };
13294
- uniqueCacheData: {
13295
- type: BooleanConstructor;
13296
- default: boolean;
13297
- };
13298
9819
  }>> & {
13299
9820
  onFormChange?: ((...args: any[]) => any) | undefined;
13300
9821
  onScroll?: ((...args: any[]) => any) | undefined;
13301
9822
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
13302
9823
  }>>;
13303
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
9824
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
13304
9825
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
13305
9826
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
13306
9827
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -13320,17 +9841,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13320
9841
  title: string;
13321
9842
  }[]>;
13322
9843
  onScroll: (scrollEvent: Event) => void;
13323
- callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
13324
- onSetup(): void;
13325
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
13326
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
13327
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13328
- }>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
13329
- onSetup(): void;
13330
- beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
13331
- afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
13332
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13333
- }>>[T_2]>>;
13334
9844
  triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
13335
9845
  observeFormGraph: Record<string, import("@formily/core").GeneralField>;
13336
9846
  setGraph: (field: import("@formily/core").GeneralField) => void;
@@ -13474,11 +9984,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13474
9984
  onFocus: (...args: any[]) => Promise<void>;
13475
9985
  onBlur: (...args: any[]) => Promise<void>;
13476
9986
  onInput: (...args: any[]) => Promise<void>;
13477
- editable: boolean;
13478
9987
  reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
13479
9988
  title: string;
9989
+ editable: boolean;
13480
9990
  visible: boolean;
13481
- submit: <T_3>(onSubmit?: ((values: any) => void | Promise<T_3>) | undefined) => Promise<T_3>;
9991
+ submit: <T_2>(onSubmit?: ((values: any) => void | Promise<T_2>) | undefined) => Promise<T_2>;
13482
9992
  validator: import("@formily/core").FieldValidator;
13483
9993
  pattern: import("@formily/core").FieldPatternTypes;
13484
9994
  content: any;
@@ -13622,7 +10132,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13622
10132
  readonly displayDirective: "if" | "show" | "show:lazy";
13623
10133
  }>;
13624
10134
  NTabs: any;
13625
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10135
+ }, 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<{
13626
10136
  fieldList: {
13627
10137
  type: import("vue").PropType<import("..").FieldItem[]>;
13628
10138
  };
@@ -13734,7 +10244,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13734
10244
  onSetup(): void;
13735
10245
  beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
13736
10246
  afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
13737
- afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
13738
10247
  }>>;
13739
10248
  };
13740
10249
  requestInstance: {
@@ -13754,10 +10263,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13754
10263
  type: (BooleanConstructor | StringConstructor)[];
13755
10264
  default: boolean;
13756
10265
  };
13757
- uniqueCacheData: {
13758
- type: BooleanConstructor;
13759
- default: boolean;
13760
- };
13761
10266
  }>> & {
13762
10267
  onFormChange?: ((...args: any[]) => any) | undefined;
13763
10268
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -13774,7 +10279,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13774
10279
  enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
13775
10280
  linebarAutoHidden: boolean;
13776
10281
  bordered: string | boolean;
13777
- uniqueCacheData: boolean;
13778
10282
  }>;
13779
10283
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
13780
10284
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -13795,10 +10299,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13795
10299
  type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
13796
10300
  required: true;
13797
10301
  };
13798
- materialList: {
13799
- type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
13800
- default: () => never[];
13801
- };
13802
10302
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13803
10303
  formConfigItem: {
13804
10304
  type: import("vue").PropType<import("./src/types").FormConfigItem>;
@@ -13808,16 +10308,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13808
10308
  type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
13809
10309
  required: true;
13810
10310
  };
13811
- materialList: {
13812
- type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
13813
- default: () => never[];
13814
- };
13815
- }>>, {
13816
- materialList: import("./src/types").FormConfigItem[];
13817
- }>;
10311
+ }>>, {}>;
13818
10312
  FORM_CONFIG_GROUP: string;
13819
- NSelect: any;
13820
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem")[], "addItem" | "removeItem", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10313
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13821
10314
  maxHeight: {
13822
10315
  type: StringConstructor;
13823
10316
  };
@@ -13830,11 +10323,5 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13830
10323
  formRenderRef: {
13831
10324
  type: import("vue").PropType<import("..").FormRenderExpose>;
13832
10325
  };
13833
- extraMaterialList: {
13834
- type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
13835
- };
13836
- }>> & {
13837
- onAddItem?: ((...args: any[]) => any) | undefined;
13838
- onRemoveItem?: ((...args: any[]) => any) | undefined;
13839
- }, {}>>;
10326
+ }>>, {}>>;
13840
10327
  export default FormConfig;