cnhis-design-vue 3.1.45-release.0 → 3.1.45-release.2

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