@tenphi/tasty 0.0.0-snapshot.c8bdaeb → 0.0.0-snapshot.cae4fee

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 (303) hide show
  1. package/README.md +314 -159
  2. package/dist/async-storage-B7_o6FKt.js +44 -0
  3. package/dist/async-storage-B7_o6FKt.js.map +1 -0
  4. package/dist/collector-C-keQH9m.js +243 -0
  5. package/dist/collector-C-keQH9m.js.map +1 -0
  6. package/dist/collector-osfWTeRd.d.ts +108 -0
  7. package/dist/config-BBiyxMCe.js +10559 -0
  8. package/dist/config-BBiyxMCe.js.map +1 -0
  9. package/dist/config-BoZDUHW5.d.ts +945 -0
  10. package/dist/context-CkSg-kDT.js +24 -0
  11. package/dist/context-CkSg-kDT.js.map +1 -0
  12. package/dist/core/index.d.ts +5 -33
  13. package/dist/core/index.js +6 -26
  14. package/dist/core-BO4319td.js +1598 -0
  15. package/dist/core-BO4319td.js.map +1 -0
  16. package/dist/css-writer-BWvwQzz0.js +351 -0
  17. package/dist/css-writer-BWvwQzz0.js.map +1 -0
  18. package/dist/format-global-rules-Dbc_1tc3.js +22 -0
  19. package/dist/format-global-rules-Dbc_1tc3.js.map +1 -0
  20. package/dist/format-rules-BSjeH4Z7.js +143 -0
  21. package/dist/format-rules-BSjeH4Z7.js.map +1 -0
  22. package/dist/hydrate-CcvrP4qJ.js +45 -0
  23. package/dist/hydrate-CcvrP4qJ.js.map +1 -0
  24. package/dist/index-B_k47mc_.d.ts +1655 -0
  25. package/dist/index-tcHuMPFt.d.ts +1286 -0
  26. package/dist/index.d.ts +5 -48
  27. package/dist/index.js +731 -32
  28. package/dist/index.js.map +1 -0
  29. package/dist/keyframes-BUQhdOSJ.js +588 -0
  30. package/dist/keyframes-BUQhdOSJ.js.map +1 -0
  31. package/dist/{utils/merge-styles.d.ts → merge-styles-BMWcH6MF.d.ts} +3 -3
  32. package/dist/{utils/merge-styles.js → merge-styles-Cd2vBl9b.js} +4 -6
  33. package/dist/merge-styles-Cd2vBl9b.js.map +1 -0
  34. package/dist/{utils/resolve-recipes.js → resolve-recipes-C1nrvnYh.js} +5 -8
  35. package/dist/resolve-recipes-C1nrvnYh.js.map +1 -0
  36. package/dist/ssr/astro-client.d.ts +1 -0
  37. package/dist/ssr/astro-client.js +19 -0
  38. package/dist/ssr/astro-client.js.map +1 -0
  39. package/dist/ssr/astro-middleware.d.ts +15 -0
  40. package/dist/ssr/astro-middleware.js +19 -0
  41. package/dist/ssr/astro-middleware.js.map +1 -0
  42. package/dist/ssr/astro.d.ts +97 -0
  43. package/dist/ssr/astro.js +149 -0
  44. package/dist/ssr/astro.js.map +1 -0
  45. package/dist/ssr/index.d.ts +44 -0
  46. package/dist/ssr/index.js +10 -0
  47. package/dist/ssr/index.js.map +1 -0
  48. package/dist/ssr/next.d.ts +46 -0
  49. package/dist/ssr/next.js +75 -0
  50. package/dist/ssr/next.js.map +1 -0
  51. package/dist/static/index.d.ts +91 -5
  52. package/dist/static/index.js +49 -4
  53. package/dist/static/index.js.map +1 -0
  54. package/dist/static/inject.d.ts +5 -0
  55. package/dist/static/inject.js +17 -0
  56. package/dist/static/inject.js.map +1 -0
  57. package/dist/zero/babel.d.ts +57 -84
  58. package/dist/zero/babel.js +232 -40
  59. package/dist/zero/babel.js.map +1 -1
  60. package/dist/zero/index.d.ts +67 -3
  61. package/dist/zero/index.js +2 -4
  62. package/dist/zero/next.d.ts +56 -30
  63. package/dist/zero/next.js +105 -40
  64. package/dist/zero/next.js.map +1 -1
  65. package/docs/README.md +31 -0
  66. package/docs/adoption.md +298 -0
  67. package/docs/comparison.md +419 -0
  68. package/docs/configuration.md +438 -0
  69. package/docs/debug.md +320 -0
  70. package/docs/design-system.md +436 -0
  71. package/docs/dsl.md +690 -0
  72. package/docs/getting-started.md +217 -0
  73. package/docs/injector.md +544 -0
  74. package/docs/methodology.md +642 -0
  75. package/docs/pipeline.md +699 -0
  76. package/docs/react-api.md +581 -0
  77. package/docs/ssr.md +444 -0
  78. package/docs/styles.md +598 -0
  79. package/docs/tasty-static.md +547 -0
  80. package/package.json +70 -37
  81. package/tasty.config.ts +1 -0
  82. package/dist/_virtual/_rolldown/runtime.js +0 -8
  83. package/dist/chunks/cacheKey.js +0 -70
  84. package/dist/chunks/cacheKey.js.map +0 -1
  85. package/dist/chunks/definitions.d.ts +0 -37
  86. package/dist/chunks/definitions.js +0 -260
  87. package/dist/chunks/definitions.js.map +0 -1
  88. package/dist/chunks/renderChunk.js +0 -61
  89. package/dist/chunks/renderChunk.js.map +0 -1
  90. package/dist/config.d.ts +0 -280
  91. package/dist/config.js +0 -403
  92. package/dist/config.js.map +0 -1
  93. package/dist/debug.d.ts +0 -204
  94. package/dist/debug.js +0 -733
  95. package/dist/debug.js.map +0 -1
  96. package/dist/hooks/useGlobalStyles.d.ts +0 -27
  97. package/dist/hooks/useGlobalStyles.js +0 -56
  98. package/dist/hooks/useGlobalStyles.js.map +0 -1
  99. package/dist/hooks/useKeyframes.d.ts +0 -56
  100. package/dist/hooks/useKeyframes.js +0 -54
  101. package/dist/hooks/useKeyframes.js.map +0 -1
  102. package/dist/hooks/useProperty.d.ts +0 -79
  103. package/dist/hooks/useProperty.js +0 -91
  104. package/dist/hooks/useProperty.js.map +0 -1
  105. package/dist/hooks/useRawCSS.d.ts +0 -53
  106. package/dist/hooks/useRawCSS.js +0 -28
  107. package/dist/hooks/useRawCSS.js.map +0 -1
  108. package/dist/hooks/useStyles.d.ts +0 -40
  109. package/dist/hooks/useStyles.js +0 -169
  110. package/dist/hooks/useStyles.js.map +0 -1
  111. package/dist/injector/index.d.ts +0 -157
  112. package/dist/injector/index.js +0 -154
  113. package/dist/injector/index.js.map +0 -1
  114. package/dist/injector/injector.d.ts +0 -139
  115. package/dist/injector/injector.js +0 -404
  116. package/dist/injector/injector.js.map +0 -1
  117. package/dist/injector/sheet-manager.d.ts +0 -127
  118. package/dist/injector/sheet-manager.js +0 -714
  119. package/dist/injector/sheet-manager.js.map +0 -1
  120. package/dist/injector/types.d.ts +0 -135
  121. package/dist/keyframes/index.js +0 -206
  122. package/dist/keyframes/index.js.map +0 -1
  123. package/dist/parser/classify.js +0 -319
  124. package/dist/parser/classify.js.map +0 -1
  125. package/dist/parser/const.js +0 -33
  126. package/dist/parser/const.js.map +0 -1
  127. package/dist/parser/lru.js +0 -109
  128. package/dist/parser/lru.js.map +0 -1
  129. package/dist/parser/parser.d.ts +0 -25
  130. package/dist/parser/parser.js +0 -116
  131. package/dist/parser/parser.js.map +0 -1
  132. package/dist/parser/tokenizer.js +0 -69
  133. package/dist/parser/tokenizer.js.map +0 -1
  134. package/dist/parser/types.d.ts +0 -51
  135. package/dist/parser/types.js +0 -46
  136. package/dist/parser/types.js.map +0 -1
  137. package/dist/pipeline/conditions.d.ts +0 -134
  138. package/dist/pipeline/conditions.js +0 -406
  139. package/dist/pipeline/conditions.js.map +0 -1
  140. package/dist/pipeline/exclusive.js +0 -231
  141. package/dist/pipeline/exclusive.js.map +0 -1
  142. package/dist/pipeline/index.d.ts +0 -53
  143. package/dist/pipeline/index.js +0 -660
  144. package/dist/pipeline/index.js.map +0 -1
  145. package/dist/pipeline/materialize.js +0 -844
  146. package/dist/pipeline/materialize.js.map +0 -1
  147. package/dist/pipeline/parseStateKey.d.ts +0 -15
  148. package/dist/pipeline/parseStateKey.js +0 -438
  149. package/dist/pipeline/parseStateKey.js.map +0 -1
  150. package/dist/pipeline/simplify.js +0 -516
  151. package/dist/pipeline/simplify.js.map +0 -1
  152. package/dist/pipeline/warnings.js +0 -18
  153. package/dist/pipeline/warnings.js.map +0 -1
  154. package/dist/plugins/okhsl-plugin.d.ts +0 -35
  155. package/dist/plugins/okhsl-plugin.js +0 -371
  156. package/dist/plugins/okhsl-plugin.js.map +0 -1
  157. package/dist/plugins/types.d.ts +0 -69
  158. package/dist/properties/index.js +0 -158
  159. package/dist/properties/index.js.map +0 -1
  160. package/dist/states/index.d.ts +0 -49
  161. package/dist/states/index.js +0 -416
  162. package/dist/states/index.js.map +0 -1
  163. package/dist/static/tastyStatic.d.ts +0 -46
  164. package/dist/static/tastyStatic.js +0 -31
  165. package/dist/static/tastyStatic.js.map +0 -1
  166. package/dist/static/types.d.ts +0 -49
  167. package/dist/static/types.js +0 -24
  168. package/dist/static/types.js.map +0 -1
  169. package/dist/styles/align.d.ts +0 -15
  170. package/dist/styles/align.js +0 -14
  171. package/dist/styles/align.js.map +0 -1
  172. package/dist/styles/border.d.ts +0 -25
  173. package/dist/styles/border.js +0 -114
  174. package/dist/styles/border.js.map +0 -1
  175. package/dist/styles/color.d.ts +0 -14
  176. package/dist/styles/color.js +0 -23
  177. package/dist/styles/color.js.map +0 -1
  178. package/dist/styles/createStyle.js +0 -77
  179. package/dist/styles/createStyle.js.map +0 -1
  180. package/dist/styles/dimension.js +0 -97
  181. package/dist/styles/dimension.js.map +0 -1
  182. package/dist/styles/display.d.ts +0 -37
  183. package/dist/styles/display.js +0 -67
  184. package/dist/styles/display.js.map +0 -1
  185. package/dist/styles/fade.d.ts +0 -15
  186. package/dist/styles/fade.js +0 -58
  187. package/dist/styles/fade.js.map +0 -1
  188. package/dist/styles/fill.d.ts +0 -42
  189. package/dist/styles/fill.js +0 -51
  190. package/dist/styles/fill.js.map +0 -1
  191. package/dist/styles/flow.d.ts +0 -16
  192. package/dist/styles/flow.js +0 -12
  193. package/dist/styles/flow.js.map +0 -1
  194. package/dist/styles/gap.d.ts +0 -31
  195. package/dist/styles/gap.js +0 -37
  196. package/dist/styles/gap.js.map +0 -1
  197. package/dist/styles/height.d.ts +0 -17
  198. package/dist/styles/height.js +0 -20
  199. package/dist/styles/height.js.map +0 -1
  200. package/dist/styles/index.d.ts +0 -2
  201. package/dist/styles/index.js +0 -9
  202. package/dist/styles/index.js.map +0 -1
  203. package/dist/styles/inset.d.ts +0 -52
  204. package/dist/styles/inset.js +0 -150
  205. package/dist/styles/inset.js.map +0 -1
  206. package/dist/styles/justify.d.ts +0 -15
  207. package/dist/styles/justify.js +0 -14
  208. package/dist/styles/justify.js.map +0 -1
  209. package/dist/styles/list.d.ts +0 -16
  210. package/dist/styles/list.js +0 -98
  211. package/dist/styles/list.js.map +0 -1
  212. package/dist/styles/margin.d.ts +0 -24
  213. package/dist/styles/margin.js +0 -104
  214. package/dist/styles/margin.js.map +0 -1
  215. package/dist/styles/outline.d.ts +0 -29
  216. package/dist/styles/outline.js +0 -65
  217. package/dist/styles/outline.js.map +0 -1
  218. package/dist/styles/padding.d.ts +0 -24
  219. package/dist/styles/padding.js +0 -104
  220. package/dist/styles/padding.js.map +0 -1
  221. package/dist/styles/predefined.d.ts +0 -73
  222. package/dist/styles/predefined.js +0 -241
  223. package/dist/styles/predefined.js.map +0 -1
  224. package/dist/styles/preset.d.ts +0 -47
  225. package/dist/styles/preset.js +0 -126
  226. package/dist/styles/preset.js.map +0 -1
  227. package/dist/styles/radius.d.ts +0 -14
  228. package/dist/styles/radius.js +0 -51
  229. package/dist/styles/radius.js.map +0 -1
  230. package/dist/styles/scrollbar.d.ts +0 -21
  231. package/dist/styles/scrollbar.js +0 -112
  232. package/dist/styles/scrollbar.js.map +0 -1
  233. package/dist/styles/shadow.d.ts +0 -14
  234. package/dist/styles/shadow.js +0 -24
  235. package/dist/styles/shadow.js.map +0 -1
  236. package/dist/styles/styledScrollbar.d.ts +0 -47
  237. package/dist/styles/styledScrollbar.js +0 -38
  238. package/dist/styles/styledScrollbar.js.map +0 -1
  239. package/dist/styles/transition.d.ts +0 -14
  240. package/dist/styles/transition.js +0 -158
  241. package/dist/styles/transition.js.map +0 -1
  242. package/dist/styles/types.d.ts +0 -498
  243. package/dist/styles/width.d.ts +0 -17
  244. package/dist/styles/width.js +0 -20
  245. package/dist/styles/width.js.map +0 -1
  246. package/dist/tasty.d.ts +0 -982
  247. package/dist/tasty.js +0 -206
  248. package/dist/tasty.js.map +0 -1
  249. package/dist/tokens/typography.d.ts +0 -19
  250. package/dist/tokens/typography.js +0 -237
  251. package/dist/tokens/typography.js.map +0 -1
  252. package/dist/types.d.ts +0 -184
  253. package/dist/utils/cache-wrapper.js +0 -26
  254. package/dist/utils/cache-wrapper.js.map +0 -1
  255. package/dist/utils/case-converter.js +0 -8
  256. package/dist/utils/case-converter.js.map +0 -1
  257. package/dist/utils/colors.d.ts +0 -5
  258. package/dist/utils/colors.js +0 -9
  259. package/dist/utils/colors.js.map +0 -1
  260. package/dist/utils/css-types.d.ts +0 -7
  261. package/dist/utils/dotize.d.ts +0 -26
  262. package/dist/utils/dotize.js +0 -122
  263. package/dist/utils/dotize.js.map +0 -1
  264. package/dist/utils/filter-base-props.d.ts +0 -15
  265. package/dist/utils/filter-base-props.js +0 -45
  266. package/dist/utils/filter-base-props.js.map +0 -1
  267. package/dist/utils/get-display-name.d.ts +0 -7
  268. package/dist/utils/get-display-name.js +0 -10
  269. package/dist/utils/get-display-name.js.map +0 -1
  270. package/dist/utils/hsl-to-rgb.js +0 -38
  271. package/dist/utils/hsl-to-rgb.js.map +0 -1
  272. package/dist/utils/is-dev-env.js +0 -19
  273. package/dist/utils/is-dev-env.js.map +0 -1
  274. package/dist/utils/is-valid-element-type.js +0 -15
  275. package/dist/utils/is-valid-element-type.js.map +0 -1
  276. package/dist/utils/merge-styles.js.map +0 -1
  277. package/dist/utils/mod-attrs.d.ts +0 -8
  278. package/dist/utils/mod-attrs.js +0 -21
  279. package/dist/utils/mod-attrs.js.map +0 -1
  280. package/dist/utils/okhsl-to-rgb.js +0 -296
  281. package/dist/utils/okhsl-to-rgb.js.map +0 -1
  282. package/dist/utils/process-tokens.d.ts +0 -31
  283. package/dist/utils/process-tokens.js +0 -171
  284. package/dist/utils/process-tokens.js.map +0 -1
  285. package/dist/utils/resolve-recipes.d.ts +0 -17
  286. package/dist/utils/resolve-recipes.js.map +0 -1
  287. package/dist/utils/string.js +0 -8
  288. package/dist/utils/string.js.map +0 -1
  289. package/dist/utils/styles.d.ts +0 -178
  290. package/dist/utils/styles.js +0 -590
  291. package/dist/utils/styles.js.map +0 -1
  292. package/dist/utils/typography.d.ts +0 -36
  293. package/dist/utils/typography.js +0 -53
  294. package/dist/utils/typography.js.map +0 -1
  295. package/dist/utils/warnings.d.ts +0 -16
  296. package/dist/utils/warnings.js +0 -16
  297. package/dist/utils/warnings.js.map +0 -1
  298. package/dist/zero/css-writer.d.ts +0 -45
  299. package/dist/zero/css-writer.js +0 -74
  300. package/dist/zero/css-writer.js.map +0 -1
  301. package/dist/zero/extractor.d.ts +0 -24
  302. package/dist/zero/extractor.js +0 -150
  303. package/dist/zero/extractor.js.map +0 -1
package/dist/tasty.d.ts DELETED
@@ -1,982 +0,0 @@
1
- import { KeyframesSteps, PropertyDefinition } from "./injector/types.js";
2
- import { StyleValue, StyleValueStateMap } from "./utils/styles.js";
3
- import { Styles, StylesInterface } from "./styles/types.js";
4
- import { AllBaseProps, BaseProps, BaseStyleProps, Mods, Props, Tokens } from "./types.js";
5
- import * as react from "react";
6
- import { AllHTMLAttributes, ComponentType, ForwardRefExoticComponent, JSX, PropsWithoutRef, RefAttributes } from "react";
7
- import * as csstype from "csstype";
8
-
9
- //#region src/tasty.d.ts
10
- type StyleList = readonly (keyof { [key in keyof StylesInterface]: StylesInterface[key] })[];
11
- type PropsWithStyles = {
12
- styles?: Styles;
13
- } & Omit<Props, 'styles'>;
14
- type VariantMap = Record<string, Styles>;
15
- interface WithVariant<V extends VariantMap> {
16
- variant?: keyof V;
17
- }
18
- /**
19
- * Definition for a sub-element. Can be either:
20
- * - A tag name string (e.g., 'div', 'span')
21
- * - An object with configuration options
22
- */
23
- type SubElementDefinition<Tag extends keyof JSX.IntrinsicElements = 'div'> = Tag | {
24
- as?: Tag;
25
- qa?: string;
26
- qaVal?: string | number;
27
- };
28
- /**
29
- * Map of sub-element definitions.
30
- * Keys become the sub-component names (e.g., { Icon: 'span' } -> Component.Icon)
31
- */
32
- type ElementsDefinition = Record<string, SubElementDefinition<keyof JSX.IntrinsicElements>>;
33
- /**
34
- * Resolves the tag from a SubElementDefinition
35
- */
36
- type ResolveElementTag<T extends SubElementDefinition<any>> = T extends string ? T : T extends {
37
- as?: infer Tag;
38
- } ? Tag extends keyof JSX.IntrinsicElements ? Tag : 'div' : 'div';
39
- /**
40
- * Props for sub-element components.
41
- * Combines HTML attributes with tasty-specific props (qa, qaVal, mods, tokens, isDisabled, etc.)
42
- */
43
- type SubElementProps<Tag extends keyof JSX.IntrinsicElements = 'div'> = Omit<JSX.IntrinsicElements[Tag], 'ref' | 'color' | 'content' | 'translate'> & {
44
- qa?: string;
45
- qaVal?: string | number;
46
- mods?: Mods;
47
- tokens?: Tokens;
48
- isDisabled?: boolean;
49
- isHidden?: boolean;
50
- isChecked?: boolean;
51
- };
52
- /**
53
- * Generates the sub-element component types from an ElementsDefinition
54
- */
55
- type SubElementComponents<E extends ElementsDefinition> = { [K in keyof E]: ForwardRefExoticComponent<PropsWithoutRef<SubElementProps<ResolveElementTag<E[K]>>> & RefAttributes<ResolveElementTag<E[K]> extends keyof HTMLElementTagNameMap ? HTMLElementTagNameMap[ResolveElementTag<E[K]>] : Element>> };
56
- /**
57
- * Base type containing common properties shared between TastyProps and TastyElementOptions.
58
- * Separated to avoid code duplication while allowing different type constraints.
59
- */
60
- type TastyBaseProps<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = Record<string, never>> = {
61
- /** Default styles of the element. */styles?: Styles; /** The list of styles that can be provided by props */
62
- styleProps?: K;
63
- element?: BaseProps['element'];
64
- variants?: V; /** Default tokens for inline CSS custom properties */
65
- tokens?: Tokens; /** Sub-element definitions for compound components */
66
- elements?: E;
67
- } & Pick<BaseProps, 'qa' | 'qaVal'> & WithVariant<V>;
68
- type TastyProps<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = Record<string, never>, DefaultProps = Props> = TastyBaseProps<K, V, E> & {
69
- /** The tag name of the element or a React component. */as?: string | ComponentType<any>;
70
- } & Partial<Omit<DefaultProps, 'as' | 'styles' | 'styleProps' | 'tokens'>>;
71
- /**
72
- * TastyElementOptions is used for the element-creation overload of tasty().
73
- * It includes a Tag generic that allows TypeScript to infer the correct
74
- * HTML element type from the `as` prop.
75
- *
76
- * Note: Uses a separate index signature with `unknown` instead of inheriting
77
- * from Props (which has `any`) to ensure strict type checking for styles.
78
- */
79
- type TastyElementOptions<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = Record<string, never>, Tag extends keyof JSX.IntrinsicElements = 'div'> = TastyBaseProps<K, V, E> & {
80
- /** The tag name of the element or a React component. */as?: Tag | ComponentType<any>;
81
- } & Record<string, unknown>;
82
- type AllBasePropsWithMods<K extends StyleList> = AllBaseProps & { [key in K[number]]?: StyleValue<StylesInterface[key]> | StyleValueStateMap<StylesInterface[key]> } & BaseStyleProps;
83
- /**
84
- * Keys from BasePropsWithoutChildren that should be omitted from HTML attributes.
85
- * This excludes event handlers so they can be properly typed from JSX.IntrinsicElements.
86
- */
87
- type TastySpecificKeys = 'as' | 'qa' | 'qaVal' | 'element' | 'styles' | 'breakpoints' | 'block' | 'inline' | 'mods' | 'isHidden' | 'isDisabled' | 'css' | 'style' | 'theme' | 'tokens' | 'ref' | 'color';
88
- /**
89
- * Props type for tasty elements that combines:
90
- * - AllBasePropsWithMods for style props with strict tokens type
91
- * - HTML attributes for flexibility (properly typed based on tag)
92
- * - Variant support
93
- *
94
- * Uses AllHTMLAttributes as base for common attributes (like disabled),
95
- * but overrides event handlers with tag-specific types from JSX.IntrinsicElements.
96
- */
97
- type TastyElementProps<K extends StyleList, V extends VariantMap, Tag extends keyof JSX.IntrinsicElements = 'div'> = AllBasePropsWithMods<K> & WithVariant<V> & Omit<Omit<AllHTMLAttributes<HTMLElement>, keyof JSX.IntrinsicElements[Tag]> & JSX.IntrinsicElements[Tag], TastySpecificKeys | K[number]>;
98
- type TastyComponentPropsWithDefaults<Props extends PropsWithStyles, DefaultProps extends Partial<Props>> = keyof DefaultProps extends never ? Props : { [key in Extract<keyof Props, keyof DefaultProps>]?: Props[key] } & { [key in keyof Omit<Props, keyof DefaultProps>]: Props[key] };
99
- declare function tasty<K extends StyleList, V extends VariantMap, E extends ElementsDefinition = Record<string, never>, Tag extends keyof JSX.IntrinsicElements = 'div'>(options: TastyElementOptions<K, V, E, Tag>, secondArg?: never): ForwardRefExoticComponent<PropsWithoutRef<TastyElementProps<K, V, Tag>> & RefAttributes<unknown>> & SubElementComponents<E>;
100
- declare function tasty<Props extends PropsWithStyles, DefaultProps extends Partial<Props> = Partial<Props>>(Component: ComponentType<Props>, options?: TastyProps<never, never, Record<string, never>, Props>): ComponentType<TastyComponentPropsWithDefaults<Props, DefaultProps>>;
101
- declare const Element: ForwardRefExoticComponent<AllBaseProps<keyof HTMLElementTagNameMap> & {
102
- all?: StyleValue<csstype.Globals | undefined> | StyleValueStateMap<csstype.Globals | undefined>;
103
- page?: StyleValue<csstype.Property.Page | undefined> | StyleValueStateMap<csstype.Property.Page | undefined>;
104
- color?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
105
- fill?: StyleValue<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.7` | `#${string}.1` | `#${string}.2` | `#${string}.3` | `#${string}.4` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.07` | `#${string}.01` | `#${string}.02` | `#${string}.03` | `#${string}.04` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.70` | `#${string}.77` | `#${string}.71` | `#${string}.72` | `#${string}.73` | `#${string}.74` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.10` | `#${string}.17` | `#${string}.11` | `#${string}.12` | `#${string}.13` | `#${string}.14` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.27` | `#${string}.21` | `#${string}.22` | `#${string}.23` | `#${string}.24` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.30` | `#${string}.37` | `#${string}.31` | `#${string}.32` | `#${string}.33` | `#${string}.34` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.40` | `#${string}.47` | `#${string}.41` | `#${string}.42` | `#${string}.43` | `#${string}.44` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.50` | `#${string}.57` | `#${string}.51` | `#${string}.52` | `#${string}.53` | `#${string}.54` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.67` | `#${string}.61` | `#${string}.62` | `#${string}.63` | `#${string}.64` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.87` | `#${string}.81` | `#${string}.82` | `#${string}.83` | `#${string}.84` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.97` | `#${string}.91` | `#${string}.92` | `#${string}.93` | `#${string}.94` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | StyleValueStateMap<boolean | (string & {}) | `#${string}` | `#${string}.0` | `#${string}.7` | `#${string}.1` | `#${string}.2` | `#${string}.3` | `#${string}.4` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.07` | `#${string}.01` | `#${string}.02` | `#${string}.03` | `#${string}.04` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.70` | `#${string}.77` | `#${string}.71` | `#${string}.72` | `#${string}.73` | `#${string}.74` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.10` | `#${string}.17` | `#${string}.11` | `#${string}.12` | `#${string}.13` | `#${string}.14` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.27` | `#${string}.21` | `#${string}.22` | `#${string}.23` | `#${string}.24` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.30` | `#${string}.37` | `#${string}.31` | `#${string}.32` | `#${string}.33` | `#${string}.34` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.40` | `#${string}.47` | `#${string}.41` | `#${string}.42` | `#${string}.43` | `#${string}.44` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.50` | `#${string}.57` | `#${string}.51` | `#${string}.52` | `#${string}.53` | `#${string}.54` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.67` | `#${string}.61` | `#${string}.62` | `#${string}.63` | `#${string}.64` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.87` | `#${string}.81` | `#${string}.82` | `#${string}.83` | `#${string}.84` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.97` | `#${string}.91` | `#${string}.92` | `#${string}.93` | `#${string}.94` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
106
- font?: StyleValue<boolean | csstype.Property.FontFamily | undefined> | StyleValueStateMap<boolean | csstype.Property.FontFamily | undefined>;
107
- outline?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
108
- gap?: StyleValue<boolean | csstype.Property.Gap<string | number> | undefined> | StyleValueStateMap<boolean | csstype.Property.Gap<string | number> | undefined>;
109
- padding?: StyleValue<boolean | csstype.Property.Padding<string | number> | undefined> | StyleValueStateMap<boolean | csstype.Property.Padding<string | number> | undefined>;
110
- margin?: StyleValue<boolean | csstype.Property.Margin<string | number> | undefined> | StyleValueStateMap<boolean | csstype.Property.Margin<string | number> | undefined>;
111
- width?: StyleValue<boolean | csstype.Property.Width<string | number> | undefined> | StyleValueStateMap<boolean | csstype.Property.Width<string | number> | undefined>;
112
- height?: StyleValue<boolean | csstype.Property.Height<string | number> | undefined> | StyleValueStateMap<boolean | csstype.Property.Height<string | number> | undefined>;
113
- border?: StyleValue<boolean | csstype.Property.Border<string | number> | undefined> | StyleValueStateMap<boolean | csstype.Property.Border<string | number> | undefined>;
114
- transition?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
115
- placeContent?: StyleValue<csstype.Property.PlaceContent | undefined> | StyleValueStateMap<csstype.Property.PlaceContent | undefined>;
116
- placeItems?: StyleValue<csstype.Property.PlaceItems | undefined> | StyleValueStateMap<csstype.Property.PlaceItems | undefined>;
117
- accentColor?: StyleValue<csstype.Property.AccentColor | undefined> | StyleValueStateMap<csstype.Property.AccentColor | undefined>;
118
- alignContent?: StyleValue<csstype.Property.AlignContent | undefined> | StyleValueStateMap<csstype.Property.AlignContent | undefined>;
119
- alignItems?: StyleValue<csstype.Property.AlignItems | undefined> | StyleValueStateMap<csstype.Property.AlignItems | undefined>;
120
- alignSelf?: StyleValue<csstype.Property.AlignSelf | undefined> | StyleValueStateMap<csstype.Property.AlignSelf | undefined>;
121
- alignTracks?: StyleValue<csstype.Property.AlignTracks | undefined> | StyleValueStateMap<csstype.Property.AlignTracks | undefined>;
122
- alignmentBaseline?: StyleValue<csstype.Property.AlignmentBaseline | undefined> | StyleValueStateMap<csstype.Property.AlignmentBaseline | undefined>;
123
- anchorName?: StyleValue<csstype.Property.AnchorName | undefined> | StyleValueStateMap<csstype.Property.AnchorName | undefined>;
124
- anchorScope?: StyleValue<csstype.Property.AnchorScope | undefined> | StyleValueStateMap<csstype.Property.AnchorScope | undefined>;
125
- animationComposition?: StyleValue<csstype.Property.AnimationComposition | undefined> | StyleValueStateMap<csstype.Property.AnimationComposition | undefined>;
126
- animationDelay?: StyleValue<csstype.Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDelay<string & {}> | undefined>;
127
- animationDirection?: StyleValue<csstype.Property.AnimationDirection | undefined> | StyleValueStateMap<csstype.Property.AnimationDirection | undefined>;
128
- animationDuration?: StyleValue<csstype.Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDuration<string & {}> | undefined>;
129
- animationFillMode?: StyleValue<csstype.Property.AnimationFillMode | undefined> | StyleValueStateMap<csstype.Property.AnimationFillMode | undefined>;
130
- animationIterationCount?: StyleValue<csstype.Property.AnimationIterationCount | undefined> | StyleValueStateMap<csstype.Property.AnimationIterationCount | undefined>;
131
- animationName?: StyleValue<csstype.Property.AnimationName | undefined> | StyleValueStateMap<csstype.Property.AnimationName | undefined>;
132
- animationPlayState?: StyleValue<csstype.Property.AnimationPlayState | undefined> | StyleValueStateMap<csstype.Property.AnimationPlayState | undefined>;
133
- animationRangeEnd?: StyleValue<csstype.Property.AnimationRangeEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.AnimationRangeEnd<string | number> | undefined>;
134
- animationRangeStart?: StyleValue<csstype.Property.AnimationRangeStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.AnimationRangeStart<string | number> | undefined>;
135
- animationTimeline?: StyleValue<csstype.Property.AnimationTimeline | undefined> | StyleValueStateMap<csstype.Property.AnimationTimeline | undefined>;
136
- animationTimingFunction?: StyleValue<csstype.Property.AnimationTimingFunction | undefined> | StyleValueStateMap<csstype.Property.AnimationTimingFunction | undefined>;
137
- appearance?: StyleValue<csstype.Property.Appearance | undefined> | StyleValueStateMap<csstype.Property.Appearance | undefined>;
138
- aspectRatio?: StyleValue<csstype.Property.AspectRatio | undefined> | StyleValueStateMap<csstype.Property.AspectRatio | undefined>;
139
- backdropFilter?: StyleValue<csstype.Property.BackdropFilter | undefined> | StyleValueStateMap<csstype.Property.BackdropFilter | undefined>;
140
- backfaceVisibility?: StyleValue<csstype.Property.BackfaceVisibility | undefined> | StyleValueStateMap<csstype.Property.BackfaceVisibility | undefined>;
141
- backgroundAttachment?: StyleValue<csstype.Property.BackgroundAttachment | undefined> | StyleValueStateMap<csstype.Property.BackgroundAttachment | undefined>;
142
- backgroundBlendMode?: StyleValue<csstype.Property.BackgroundBlendMode | undefined> | StyleValueStateMap<csstype.Property.BackgroundBlendMode | undefined>;
143
- backgroundClip?: StyleValue<csstype.Property.BackgroundClip | undefined> | StyleValueStateMap<csstype.Property.BackgroundClip | undefined>;
144
- backgroundColor?: StyleValue<csstype.Property.BackgroundColor | undefined> | StyleValueStateMap<csstype.Property.BackgroundColor | undefined>;
145
- backgroundImage?: StyleValue<csstype.Property.BackgroundImage | undefined> | StyleValueStateMap<csstype.Property.BackgroundImage | undefined>;
146
- backgroundOrigin?: StyleValue<csstype.Property.BackgroundOrigin | undefined> | StyleValueStateMap<csstype.Property.BackgroundOrigin | undefined>;
147
- backgroundPositionX?: StyleValue<csstype.Property.BackgroundPositionX<string | number> | undefined> | StyleValueStateMap<csstype.Property.BackgroundPositionX<string | number> | undefined>;
148
- backgroundPositionY?: StyleValue<csstype.Property.BackgroundPositionY<string | number> | undefined> | StyleValueStateMap<csstype.Property.BackgroundPositionY<string | number> | undefined>;
149
- backgroundRepeat?: StyleValue<csstype.Property.BackgroundRepeat | undefined> | StyleValueStateMap<csstype.Property.BackgroundRepeat | undefined>;
150
- backgroundSize?: StyleValue<csstype.Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.BackgroundSize<string | number> | undefined>;
151
- baselineShift?: StyleValue<csstype.Property.BaselineShift<string | number> | undefined> | StyleValueStateMap<csstype.Property.BaselineShift<string | number> | undefined>;
152
- blockSize?: StyleValue<csstype.Property.BlockSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.BlockSize<string | number> | undefined>;
153
- borderBlockEndColor?: StyleValue<csstype.Property.BorderBlockEndColor | undefined> | StyleValueStateMap<csstype.Property.BorderBlockEndColor | undefined>;
154
- borderBlockEndStyle?: StyleValue<csstype.Property.BorderBlockEndStyle | undefined> | StyleValueStateMap<csstype.Property.BorderBlockEndStyle | undefined>;
155
- borderBlockEndWidth?: StyleValue<csstype.Property.BorderBlockEndWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBlockEndWidth<string | number> | undefined>;
156
- borderBlockStartColor?: StyleValue<csstype.Property.BorderBlockStartColor | undefined> | StyleValueStateMap<csstype.Property.BorderBlockStartColor | undefined>;
157
- borderBlockStartStyle?: StyleValue<csstype.Property.BorderBlockStartStyle | undefined> | StyleValueStateMap<csstype.Property.BorderBlockStartStyle | undefined>;
158
- borderBlockStartWidth?: StyleValue<csstype.Property.BorderBlockStartWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBlockStartWidth<string | number> | undefined>;
159
- borderBottomColor?: StyleValue<csstype.Property.BorderBottomColor | undefined> | StyleValueStateMap<csstype.Property.BorderBottomColor | undefined>;
160
- borderBottomLeftRadius?: StyleValue<csstype.Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>;
161
- borderBottomRightRadius?: StyleValue<csstype.Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottomRightRadius<string | number> | undefined>;
162
- borderBottomStyle?: StyleValue<csstype.Property.BorderBottomStyle | undefined> | StyleValueStateMap<csstype.Property.BorderBottomStyle | undefined>;
163
- borderBottomWidth?: StyleValue<csstype.Property.BorderBottomWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottomWidth<string | number> | undefined>;
164
- borderCollapse?: StyleValue<csstype.Property.BorderCollapse | undefined> | StyleValueStateMap<csstype.Property.BorderCollapse | undefined>;
165
- borderEndEndRadius?: StyleValue<csstype.Property.BorderEndEndRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderEndEndRadius<string | number> | undefined>;
166
- borderEndStartRadius?: StyleValue<csstype.Property.BorderEndStartRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderEndStartRadius<string | number> | undefined>;
167
- borderImageOutset?: StyleValue<csstype.Property.BorderImageOutset<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderImageOutset<string | number> | undefined>;
168
- borderImageRepeat?: StyleValue<csstype.Property.BorderImageRepeat | undefined> | StyleValueStateMap<csstype.Property.BorderImageRepeat | undefined>;
169
- borderImageSlice?: StyleValue<csstype.Property.BorderImageSlice | undefined> | StyleValueStateMap<csstype.Property.BorderImageSlice | undefined>;
170
- borderImageSource?: StyleValue<csstype.Property.BorderImageSource | undefined> | StyleValueStateMap<csstype.Property.BorderImageSource | undefined>;
171
- borderImageWidth?: StyleValue<csstype.Property.BorderImageWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderImageWidth<string | number> | undefined>;
172
- borderInlineEndColor?: StyleValue<csstype.Property.BorderInlineEndColor | undefined> | StyleValueStateMap<csstype.Property.BorderInlineEndColor | undefined>;
173
- borderInlineEndStyle?: StyleValue<csstype.Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<csstype.Property.BorderInlineEndStyle | undefined>;
174
- borderInlineEndWidth?: StyleValue<csstype.Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderInlineEndWidth<string | number> | undefined>;
175
- borderInlineStartColor?: StyleValue<csstype.Property.BorderInlineStartColor | undefined> | StyleValueStateMap<csstype.Property.BorderInlineStartColor | undefined>;
176
- borderInlineStartStyle?: StyleValue<csstype.Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<csstype.Property.BorderInlineStartStyle | undefined>;
177
- borderInlineStartWidth?: StyleValue<csstype.Property.BorderInlineStartWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderInlineStartWidth<string | number> | undefined>;
178
- borderLeftColor?: StyleValue<csstype.Property.BorderLeftColor | undefined> | StyleValueStateMap<csstype.Property.BorderLeftColor | undefined>;
179
- borderLeftStyle?: StyleValue<csstype.Property.BorderLeftStyle | undefined> | StyleValueStateMap<csstype.Property.BorderLeftStyle | undefined>;
180
- borderLeftWidth?: StyleValue<csstype.Property.BorderLeftWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderLeftWidth<string | number> | undefined>;
181
- borderRightColor?: StyleValue<csstype.Property.BorderRightColor | undefined> | StyleValueStateMap<csstype.Property.BorderRightColor | undefined>;
182
- borderRightStyle?: StyleValue<csstype.Property.BorderRightStyle | undefined> | StyleValueStateMap<csstype.Property.BorderRightStyle | undefined>;
183
- borderRightWidth?: StyleValue<csstype.Property.BorderRightWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderRightWidth<string | number> | undefined>;
184
- borderSpacing?: StyleValue<csstype.Property.BorderSpacing<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderSpacing<string | number> | undefined>;
185
- borderStartEndRadius?: StyleValue<csstype.Property.BorderStartEndRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderStartEndRadius<string | number> | undefined>;
186
- borderStartStartRadius?: StyleValue<csstype.Property.BorderStartStartRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderStartStartRadius<string | number> | undefined>;
187
- borderTopColor?: StyleValue<csstype.Property.BorderTopColor | undefined> | StyleValueStateMap<csstype.Property.BorderTopColor | undefined>;
188
- borderTopLeftRadius?: StyleValue<csstype.Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTopLeftRadius<string | number> | undefined>;
189
- borderTopRightRadius?: StyleValue<csstype.Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTopRightRadius<string | number> | undefined>;
190
- borderTopStyle?: StyleValue<csstype.Property.BorderTopStyle | undefined> | StyleValueStateMap<csstype.Property.BorderTopStyle | undefined>;
191
- borderTopWidth?: StyleValue<csstype.Property.BorderTopWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTopWidth<string | number> | undefined>;
192
- bottom?: StyleValue<csstype.Property.Bottom<string | number> | undefined> | StyleValueStateMap<csstype.Property.Bottom<string | number> | undefined>;
193
- boxDecorationBreak?: StyleValue<csstype.Property.BoxDecorationBreak | undefined> | StyleValueStateMap<csstype.Property.BoxDecorationBreak | undefined>;
194
- boxShadow?: StyleValue<csstype.Property.BoxShadow | undefined> | StyleValueStateMap<csstype.Property.BoxShadow | undefined>;
195
- boxSizing?: StyleValue<csstype.Property.BoxSizing | undefined> | StyleValueStateMap<csstype.Property.BoxSizing | undefined>;
196
- breakAfter?: StyleValue<csstype.Property.BreakAfter | undefined> | StyleValueStateMap<csstype.Property.BreakAfter | undefined>;
197
- breakBefore?: StyleValue<csstype.Property.BreakBefore | undefined> | StyleValueStateMap<csstype.Property.BreakBefore | undefined>;
198
- breakInside?: StyleValue<csstype.Property.BreakInside | undefined> | StyleValueStateMap<csstype.Property.BreakInside | undefined>;
199
- captionSide?: StyleValue<csstype.Property.CaptionSide | undefined> | StyleValueStateMap<csstype.Property.CaptionSide | undefined>;
200
- caretColor?: StyleValue<csstype.Property.CaretColor | undefined> | StyleValueStateMap<csstype.Property.CaretColor | undefined>;
201
- caretShape?: StyleValue<csstype.Property.CaretShape | undefined> | StyleValueStateMap<csstype.Property.CaretShape | undefined>;
202
- clear?: StyleValue<csstype.Property.Clear | undefined> | StyleValueStateMap<csstype.Property.Clear | undefined>;
203
- clipPath?: StyleValue<csstype.Property.ClipPath | undefined> | StyleValueStateMap<csstype.Property.ClipPath | undefined>;
204
- clipRule?: StyleValue<csstype.Property.ClipRule | undefined> | StyleValueStateMap<csstype.Property.ClipRule | undefined>;
205
- colorAdjust?: StyleValue<csstype.Property.PrintColorAdjust | undefined> | StyleValueStateMap<csstype.Property.PrintColorAdjust | undefined>;
206
- colorInterpolationFilters?: StyleValue<csstype.Property.ColorInterpolationFilters | undefined> | StyleValueStateMap<csstype.Property.ColorInterpolationFilters | undefined>;
207
- colorScheme?: StyleValue<csstype.Property.ColorScheme | undefined> | StyleValueStateMap<csstype.Property.ColorScheme | undefined>;
208
- columnCount?: StyleValue<csstype.Property.ColumnCount | undefined> | StyleValueStateMap<csstype.Property.ColumnCount | undefined>;
209
- columnFill?: StyleValue<csstype.Property.ColumnFill | undefined> | StyleValueStateMap<csstype.Property.ColumnFill | undefined>;
210
- columnGap?: StyleValue<csstype.Property.ColumnGap<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnGap<string | number> | undefined>;
211
- columnRuleColor?: StyleValue<csstype.Property.ColumnRuleColor | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleColor | undefined>;
212
- columnRuleStyle?: StyleValue<csstype.Property.ColumnRuleStyle | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleStyle | undefined>;
213
- columnRuleWidth?: StyleValue<csstype.Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleWidth<string | number> | undefined>;
214
- columnSpan?: StyleValue<csstype.Property.ColumnSpan | undefined> | StyleValueStateMap<csstype.Property.ColumnSpan | undefined>;
215
- columnWidth?: StyleValue<csstype.Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnWidth<string | number> | undefined>;
216
- contain?: StyleValue<csstype.Property.Contain | undefined> | StyleValueStateMap<csstype.Property.Contain | undefined>;
217
- containIntrinsicBlockSize?: StyleValue<csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined>;
218
- containIntrinsicHeight?: StyleValue<csstype.Property.ContainIntrinsicHeight<string | number> | undefined> | StyleValueStateMap<csstype.Property.ContainIntrinsicHeight<string | number> | undefined>;
219
- containIntrinsicInlineSize?: StyleValue<csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined>;
220
- containIntrinsicWidth?: StyleValue<csstype.Property.ContainIntrinsicWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.ContainIntrinsicWidth<string | number> | undefined>;
221
- containerName?: StyleValue<csstype.Property.ContainerName | undefined> | StyleValueStateMap<csstype.Property.ContainerName | undefined>;
222
- containerType?: StyleValue<csstype.Property.ContainerType | undefined> | StyleValueStateMap<csstype.Property.ContainerType | undefined>;
223
- content?: StyleValue<csstype.Property.Content | undefined> | StyleValueStateMap<csstype.Property.Content | undefined>;
224
- contentVisibility?: StyleValue<csstype.Property.ContentVisibility | undefined> | StyleValueStateMap<csstype.Property.ContentVisibility | undefined>;
225
- counterIncrement?: StyleValue<csstype.Property.CounterIncrement | undefined> | StyleValueStateMap<csstype.Property.CounterIncrement | undefined>;
226
- counterReset?: StyleValue<csstype.Property.CounterReset | undefined> | StyleValueStateMap<csstype.Property.CounterReset | undefined>;
227
- counterSet?: StyleValue<csstype.Property.CounterSet | undefined> | StyleValueStateMap<csstype.Property.CounterSet | undefined>;
228
- cursor?: StyleValue<csstype.Property.Cursor | undefined> | StyleValueStateMap<csstype.Property.Cursor | undefined>;
229
- cx?: StyleValue<csstype.Property.Cx<string | number> | undefined> | StyleValueStateMap<csstype.Property.Cx<string | number> | undefined>;
230
- cy?: StyleValue<csstype.Property.Cy<string | number> | undefined> | StyleValueStateMap<csstype.Property.Cy<string | number> | undefined>;
231
- d?: StyleValue<csstype.Property.D | undefined> | StyleValueStateMap<csstype.Property.D | undefined>;
232
- direction?: StyleValue<csstype.Property.Direction | undefined> | StyleValueStateMap<csstype.Property.Direction | undefined>;
233
- display?: StyleValue<csstype.Property.Display | undefined> | StyleValueStateMap<csstype.Property.Display | undefined>;
234
- dominantBaseline?: StyleValue<csstype.Property.DominantBaseline | undefined> | StyleValueStateMap<csstype.Property.DominantBaseline | undefined>;
235
- emptyCells?: StyleValue<csstype.Property.EmptyCells | undefined> | StyleValueStateMap<csstype.Property.EmptyCells | undefined>;
236
- fieldSizing?: StyleValue<csstype.Property.FieldSizing | undefined> | StyleValueStateMap<csstype.Property.FieldSizing | undefined>;
237
- fillOpacity?: StyleValue<csstype.Property.FillOpacity | undefined> | StyleValueStateMap<csstype.Property.FillOpacity | undefined>;
238
- fillRule?: StyleValue<csstype.Property.FillRule | undefined> | StyleValueStateMap<csstype.Property.FillRule | undefined>;
239
- filter?: StyleValue<csstype.Property.Filter | undefined> | StyleValueStateMap<csstype.Property.Filter | undefined>;
240
- flexBasis?: StyleValue<csstype.Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<csstype.Property.FlexBasis<string | number> | undefined>;
241
- flexDirection?: StyleValue<csstype.Property.FlexDirection | undefined> | StyleValueStateMap<csstype.Property.FlexDirection | undefined>;
242
- flexGrow?: StyleValue<csstype.Property.FlexGrow | undefined> | StyleValueStateMap<csstype.Property.FlexGrow | undefined>;
243
- flexShrink?: StyleValue<csstype.Property.FlexShrink | undefined> | StyleValueStateMap<csstype.Property.FlexShrink | undefined>;
244
- flexWrap?: StyleValue<csstype.Property.FlexWrap | undefined> | StyleValueStateMap<csstype.Property.FlexWrap | undefined>;
245
- float?: StyleValue<csstype.Property.Float | undefined> | StyleValueStateMap<csstype.Property.Float | undefined>;
246
- floodColor?: StyleValue<csstype.Property.FloodColor | undefined> | StyleValueStateMap<csstype.Property.FloodColor | undefined>;
247
- floodOpacity?: StyleValue<csstype.Property.FloodOpacity | undefined> | StyleValueStateMap<csstype.Property.FloodOpacity | undefined>;
248
- fontFamily?: StyleValue<csstype.Property.FontFamily | undefined> | StyleValueStateMap<csstype.Property.FontFamily | undefined>;
249
- fontFeatureSettings?: StyleValue<csstype.Property.FontFeatureSettings | undefined> | StyleValueStateMap<csstype.Property.FontFeatureSettings | undefined>;
250
- fontKerning?: StyleValue<csstype.Property.FontKerning | undefined> | StyleValueStateMap<csstype.Property.FontKerning | undefined>;
251
- fontLanguageOverride?: StyleValue<csstype.Property.FontLanguageOverride | undefined> | StyleValueStateMap<csstype.Property.FontLanguageOverride | undefined>;
252
- fontOpticalSizing?: StyleValue<csstype.Property.FontOpticalSizing | undefined> | StyleValueStateMap<csstype.Property.FontOpticalSizing | undefined>;
253
- fontPalette?: StyleValue<csstype.Property.FontPalette | undefined> | StyleValueStateMap<csstype.Property.FontPalette | undefined>;
254
- fontSize?: StyleValue<csstype.Property.FontSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.FontSize<string | number> | undefined>;
255
- fontSizeAdjust?: StyleValue<csstype.Property.FontSizeAdjust | undefined> | StyleValueStateMap<csstype.Property.FontSizeAdjust | undefined>;
256
- fontSmooth?: StyleValue<csstype.Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<csstype.Property.FontSmooth<string | number> | undefined>;
257
- fontStyle?: StyleValue<csstype.Property.FontStyle | undefined> | StyleValueStateMap<csstype.Property.FontStyle | undefined>;
258
- fontSynthesis?: StyleValue<csstype.Property.FontSynthesis | undefined> | StyleValueStateMap<csstype.Property.FontSynthesis | undefined>;
259
- fontSynthesisPosition?: StyleValue<csstype.Property.FontSynthesisPosition | undefined> | StyleValueStateMap<csstype.Property.FontSynthesisPosition | undefined>;
260
- fontSynthesisSmallCaps?: StyleValue<csstype.Property.FontSynthesisSmallCaps | undefined> | StyleValueStateMap<csstype.Property.FontSynthesisSmallCaps | undefined>;
261
- fontSynthesisStyle?: StyleValue<csstype.Property.FontSynthesisStyle | undefined> | StyleValueStateMap<csstype.Property.FontSynthesisStyle | undefined>;
262
- fontSynthesisWeight?: StyleValue<csstype.Property.FontSynthesisWeight | undefined> | StyleValueStateMap<csstype.Property.FontSynthesisWeight | undefined>;
263
- fontVariant?: StyleValue<csstype.Property.FontVariant | undefined> | StyleValueStateMap<csstype.Property.FontVariant | undefined>;
264
- fontVariantAlternates?: StyleValue<csstype.Property.FontVariantAlternates | undefined> | StyleValueStateMap<csstype.Property.FontVariantAlternates | undefined>;
265
- fontVariantCaps?: StyleValue<csstype.Property.FontVariantCaps | undefined> | StyleValueStateMap<csstype.Property.FontVariantCaps | undefined>;
266
- fontVariantEastAsian?: StyleValue<csstype.Property.FontVariantEastAsian | undefined> | StyleValueStateMap<csstype.Property.FontVariantEastAsian | undefined>;
267
- fontVariantEmoji?: StyleValue<csstype.Property.FontVariantEmoji | undefined> | StyleValueStateMap<csstype.Property.FontVariantEmoji | undefined>;
268
- fontVariantLigatures?: StyleValue<csstype.Property.FontVariantLigatures | undefined> | StyleValueStateMap<csstype.Property.FontVariantLigatures | undefined>;
269
- fontVariantNumeric?: StyleValue<csstype.Property.FontVariantNumeric | undefined> | StyleValueStateMap<csstype.Property.FontVariantNumeric | undefined>;
270
- fontVariantPosition?: StyleValue<csstype.Property.FontVariantPosition | undefined> | StyleValueStateMap<csstype.Property.FontVariantPosition | undefined>;
271
- fontVariationSettings?: StyleValue<csstype.Property.FontVariationSettings | undefined> | StyleValueStateMap<csstype.Property.FontVariationSettings | undefined>;
272
- fontWeight?: StyleValue<csstype.Property.FontWeight | undefined> | StyleValueStateMap<csstype.Property.FontWeight | undefined>;
273
- fontWidth?: StyleValue<csstype.Property.FontWidth | undefined> | StyleValueStateMap<csstype.Property.FontWidth | undefined>;
274
- forcedColorAdjust?: StyleValue<csstype.Property.ForcedColorAdjust | undefined> | StyleValueStateMap<csstype.Property.ForcedColorAdjust | undefined>;
275
- gridAutoColumns?: StyleValue<csstype.Property.GridAutoColumns<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridAutoColumns<string | number> | undefined>;
276
- gridAutoFlow?: StyleValue<csstype.Property.GridAutoFlow | undefined> | StyleValueStateMap<csstype.Property.GridAutoFlow | undefined>;
277
- gridAutoRows?: StyleValue<csstype.Property.GridAutoRows<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridAutoRows<string | number> | undefined>;
278
- gridColumnEnd?: StyleValue<csstype.Property.GridColumnEnd | undefined> | StyleValueStateMap<csstype.Property.GridColumnEnd | undefined>;
279
- gridColumnStart?: StyleValue<csstype.Property.GridColumnStart | undefined> | StyleValueStateMap<csstype.Property.GridColumnStart | undefined>;
280
- gridRowEnd?: StyleValue<csstype.Property.GridRowEnd | undefined> | StyleValueStateMap<csstype.Property.GridRowEnd | undefined>;
281
- gridRowStart?: StyleValue<csstype.Property.GridRowStart | undefined> | StyleValueStateMap<csstype.Property.GridRowStart | undefined>;
282
- gridTemplateAreas?: StyleValue<csstype.Property.GridTemplateAreas | undefined> | StyleValueStateMap<csstype.Property.GridTemplateAreas | undefined>;
283
- gridTemplateColumns?: StyleValue<csstype.Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridTemplateColumns<string | number> | undefined>;
284
- gridTemplateRows?: StyleValue<csstype.Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridTemplateRows<string | number> | undefined>;
285
- hangingPunctuation?: StyleValue<csstype.Property.HangingPunctuation | undefined> | StyleValueStateMap<csstype.Property.HangingPunctuation | undefined>;
286
- hyphenateCharacter?: StyleValue<csstype.Property.HyphenateCharacter | undefined> | StyleValueStateMap<csstype.Property.HyphenateCharacter | undefined>;
287
- hyphenateLimitChars?: StyleValue<csstype.Property.HyphenateLimitChars | undefined> | StyleValueStateMap<csstype.Property.HyphenateLimitChars | undefined>;
288
- hyphens?: StyleValue<csstype.Property.Hyphens | undefined> | StyleValueStateMap<csstype.Property.Hyphens | undefined>;
289
- imageOrientation?: StyleValue<csstype.Property.ImageOrientation | undefined> | StyleValueStateMap<csstype.Property.ImageOrientation | undefined>;
290
- imageRendering?: StyleValue<csstype.Property.ImageRendering | undefined> | StyleValueStateMap<csstype.Property.ImageRendering | undefined>;
291
- imageResolution?: StyleValue<csstype.Property.ImageResolution | undefined> | StyleValueStateMap<csstype.Property.ImageResolution | undefined>;
292
- initialLetter?: StyleValue<csstype.Property.InitialLetter | undefined> | StyleValueStateMap<csstype.Property.InitialLetter | undefined>;
293
- initialLetterAlign?: StyleValue<csstype.Property.InitialLetterAlign | undefined> | StyleValueStateMap<csstype.Property.InitialLetterAlign | undefined>;
294
- inlineSize?: StyleValue<csstype.Property.InlineSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.InlineSize<string | number> | undefined>;
295
- insetBlockEnd?: StyleValue<csstype.Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetBlockEnd<string | number> | undefined>;
296
- insetBlockStart?: StyleValue<csstype.Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetBlockStart<string | number> | undefined>;
297
- insetInlineEnd?: StyleValue<csstype.Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetInlineEnd<string | number> | undefined>;
298
- insetInlineStart?: StyleValue<csstype.Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetInlineStart<string | number> | undefined>;
299
- interpolateSize?: StyleValue<csstype.Property.InterpolateSize | undefined> | StyleValueStateMap<csstype.Property.InterpolateSize | undefined>;
300
- isolation?: StyleValue<csstype.Property.Isolation | undefined> | StyleValueStateMap<csstype.Property.Isolation | undefined>;
301
- justifyContent?: StyleValue<csstype.Property.JustifyContent | undefined> | StyleValueStateMap<csstype.Property.JustifyContent | undefined>;
302
- justifyItems?: StyleValue<csstype.Property.JustifyItems | undefined> | StyleValueStateMap<csstype.Property.JustifyItems | undefined>;
303
- justifySelf?: StyleValue<csstype.Property.JustifySelf | undefined> | StyleValueStateMap<csstype.Property.JustifySelf | undefined>;
304
- justifyTracks?: StyleValue<csstype.Property.JustifyTracks | undefined> | StyleValueStateMap<csstype.Property.JustifyTracks | undefined>;
305
- left?: StyleValue<csstype.Property.Left<string | number> | undefined> | StyleValueStateMap<csstype.Property.Left<string | number> | undefined>;
306
- letterSpacing?: StyleValue<csstype.Property.LetterSpacing<string | number> | undefined> | StyleValueStateMap<csstype.Property.LetterSpacing<string | number> | undefined>;
307
- lightingColor?: StyleValue<csstype.Property.LightingColor | undefined> | StyleValueStateMap<csstype.Property.LightingColor | undefined>;
308
- lineBreak?: StyleValue<csstype.Property.LineBreak | undefined> | StyleValueStateMap<csstype.Property.LineBreak | undefined>;
309
- lineHeight?: StyleValue<csstype.Property.LineHeight<string | number> | undefined> | StyleValueStateMap<csstype.Property.LineHeight<string | number> | undefined>;
310
- lineHeightStep?: StyleValue<csstype.Property.LineHeightStep<string | number> | undefined> | StyleValueStateMap<csstype.Property.LineHeightStep<string | number> | undefined>;
311
- listStyleImage?: StyleValue<csstype.Property.ListStyleImage | undefined> | StyleValueStateMap<csstype.Property.ListStyleImage | undefined>;
312
- listStylePosition?: StyleValue<csstype.Property.ListStylePosition | undefined> | StyleValueStateMap<csstype.Property.ListStylePosition | undefined>;
313
- listStyleType?: StyleValue<csstype.Property.ListStyleType | undefined> | StyleValueStateMap<csstype.Property.ListStyleType | undefined>;
314
- marginBlockEnd?: StyleValue<csstype.Property.MarginBlockEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginBlockEnd<string | number> | undefined>;
315
- marginBlockStart?: StyleValue<csstype.Property.MarginBlockStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginBlockStart<string | number> | undefined>;
316
- marginBottom?: StyleValue<csstype.Property.MarginBottom<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginBottom<string | number> | undefined>;
317
- marginInlineEnd?: StyleValue<csstype.Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginInlineEnd<string | number> | undefined>;
318
- marginInlineStart?: StyleValue<csstype.Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginInlineStart<string | number> | undefined>;
319
- marginLeft?: StyleValue<csstype.Property.MarginLeft<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginLeft<string | number> | undefined>;
320
- marginRight?: StyleValue<csstype.Property.MarginRight<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginRight<string | number> | undefined>;
321
- marginTop?: StyleValue<csstype.Property.MarginTop<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginTop<string | number> | undefined>;
322
- marginTrim?: StyleValue<csstype.Property.MarginTrim | undefined> | StyleValueStateMap<csstype.Property.MarginTrim | undefined>;
323
- marker?: StyleValue<csstype.Property.Marker | undefined> | StyleValueStateMap<csstype.Property.Marker | undefined>;
324
- markerEnd?: StyleValue<csstype.Property.MarkerEnd | undefined> | StyleValueStateMap<csstype.Property.MarkerEnd | undefined>;
325
- markerMid?: StyleValue<csstype.Property.MarkerMid | undefined> | StyleValueStateMap<csstype.Property.MarkerMid | undefined>;
326
- markerStart?: StyleValue<csstype.Property.MarkerStart | undefined> | StyleValueStateMap<csstype.Property.MarkerStart | undefined>;
327
- maskBorderMode?: StyleValue<csstype.Property.MaskBorderMode | undefined> | StyleValueStateMap<csstype.Property.MaskBorderMode | undefined>;
328
- maskBorderOutset?: StyleValue<csstype.Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaskBorderOutset<string | number> | undefined>;
329
- maskBorderRepeat?: StyleValue<csstype.Property.MaskBorderRepeat | undefined> | StyleValueStateMap<csstype.Property.MaskBorderRepeat | undefined>;
330
- maskBorderSlice?: StyleValue<csstype.Property.MaskBorderSlice | undefined> | StyleValueStateMap<csstype.Property.MaskBorderSlice | undefined>;
331
- maskBorderSource?: StyleValue<csstype.Property.MaskBorderSource | undefined> | StyleValueStateMap<csstype.Property.MaskBorderSource | undefined>;
332
- maskBorderWidth?: StyleValue<csstype.Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaskBorderWidth<string | number> | undefined>;
333
- maskClip?: StyleValue<csstype.Property.MaskClip | undefined> | StyleValueStateMap<csstype.Property.MaskClip | undefined>;
334
- maskComposite?: StyleValue<csstype.Property.MaskComposite | undefined> | StyleValueStateMap<csstype.Property.MaskComposite | undefined>;
335
- maskImage?: StyleValue<csstype.Property.MaskImage | undefined> | StyleValueStateMap<csstype.Property.MaskImage | undefined>;
336
- maskMode?: StyleValue<csstype.Property.MaskMode | undefined> | StyleValueStateMap<csstype.Property.MaskMode | undefined>;
337
- maskOrigin?: StyleValue<csstype.Property.MaskOrigin | undefined> | StyleValueStateMap<csstype.Property.MaskOrigin | undefined>;
338
- maskPosition?: StyleValue<csstype.Property.MaskPosition<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaskPosition<string | number> | undefined>;
339
- maskRepeat?: StyleValue<csstype.Property.MaskRepeat | undefined> | StyleValueStateMap<csstype.Property.MaskRepeat | undefined>;
340
- maskSize?: StyleValue<csstype.Property.MaskSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaskSize<string | number> | undefined>;
341
- maskType?: StyleValue<csstype.Property.MaskType | undefined> | StyleValueStateMap<csstype.Property.MaskType | undefined>;
342
- masonryAutoFlow?: StyleValue<csstype.Property.MasonryAutoFlow | undefined> | StyleValueStateMap<csstype.Property.MasonryAutoFlow | undefined>;
343
- mathDepth?: StyleValue<csstype.Property.MathDepth | undefined> | StyleValueStateMap<csstype.Property.MathDepth | undefined>;
344
- mathShift?: StyleValue<csstype.Property.MathShift | undefined> | StyleValueStateMap<csstype.Property.MathShift | undefined>;
345
- mathStyle?: StyleValue<csstype.Property.MathStyle | undefined> | StyleValueStateMap<csstype.Property.MathStyle | undefined>;
346
- maxBlockSize?: StyleValue<csstype.Property.MaxBlockSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaxBlockSize<string | number> | undefined>;
347
- maxHeight?: StyleValue<csstype.Property.MaxHeight<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaxHeight<string | number> | undefined>;
348
- maxInlineSize?: StyleValue<csstype.Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaxInlineSize<string | number> | undefined>;
349
- maxLines?: StyleValue<csstype.Property.MaxLines | undefined> | StyleValueStateMap<csstype.Property.MaxLines | undefined>;
350
- maxWidth?: StyleValue<csstype.Property.MaxWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaxWidth<string | number> | undefined>;
351
- minBlockSize?: StyleValue<csstype.Property.MinBlockSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.MinBlockSize<string | number> | undefined>;
352
- minHeight?: StyleValue<csstype.Property.MinHeight<string | number> | undefined> | StyleValueStateMap<csstype.Property.MinHeight<string | number> | undefined>;
353
- minInlineSize?: StyleValue<csstype.Property.MinInlineSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.MinInlineSize<string | number> | undefined>;
354
- minWidth?: StyleValue<csstype.Property.MinWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.MinWidth<string | number> | undefined>;
355
- mixBlendMode?: StyleValue<csstype.Property.MixBlendMode | undefined> | StyleValueStateMap<csstype.Property.MixBlendMode | undefined>;
356
- motionDistance?: StyleValue<csstype.Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<csstype.Property.OffsetDistance<string | number> | undefined>;
357
- motionPath?: StyleValue<csstype.Property.OffsetPath | undefined> | StyleValueStateMap<csstype.Property.OffsetPath | undefined>;
358
- motionRotation?: StyleValue<csstype.Property.OffsetRotate | undefined> | StyleValueStateMap<csstype.Property.OffsetRotate | undefined>;
359
- objectFit?: StyleValue<csstype.Property.ObjectFit | undefined> | StyleValueStateMap<csstype.Property.ObjectFit | undefined>;
360
- objectPosition?: StyleValue<csstype.Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<csstype.Property.ObjectPosition<string | number> | undefined>;
361
- objectViewBox?: StyleValue<csstype.Property.ObjectViewBox | undefined> | StyleValueStateMap<csstype.Property.ObjectViewBox | undefined>;
362
- offsetAnchor?: StyleValue<csstype.Property.OffsetAnchor<string | number> | undefined> | StyleValueStateMap<csstype.Property.OffsetAnchor<string | number> | undefined>;
363
- offsetDistance?: StyleValue<csstype.Property.OffsetDistance<string | number> | undefined> | StyleValueStateMap<csstype.Property.OffsetDistance<string | number> | undefined>;
364
- offsetPath?: StyleValue<csstype.Property.OffsetPath | undefined> | StyleValueStateMap<csstype.Property.OffsetPath | undefined>;
365
- offsetPosition?: StyleValue<csstype.Property.OffsetPosition<string | number> | undefined> | StyleValueStateMap<csstype.Property.OffsetPosition<string | number> | undefined>;
366
- offsetRotate?: StyleValue<csstype.Property.OffsetRotate | undefined> | StyleValueStateMap<csstype.Property.OffsetRotate | undefined>;
367
- offsetRotation?: StyleValue<csstype.Property.OffsetRotate | undefined> | StyleValueStateMap<csstype.Property.OffsetRotate | undefined>;
368
- opacity?: StyleValue<csstype.Property.Opacity | undefined> | StyleValueStateMap<csstype.Property.Opacity | undefined>;
369
- order?: StyleValue<csstype.Property.Order | undefined> | StyleValueStateMap<csstype.Property.Order | undefined>;
370
- orphans?: StyleValue<csstype.Property.Orphans | undefined> | StyleValueStateMap<csstype.Property.Orphans | undefined>;
371
- outlineColor?: StyleValue<csstype.Property.OutlineColor | undefined> | StyleValueStateMap<csstype.Property.OutlineColor | undefined>;
372
- outlineOffset?: StyleValue<string | number | undefined> | StyleValueStateMap<string | number | undefined>;
373
- outlineStyle?: StyleValue<csstype.Property.OutlineStyle | undefined> | StyleValueStateMap<csstype.Property.OutlineStyle | undefined>;
374
- outlineWidth?: StyleValue<csstype.Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.OutlineWidth<string | number> | undefined>;
375
- overflowAnchor?: StyleValue<csstype.Property.OverflowAnchor | undefined> | StyleValueStateMap<csstype.Property.OverflowAnchor | undefined>;
376
- overflowBlock?: StyleValue<csstype.Property.OverflowBlock | undefined> | StyleValueStateMap<csstype.Property.OverflowBlock | undefined>;
377
- overflowClipBox?: StyleValue<csstype.Property.OverflowClipBox | undefined> | StyleValueStateMap<csstype.Property.OverflowClipBox | undefined>;
378
- overflowClipMargin?: StyleValue<csstype.Property.OverflowClipMargin<string | number> | undefined> | StyleValueStateMap<csstype.Property.OverflowClipMargin<string | number> | undefined>;
379
- overflowInline?: StyleValue<csstype.Property.OverflowInline | undefined> | StyleValueStateMap<csstype.Property.OverflowInline | undefined>;
380
- overflowWrap?: StyleValue<csstype.Property.OverflowWrap | undefined> | StyleValueStateMap<csstype.Property.OverflowWrap | undefined>;
381
- overflowX?: StyleValue<csstype.Property.OverflowX | undefined> | StyleValueStateMap<csstype.Property.OverflowX | undefined>;
382
- overflowY?: StyleValue<csstype.Property.OverflowY | undefined> | StyleValueStateMap<csstype.Property.OverflowY | undefined>;
383
- overlay?: StyleValue<csstype.Property.Overlay | undefined> | StyleValueStateMap<csstype.Property.Overlay | undefined>;
384
- overscrollBehaviorBlock?: StyleValue<csstype.Property.OverscrollBehaviorBlock | undefined> | StyleValueStateMap<csstype.Property.OverscrollBehaviorBlock | undefined>;
385
- overscrollBehaviorInline?: StyleValue<csstype.Property.OverscrollBehaviorInline | undefined> | StyleValueStateMap<csstype.Property.OverscrollBehaviorInline | undefined>;
386
- overscrollBehaviorX?: StyleValue<csstype.Property.OverscrollBehaviorX | undefined> | StyleValueStateMap<csstype.Property.OverscrollBehaviorX | undefined>;
387
- overscrollBehaviorY?: StyleValue<csstype.Property.OverscrollBehaviorY | undefined> | StyleValueStateMap<csstype.Property.OverscrollBehaviorY | undefined>;
388
- paddingBlockEnd?: StyleValue<csstype.Property.PaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingBlockEnd<string | number> | undefined>;
389
- paddingBlockStart?: StyleValue<csstype.Property.PaddingBlockStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingBlockStart<string | number> | undefined>;
390
- paddingBottom?: StyleValue<csstype.Property.PaddingBottom<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingBottom<string | number> | undefined>;
391
- paddingInlineEnd?: StyleValue<csstype.Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingInlineEnd<string | number> | undefined>;
392
- paddingInlineStart?: StyleValue<csstype.Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingInlineStart<string | number> | undefined>;
393
- paddingLeft?: StyleValue<csstype.Property.PaddingLeft<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingLeft<string | number> | undefined>;
394
- paddingRight?: StyleValue<csstype.Property.PaddingRight<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingRight<string | number> | undefined>;
395
- paddingTop?: StyleValue<csstype.Property.PaddingTop<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingTop<string | number> | undefined>;
396
- paintOrder?: StyleValue<csstype.Property.PaintOrder | undefined> | StyleValueStateMap<csstype.Property.PaintOrder | undefined>;
397
- perspective?: StyleValue<csstype.Property.Perspective<string | number> | undefined> | StyleValueStateMap<csstype.Property.Perspective<string | number> | undefined>;
398
- perspectiveOrigin?: StyleValue<csstype.Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.PerspectiveOrigin<string | number> | undefined>;
399
- pointerEvents?: StyleValue<csstype.Property.PointerEvents | undefined> | StyleValueStateMap<csstype.Property.PointerEvents | undefined>;
400
- position?: StyleValue<csstype.Property.Position | undefined> | StyleValueStateMap<csstype.Property.Position | undefined>;
401
- positionAnchor?: StyleValue<csstype.Property.PositionAnchor | undefined> | StyleValueStateMap<csstype.Property.PositionAnchor | undefined>;
402
- positionArea?: StyleValue<csstype.Property.PositionArea | undefined> | StyleValueStateMap<csstype.Property.PositionArea | undefined>;
403
- positionTryFallbacks?: StyleValue<csstype.Property.PositionTryFallbacks | undefined> | StyleValueStateMap<csstype.Property.PositionTryFallbacks | undefined>;
404
- positionTryOrder?: StyleValue<csstype.Property.PositionTryOrder | undefined> | StyleValueStateMap<csstype.Property.PositionTryOrder | undefined>;
405
- positionVisibility?: StyleValue<csstype.Property.PositionVisibility | undefined> | StyleValueStateMap<csstype.Property.PositionVisibility | undefined>;
406
- printColorAdjust?: StyleValue<csstype.Property.PrintColorAdjust | undefined> | StyleValueStateMap<csstype.Property.PrintColorAdjust | undefined>;
407
- quotes?: StyleValue<csstype.Property.Quotes | undefined> | StyleValueStateMap<csstype.Property.Quotes | undefined>;
408
- r?: StyleValue<csstype.Property.R<string | number> | undefined> | StyleValueStateMap<csstype.Property.R<string | number> | undefined>;
409
- resize?: StyleValue<csstype.Property.Resize | undefined> | StyleValueStateMap<csstype.Property.Resize | undefined>;
410
- right?: StyleValue<csstype.Property.Right<string | number> | undefined> | StyleValueStateMap<csstype.Property.Right<string | number> | undefined>;
411
- rotate?: StyleValue<csstype.Property.Rotate | undefined> | StyleValueStateMap<csstype.Property.Rotate | undefined>;
412
- rowGap?: StyleValue<csstype.Property.RowGap<string | number> | undefined> | StyleValueStateMap<csstype.Property.RowGap<string | number> | undefined>;
413
- rubyAlign?: StyleValue<csstype.Property.RubyAlign | undefined> | StyleValueStateMap<csstype.Property.RubyAlign | undefined>;
414
- rubyMerge?: StyleValue<csstype.Property.RubyMerge | undefined> | StyleValueStateMap<csstype.Property.RubyMerge | undefined>;
415
- rubyOverhang?: StyleValue<csstype.Property.RubyOverhang | undefined> | StyleValueStateMap<csstype.Property.RubyOverhang | undefined>;
416
- rubyPosition?: StyleValue<csstype.Property.RubyPosition | undefined> | StyleValueStateMap<csstype.Property.RubyPosition | undefined>;
417
- rx?: StyleValue<csstype.Property.Rx<string | number> | undefined> | StyleValueStateMap<csstype.Property.Rx<string | number> | undefined>;
418
- ry?: StyleValue<csstype.Property.Ry<string | number> | undefined> | StyleValueStateMap<csstype.Property.Ry<string | number> | undefined>;
419
- scale?: StyleValue<csstype.Property.Scale | undefined> | StyleValueStateMap<csstype.Property.Scale | undefined>;
420
- scrollBehavior?: StyleValue<csstype.Property.ScrollBehavior | undefined> | StyleValueStateMap<csstype.Property.ScrollBehavior | undefined>;
421
- scrollInitialTarget?: StyleValue<csstype.Property.ScrollInitialTarget | undefined> | StyleValueStateMap<csstype.Property.ScrollInitialTarget | undefined>;
422
- scrollMarginBlockEnd?: StyleValue<csstype.Property.ScrollMarginBlockEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginBlockEnd<string | number> | undefined>;
423
- scrollMarginBlockStart?: StyleValue<csstype.Property.ScrollMarginBlockStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginBlockStart<string | number> | undefined>;
424
- scrollMarginBottom?: StyleValue<csstype.Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginBottom<string | number> | undefined>;
425
- scrollMarginInlineEnd?: StyleValue<csstype.Property.ScrollMarginInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginInlineEnd<string | number> | undefined>;
426
- scrollMarginInlineStart?: StyleValue<csstype.Property.ScrollMarginInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginInlineStart<string | number> | undefined>;
427
- scrollMarginLeft?: StyleValue<csstype.Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginLeft<string | number> | undefined>;
428
- scrollMarginRight?: StyleValue<csstype.Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginRight<string | number> | undefined>;
429
- scrollMarginTop?: StyleValue<csstype.Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginTop<string | number> | undefined>;
430
- scrollPaddingBlockEnd?: StyleValue<csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined>;
431
- scrollPaddingBlockStart?: StyleValue<csstype.Property.ScrollPaddingBlockStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingBlockStart<string | number> | undefined>;
432
- scrollPaddingBottom?: StyleValue<csstype.Property.ScrollPaddingBottom<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingBottom<string | number> | undefined>;
433
- scrollPaddingInlineEnd?: StyleValue<csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined>;
434
- scrollPaddingInlineStart?: StyleValue<csstype.Property.ScrollPaddingInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingInlineStart<string | number> | undefined>;
435
- scrollPaddingLeft?: StyleValue<csstype.Property.ScrollPaddingLeft<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingLeft<string | number> | undefined>;
436
- scrollPaddingRight?: StyleValue<csstype.Property.ScrollPaddingRight<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingRight<string | number> | undefined>;
437
- scrollPaddingTop?: StyleValue<csstype.Property.ScrollPaddingTop<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingTop<string | number> | undefined>;
438
- scrollSnapAlign?: StyleValue<csstype.Property.ScrollSnapAlign | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapAlign | undefined>;
439
- scrollSnapMarginBottom?: StyleValue<csstype.Property.ScrollMarginBottom<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginBottom<string | number> | undefined>;
440
- scrollSnapMarginLeft?: StyleValue<csstype.Property.ScrollMarginLeft<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginLeft<string | number> | undefined>;
441
- scrollSnapMarginRight?: StyleValue<csstype.Property.ScrollMarginRight<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginRight<string | number> | undefined>;
442
- scrollSnapMarginTop?: StyleValue<csstype.Property.ScrollMarginTop<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginTop<string | number> | undefined>;
443
- scrollSnapStop?: StyleValue<csstype.Property.ScrollSnapStop | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapStop | undefined>;
444
- scrollSnapType?: StyleValue<csstype.Property.ScrollSnapType | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapType | undefined>;
445
- scrollTimelineAxis?: StyleValue<csstype.Property.ScrollTimelineAxis | undefined> | StyleValueStateMap<csstype.Property.ScrollTimelineAxis | undefined>;
446
- scrollTimelineName?: StyleValue<csstype.Property.ScrollTimelineName | undefined> | StyleValueStateMap<csstype.Property.ScrollTimelineName | undefined>;
447
- scrollbarColor?: StyleValue<csstype.Property.ScrollbarColor | undefined> | StyleValueStateMap<csstype.Property.ScrollbarColor | undefined>;
448
- scrollbarGutter?: StyleValue<csstype.Property.ScrollbarGutter | undefined> | StyleValueStateMap<csstype.Property.ScrollbarGutter | undefined>;
449
- scrollbarWidth?: StyleValue<csstype.Property.ScrollbarWidth | undefined> | StyleValueStateMap<csstype.Property.ScrollbarWidth | undefined>;
450
- shapeImageThreshold?: StyleValue<csstype.Property.ShapeImageThreshold | undefined> | StyleValueStateMap<csstype.Property.ShapeImageThreshold | undefined>;
451
- shapeMargin?: StyleValue<csstype.Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<csstype.Property.ShapeMargin<string | number> | undefined>;
452
- shapeOutside?: StyleValue<csstype.Property.ShapeOutside | undefined> | StyleValueStateMap<csstype.Property.ShapeOutside | undefined>;
453
- shapeRendering?: StyleValue<csstype.Property.ShapeRendering | undefined> | StyleValueStateMap<csstype.Property.ShapeRendering | undefined>;
454
- speakAs?: StyleValue<csstype.Property.SpeakAs | undefined> | StyleValueStateMap<csstype.Property.SpeakAs | undefined>;
455
- stopColor?: StyleValue<csstype.Property.StopColor | undefined> | StyleValueStateMap<csstype.Property.StopColor | undefined>;
456
- stopOpacity?: StyleValue<csstype.Property.StopOpacity | undefined> | StyleValueStateMap<csstype.Property.StopOpacity | undefined>;
457
- stroke?: StyleValue<csstype.Property.Stroke | undefined> | StyleValueStateMap<csstype.Property.Stroke | undefined>;
458
- strokeColor?: StyleValue<csstype.Property.StrokeColor | undefined> | StyleValueStateMap<csstype.Property.StrokeColor | undefined>;
459
- strokeDasharray?: StyleValue<csstype.Property.StrokeDasharray<string | number> | undefined> | StyleValueStateMap<csstype.Property.StrokeDasharray<string | number> | undefined>;
460
- strokeDashoffset?: StyleValue<csstype.Property.StrokeDashoffset<string | number> | undefined> | StyleValueStateMap<csstype.Property.StrokeDashoffset<string | number> | undefined>;
461
- strokeLinecap?: StyleValue<csstype.Property.StrokeLinecap | undefined> | StyleValueStateMap<csstype.Property.StrokeLinecap | undefined>;
462
- strokeLinejoin?: StyleValue<csstype.Property.StrokeLinejoin | undefined> | StyleValueStateMap<csstype.Property.StrokeLinejoin | undefined>;
463
- strokeMiterlimit?: StyleValue<csstype.Property.StrokeMiterlimit | undefined> | StyleValueStateMap<csstype.Property.StrokeMiterlimit | undefined>;
464
- strokeOpacity?: StyleValue<csstype.Property.StrokeOpacity | undefined> | StyleValueStateMap<csstype.Property.StrokeOpacity | undefined>;
465
- strokeWidth?: StyleValue<csstype.Property.StrokeWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.StrokeWidth<string | number> | undefined>;
466
- tabSize?: StyleValue<csstype.Property.TabSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.TabSize<string | number> | undefined>;
467
- tableLayout?: StyleValue<csstype.Property.TableLayout | undefined> | StyleValueStateMap<csstype.Property.TableLayout | undefined>;
468
- textAlign?: StyleValue<csstype.Property.TextAlign | undefined> | StyleValueStateMap<csstype.Property.TextAlign | undefined>;
469
- textAlignLast?: StyleValue<csstype.Property.TextAlignLast | undefined> | StyleValueStateMap<csstype.Property.TextAlignLast | undefined>;
470
- textAnchor?: StyleValue<csstype.Property.TextAnchor | undefined> | StyleValueStateMap<csstype.Property.TextAnchor | undefined>;
471
- textAutospace?: StyleValue<csstype.Property.TextAutospace | undefined> | StyleValueStateMap<csstype.Property.TextAutospace | undefined>;
472
- textBox?: StyleValue<csstype.Property.TextBox | undefined> | StyleValueStateMap<csstype.Property.TextBox | undefined>;
473
- textBoxEdge?: StyleValue<csstype.Property.TextBoxEdge | undefined> | StyleValueStateMap<csstype.Property.TextBoxEdge | undefined>;
474
- textBoxTrim?: StyleValue<csstype.Property.TextBoxTrim | undefined> | StyleValueStateMap<csstype.Property.TextBoxTrim | undefined>;
475
- textCombineUpright?: StyleValue<csstype.Property.TextCombineUpright | undefined> | StyleValueStateMap<csstype.Property.TextCombineUpright | undefined>;
476
- textDecorationColor?: StyleValue<csstype.Property.TextDecorationColor | undefined> | StyleValueStateMap<csstype.Property.TextDecorationColor | undefined>;
477
- textDecorationLine?: StyleValue<csstype.Property.TextDecorationLine | undefined> | StyleValueStateMap<csstype.Property.TextDecorationLine | undefined>;
478
- textDecorationSkip?: StyleValue<csstype.Property.TextDecorationSkip | undefined> | StyleValueStateMap<csstype.Property.TextDecorationSkip | undefined>;
479
- textDecorationSkipInk?: StyleValue<csstype.Property.TextDecorationSkipInk | undefined> | StyleValueStateMap<csstype.Property.TextDecorationSkipInk | undefined>;
480
- textDecorationStyle?: StyleValue<csstype.Property.TextDecorationStyle | undefined> | StyleValueStateMap<csstype.Property.TextDecorationStyle | undefined>;
481
- textDecorationThickness?: StyleValue<csstype.Property.TextDecorationThickness<string | number> | undefined> | StyleValueStateMap<csstype.Property.TextDecorationThickness<string | number> | undefined>;
482
- textEmphasisColor?: StyleValue<csstype.Property.TextEmphasisColor | undefined> | StyleValueStateMap<csstype.Property.TextEmphasisColor | undefined>;
483
- textEmphasisPosition?: StyleValue<csstype.Property.TextEmphasisPosition | undefined> | StyleValueStateMap<csstype.Property.TextEmphasisPosition | undefined>;
484
- textEmphasisStyle?: StyleValue<csstype.Property.TextEmphasisStyle | undefined> | StyleValueStateMap<csstype.Property.TextEmphasisStyle | undefined>;
485
- textIndent?: StyleValue<csstype.Property.TextIndent<string | number> | undefined> | StyleValueStateMap<csstype.Property.TextIndent<string | number> | undefined>;
486
- textJustify?: StyleValue<csstype.Property.TextJustify | undefined> | StyleValueStateMap<csstype.Property.TextJustify | undefined>;
487
- textOrientation?: StyleValue<csstype.Property.TextOrientation | undefined> | StyleValueStateMap<csstype.Property.TextOrientation | undefined>;
488
- textOverflow?: StyleValue<csstype.Property.TextOverflow | undefined> | StyleValueStateMap<csstype.Property.TextOverflow | undefined>;
489
- textRendering?: StyleValue<csstype.Property.TextRendering | undefined> | StyleValueStateMap<csstype.Property.TextRendering | undefined>;
490
- textShadow?: StyleValue<csstype.Property.TextShadow | undefined> | StyleValueStateMap<csstype.Property.TextShadow | undefined>;
491
- textSizeAdjust?: StyleValue<csstype.Property.TextSizeAdjust | undefined> | StyleValueStateMap<csstype.Property.TextSizeAdjust | undefined>;
492
- textSpacingTrim?: StyleValue<csstype.Property.TextSpacingTrim | undefined> | StyleValueStateMap<csstype.Property.TextSpacingTrim | undefined>;
493
- textTransform?: StyleValue<csstype.Property.TextTransform | undefined> | StyleValueStateMap<csstype.Property.TextTransform | undefined>;
494
- textUnderlineOffset?: StyleValue<csstype.Property.TextUnderlineOffset<string | number> | undefined> | StyleValueStateMap<csstype.Property.TextUnderlineOffset<string | number> | undefined>;
495
- textUnderlinePosition?: StyleValue<csstype.Property.TextUnderlinePosition | undefined> | StyleValueStateMap<csstype.Property.TextUnderlinePosition | undefined>;
496
- textWrapMode?: StyleValue<csstype.Property.TextWrapMode | undefined> | StyleValueStateMap<csstype.Property.TextWrapMode | undefined>;
497
- textWrapStyle?: StyleValue<csstype.Property.TextWrapStyle | undefined> | StyleValueStateMap<csstype.Property.TextWrapStyle | undefined>;
498
- timelineScope?: StyleValue<csstype.Property.TimelineScope | undefined> | StyleValueStateMap<csstype.Property.TimelineScope | undefined>;
499
- top?: StyleValue<csstype.Property.Top<string | number> | undefined> | StyleValueStateMap<csstype.Property.Top<string | number> | undefined>;
500
- touchAction?: StyleValue<csstype.Property.TouchAction | undefined> | StyleValueStateMap<csstype.Property.TouchAction | undefined>;
501
- transform?: StyleValue<csstype.Property.Transform | undefined> | StyleValueStateMap<csstype.Property.Transform | undefined>;
502
- transformBox?: StyleValue<csstype.Property.TransformBox | undefined> | StyleValueStateMap<csstype.Property.TransformBox | undefined>;
503
- transformOrigin?: StyleValue<csstype.Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.TransformOrigin<string | number> | undefined>;
504
- transformStyle?: StyleValue<csstype.Property.TransformStyle | undefined> | StyleValueStateMap<csstype.Property.TransformStyle | undefined>;
505
- transitionBehavior?: StyleValue<csstype.Property.TransitionBehavior | undefined> | StyleValueStateMap<csstype.Property.TransitionBehavior | undefined>;
506
- transitionDelay?: StyleValue<csstype.Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDelay<string & {}> | undefined>;
507
- transitionDuration?: StyleValue<csstype.Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDuration<string & {}> | undefined>;
508
- transitionProperty?: StyleValue<csstype.Property.TransitionProperty | undefined> | StyleValueStateMap<csstype.Property.TransitionProperty | undefined>;
509
- transitionTimingFunction?: StyleValue<csstype.Property.TransitionTimingFunction | undefined> | StyleValueStateMap<csstype.Property.TransitionTimingFunction | undefined>;
510
- translate?: StyleValue<csstype.Property.Translate<string | number> | undefined> | StyleValueStateMap<csstype.Property.Translate<string | number> | undefined>;
511
- unicodeBidi?: StyleValue<csstype.Property.UnicodeBidi | undefined> | StyleValueStateMap<csstype.Property.UnicodeBidi | undefined>;
512
- userSelect?: StyleValue<csstype.Property.UserSelect | undefined> | StyleValueStateMap<csstype.Property.UserSelect | undefined>;
513
- vectorEffect?: StyleValue<csstype.Property.VectorEffect | undefined> | StyleValueStateMap<csstype.Property.VectorEffect | undefined>;
514
- verticalAlign?: StyleValue<csstype.Property.VerticalAlign<string | number> | undefined> | StyleValueStateMap<csstype.Property.VerticalAlign<string | number> | undefined>;
515
- viewTimelineAxis?: StyleValue<csstype.Property.ViewTimelineAxis | undefined> | StyleValueStateMap<csstype.Property.ViewTimelineAxis | undefined>;
516
- viewTimelineInset?: StyleValue<csstype.Property.ViewTimelineInset<string | number> | undefined> | StyleValueStateMap<csstype.Property.ViewTimelineInset<string | number> | undefined>;
517
- viewTimelineName?: StyleValue<csstype.Property.ViewTimelineName | undefined> | StyleValueStateMap<csstype.Property.ViewTimelineName | undefined>;
518
- viewTransitionClass?: StyleValue<csstype.Property.ViewTransitionClass | undefined> | StyleValueStateMap<csstype.Property.ViewTransitionClass | undefined>;
519
- viewTransitionName?: StyleValue<csstype.Property.ViewTransitionName | undefined> | StyleValueStateMap<csstype.Property.ViewTransitionName | undefined>;
520
- visibility?: StyleValue<csstype.Property.Visibility | undefined> | StyleValueStateMap<csstype.Property.Visibility | undefined>;
521
- whiteSpace?: StyleValue<csstype.Property.WhiteSpace | undefined> | StyleValueStateMap<csstype.Property.WhiteSpace | undefined>;
522
- whiteSpaceCollapse?: StyleValue<csstype.Property.WhiteSpaceCollapse | undefined> | StyleValueStateMap<csstype.Property.WhiteSpaceCollapse | undefined>;
523
- widows?: StyleValue<csstype.Property.Widows | undefined> | StyleValueStateMap<csstype.Property.Widows | undefined>;
524
- willChange?: StyleValue<csstype.Property.WillChange | undefined> | StyleValueStateMap<csstype.Property.WillChange | undefined>;
525
- wordBreak?: StyleValue<csstype.Property.WordBreak | undefined> | StyleValueStateMap<csstype.Property.WordBreak | undefined>;
526
- wordSpacing?: StyleValue<csstype.Property.WordSpacing<string | number> | undefined> | StyleValueStateMap<csstype.Property.WordSpacing<string | number> | undefined>;
527
- wordWrap?: StyleValue<csstype.Property.WordWrap | undefined> | StyleValueStateMap<csstype.Property.WordWrap | undefined>;
528
- writingMode?: StyleValue<csstype.Property.WritingMode | undefined> | StyleValueStateMap<csstype.Property.WritingMode | undefined>;
529
- x?: StyleValue<csstype.Property.X<string | number> | undefined> | StyleValueStateMap<csstype.Property.X<string | number> | undefined>;
530
- y?: StyleValue<csstype.Property.Y<string | number> | undefined> | StyleValueStateMap<csstype.Property.Y<string | number> | undefined>;
531
- zIndex?: StyleValue<csstype.Property.ZIndex | undefined> | StyleValueStateMap<csstype.Property.ZIndex | undefined>;
532
- zoom?: StyleValue<csstype.Property.Zoom | undefined> | StyleValueStateMap<csstype.Property.Zoom | undefined>;
533
- animation?: StyleValue<csstype.Property.Animation<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Animation<string & {}> | undefined>;
534
- animationRange?: StyleValue<csstype.Property.AnimationRange<string | number> | undefined> | StyleValueStateMap<csstype.Property.AnimationRange<string | number> | undefined>;
535
- background?: StyleValue<csstype.Property.Background<string | number> | undefined> | StyleValueStateMap<csstype.Property.Background<string | number> | undefined>;
536
- backgroundPosition?: StyleValue<csstype.Property.BackgroundPosition<string | number> | undefined> | StyleValueStateMap<csstype.Property.BackgroundPosition<string | number> | undefined>;
537
- borderBlock?: StyleValue<csstype.Property.BorderBlock<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBlock<string | number> | undefined>;
538
- borderBlockColor?: StyleValue<csstype.Property.BorderBlockColor | undefined> | StyleValueStateMap<csstype.Property.BorderBlockColor | undefined>;
539
- borderBlockEnd?: StyleValue<csstype.Property.BorderBlockEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBlockEnd<string | number> | undefined>;
540
- borderBlockStart?: StyleValue<csstype.Property.BorderBlockStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBlockStart<string | number> | undefined>;
541
- borderBlockStyle?: StyleValue<csstype.Property.BorderBlockStyle | undefined> | StyleValueStateMap<csstype.Property.BorderBlockStyle | undefined>;
542
- borderBlockWidth?: StyleValue<csstype.Property.BorderBlockWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBlockWidth<string | number> | undefined>;
543
- borderBottom?: StyleValue<csstype.Property.BorderBottom<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottom<string | number> | undefined>;
544
- borderColor?: StyleValue<csstype.Property.BorderColor | undefined> | StyleValueStateMap<csstype.Property.BorderColor | undefined>;
545
- borderImage?: StyleValue<csstype.Property.BorderImage | undefined> | StyleValueStateMap<csstype.Property.BorderImage | undefined>;
546
- borderInline?: StyleValue<csstype.Property.BorderInline<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderInline<string | number> | undefined>;
547
- borderInlineColor?: StyleValue<csstype.Property.BorderInlineColor | undefined> | StyleValueStateMap<csstype.Property.BorderInlineColor | undefined>;
548
- borderInlineEnd?: StyleValue<csstype.Property.BorderInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderInlineEnd<string | number> | undefined>;
549
- borderInlineStart?: StyleValue<csstype.Property.BorderInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderInlineStart<string | number> | undefined>;
550
- borderInlineStyle?: StyleValue<csstype.Property.BorderInlineStyle | undefined> | StyleValueStateMap<csstype.Property.BorderInlineStyle | undefined>;
551
- borderInlineWidth?: StyleValue<csstype.Property.BorderInlineWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderInlineWidth<string | number> | undefined>;
552
- borderLeft?: StyleValue<csstype.Property.BorderLeft<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderLeft<string | number> | undefined>;
553
- borderRadius?: StyleValue<csstype.Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderRadius<string | number> | undefined>;
554
- borderRight?: StyleValue<csstype.Property.BorderRight<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderRight<string | number> | undefined>;
555
- borderStyle?: StyleValue<csstype.Property.BorderStyle | undefined> | StyleValueStateMap<csstype.Property.BorderStyle | undefined>;
556
- borderTop?: StyleValue<csstype.Property.BorderTop<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTop<string | number> | undefined>;
557
- borderWidth?: StyleValue<csstype.Property.BorderWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderWidth<string | number> | undefined>;
558
- caret?: StyleValue<csstype.Property.Caret | undefined> | StyleValueStateMap<csstype.Property.Caret | undefined>;
559
- columnRule?: StyleValue<csstype.Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnRule<string | number> | undefined>;
560
- columns?: StyleValue<csstype.Property.Columns<string | number> | undefined> | StyleValueStateMap<csstype.Property.Columns<string | number> | undefined>;
561
- containIntrinsicSize?: StyleValue<csstype.Property.ContainIntrinsicSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.ContainIntrinsicSize<string | number> | undefined>;
562
- container?: StyleValue<csstype.Property.Container | undefined> | StyleValueStateMap<csstype.Property.Container | undefined>;
563
- flex?: StyleValue<csstype.Property.Flex<string | number> | undefined> | StyleValueStateMap<csstype.Property.Flex<string | number> | undefined>;
564
- flexFlow?: StyleValue<csstype.Property.FlexFlow | undefined> | StyleValueStateMap<csstype.Property.FlexFlow | undefined>;
565
- grid?: StyleValue<csstype.Property.Grid | undefined> | StyleValueStateMap<csstype.Property.Grid | undefined>;
566
- gridArea?: StyleValue<csstype.Property.GridArea | undefined> | StyleValueStateMap<csstype.Property.GridArea | undefined>;
567
- gridColumn?: StyleValue<csstype.Property.GridColumn | undefined> | StyleValueStateMap<csstype.Property.GridColumn | undefined>;
568
- gridRow?: StyleValue<csstype.Property.GridRow | undefined> | StyleValueStateMap<csstype.Property.GridRow | undefined>;
569
- gridTemplate?: StyleValue<csstype.Property.GridTemplate | undefined> | StyleValueStateMap<csstype.Property.GridTemplate | undefined>;
570
- inset?: StyleValue<csstype.Property.Inset<string | number> | undefined> | StyleValueStateMap<csstype.Property.Inset<string | number> | undefined>;
571
- insetBlock?: StyleValue<csstype.Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetBlock<string | number> | undefined>;
572
- insetInline?: StyleValue<csstype.Property.InsetInline<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetInline<string | number> | undefined>;
573
- lineClamp?: StyleValue<csstype.Property.LineClamp | undefined> | StyleValueStateMap<csstype.Property.LineClamp | undefined>;
574
- listStyle?: StyleValue<csstype.Property.ListStyle | undefined> | StyleValueStateMap<csstype.Property.ListStyle | undefined>;
575
- marginBlock?: StyleValue<csstype.Property.MarginBlock<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginBlock<string | number> | undefined>;
576
- marginInline?: StyleValue<csstype.Property.MarginInline<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginInline<string | number> | undefined>;
577
- mask?: StyleValue<csstype.Property.Mask<string | number> | undefined> | StyleValueStateMap<csstype.Property.Mask<string | number> | undefined>;
578
- maskBorder?: StyleValue<csstype.Property.MaskBorder | undefined> | StyleValueStateMap<csstype.Property.MaskBorder | undefined>;
579
- motion?: StyleValue<csstype.Property.Offset<string | number> | undefined> | StyleValueStateMap<csstype.Property.Offset<string | number> | undefined>;
580
- offset?: StyleValue<csstype.Property.Offset<string | number> | undefined> | StyleValueStateMap<csstype.Property.Offset<string | number> | undefined>;
581
- overflow?: StyleValue<csstype.Property.Overflow | undefined> | StyleValueStateMap<csstype.Property.Overflow | undefined>;
582
- overscrollBehavior?: StyleValue<csstype.Property.OverscrollBehavior | undefined> | StyleValueStateMap<csstype.Property.OverscrollBehavior | undefined>;
583
- paddingBlock?: StyleValue<csstype.Property.PaddingBlock<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingBlock<string | number> | undefined>;
584
- paddingInline?: StyleValue<csstype.Property.PaddingInline<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingInline<string | number> | undefined>;
585
- placeSelf?: StyleValue<csstype.Property.PlaceSelf | undefined> | StyleValueStateMap<csstype.Property.PlaceSelf | undefined>;
586
- positionTry?: StyleValue<csstype.Property.PositionTry | undefined> | StyleValueStateMap<csstype.Property.PositionTry | undefined>;
587
- scrollMargin?: StyleValue<csstype.Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMargin<string | number> | undefined>;
588
- scrollMarginBlock?: StyleValue<csstype.Property.ScrollMarginBlock<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginBlock<string | number> | undefined>;
589
- scrollMarginInline?: StyleValue<csstype.Property.ScrollMarginInline<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMarginInline<string | number> | undefined>;
590
- scrollPadding?: StyleValue<csstype.Property.ScrollPadding<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPadding<string | number> | undefined>;
591
- scrollPaddingBlock?: StyleValue<csstype.Property.ScrollPaddingBlock<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingBlock<string | number> | undefined>;
592
- scrollPaddingInline?: StyleValue<csstype.Property.ScrollPaddingInline<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollPaddingInline<string | number> | undefined>;
593
- scrollSnapMargin?: StyleValue<csstype.Property.ScrollMargin<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollMargin<string | number> | undefined>;
594
- scrollTimeline?: StyleValue<csstype.Property.ScrollTimeline | undefined> | StyleValueStateMap<csstype.Property.ScrollTimeline | undefined>;
595
- textDecoration?: StyleValue<csstype.Property.TextDecoration<string | number> | undefined> | StyleValueStateMap<csstype.Property.TextDecoration<string | number> | undefined>;
596
- textEmphasis?: StyleValue<csstype.Property.TextEmphasis | undefined> | StyleValueStateMap<csstype.Property.TextEmphasis | undefined>;
597
- textWrap?: StyleValue<csstype.Property.TextWrap | undefined> | StyleValueStateMap<csstype.Property.TextWrap | undefined>;
598
- viewTimeline?: StyleValue<csstype.Property.ViewTimeline | undefined> | StyleValueStateMap<csstype.Property.ViewTimeline | undefined>;
599
- MozAnimationDelay?: StyleValue<csstype.Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDelay<string & {}> | undefined>;
600
- MozAnimationDirection?: StyleValue<csstype.Property.AnimationDirection | undefined> | StyleValueStateMap<csstype.Property.AnimationDirection | undefined>;
601
- MozAnimationDuration?: StyleValue<csstype.Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDuration<string & {}> | undefined>;
602
- MozAnimationFillMode?: StyleValue<csstype.Property.AnimationFillMode | undefined> | StyleValueStateMap<csstype.Property.AnimationFillMode | undefined>;
603
- MozAnimationIterationCount?: StyleValue<csstype.Property.AnimationIterationCount | undefined> | StyleValueStateMap<csstype.Property.AnimationIterationCount | undefined>;
604
- MozAnimationName?: StyleValue<csstype.Property.AnimationName | undefined> | StyleValueStateMap<csstype.Property.AnimationName | undefined>;
605
- MozAnimationPlayState?: StyleValue<csstype.Property.AnimationPlayState | undefined> | StyleValueStateMap<csstype.Property.AnimationPlayState | undefined>;
606
- MozAnimationTimingFunction?: StyleValue<csstype.Property.AnimationTimingFunction | undefined> | StyleValueStateMap<csstype.Property.AnimationTimingFunction | undefined>;
607
- MozAppearance?: StyleValue<csstype.Property.MozAppearance | undefined> | StyleValueStateMap<csstype.Property.MozAppearance | undefined>;
608
- MozBackfaceVisibility?: StyleValue<csstype.Property.BackfaceVisibility | undefined> | StyleValueStateMap<csstype.Property.BackfaceVisibility | undefined>;
609
- MozBinding?: StyleValue<csstype.Property.MozBinding | undefined> | StyleValueStateMap<csstype.Property.MozBinding | undefined>;
610
- MozBorderBottomColors?: StyleValue<csstype.Property.MozBorderBottomColors | undefined> | StyleValueStateMap<csstype.Property.MozBorderBottomColors | undefined>;
611
- MozBorderEndColor?: StyleValue<csstype.Property.BorderInlineEndColor | undefined> | StyleValueStateMap<csstype.Property.BorderInlineEndColor | undefined>;
612
- MozBorderEndStyle?: StyleValue<csstype.Property.BorderInlineEndStyle | undefined> | StyleValueStateMap<csstype.Property.BorderInlineEndStyle | undefined>;
613
- MozBorderEndWidth?: StyleValue<csstype.Property.BorderInlineEndWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderInlineEndWidth<string | number> | undefined>;
614
- MozBorderLeftColors?: StyleValue<csstype.Property.MozBorderLeftColors | undefined> | StyleValueStateMap<csstype.Property.MozBorderLeftColors | undefined>;
615
- MozBorderRightColors?: StyleValue<csstype.Property.MozBorderRightColors | undefined> | StyleValueStateMap<csstype.Property.MozBorderRightColors | undefined>;
616
- MozBorderStartColor?: StyleValue<csstype.Property.BorderInlineStartColor | undefined> | StyleValueStateMap<csstype.Property.BorderInlineStartColor | undefined>;
617
- MozBorderStartStyle?: StyleValue<csstype.Property.BorderInlineStartStyle | undefined> | StyleValueStateMap<csstype.Property.BorderInlineStartStyle | undefined>;
618
- MozBorderTopColors?: StyleValue<csstype.Property.MozBorderTopColors | undefined> | StyleValueStateMap<csstype.Property.MozBorderTopColors | undefined>;
619
- MozBoxSizing?: StyleValue<csstype.Property.BoxSizing | undefined> | StyleValueStateMap<csstype.Property.BoxSizing | undefined>;
620
- MozColumnRuleColor?: StyleValue<csstype.Property.ColumnRuleColor | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleColor | undefined>;
621
- MozColumnRuleStyle?: StyleValue<csstype.Property.ColumnRuleStyle | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleStyle | undefined>;
622
- MozColumnRuleWidth?: StyleValue<csstype.Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleWidth<string | number> | undefined>;
623
- MozColumnWidth?: StyleValue<csstype.Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnWidth<string | number> | undefined>;
624
- MozContextProperties?: StyleValue<csstype.Property.MozContextProperties | undefined> | StyleValueStateMap<csstype.Property.MozContextProperties | undefined>;
625
- MozFontFeatureSettings?: StyleValue<csstype.Property.FontFeatureSettings | undefined> | StyleValueStateMap<csstype.Property.FontFeatureSettings | undefined>;
626
- MozFontLanguageOverride?: StyleValue<csstype.Property.FontLanguageOverride | undefined> | StyleValueStateMap<csstype.Property.FontLanguageOverride | undefined>;
627
- MozHyphens?: StyleValue<csstype.Property.Hyphens | undefined> | StyleValueStateMap<csstype.Property.Hyphens | undefined>;
628
- MozMarginEnd?: StyleValue<csstype.Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginInlineEnd<string | number> | undefined>;
629
- MozMarginStart?: StyleValue<csstype.Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginInlineStart<string | number> | undefined>;
630
- MozOrient?: StyleValue<csstype.Property.MozOrient | undefined> | StyleValueStateMap<csstype.Property.MozOrient | undefined>;
631
- MozOsxFontSmoothing?: StyleValue<csstype.Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<csstype.Property.FontSmooth<string | number> | undefined>;
632
- MozOutlineRadiusBottomleft?: StyleValue<csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined> | StyleValueStateMap<csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
633
- MozOutlineRadiusBottomright?: StyleValue<csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined> | StyleValueStateMap<csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined>;
634
- MozOutlineRadiusTopleft?: StyleValue<csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined> | StyleValueStateMap<csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined>;
635
- MozOutlineRadiusTopright?: StyleValue<csstype.Property.MozOutlineRadiusTopright<string | number> | undefined> | StyleValueStateMap<csstype.Property.MozOutlineRadiusTopright<string | number> | undefined>;
636
- MozPaddingEnd?: StyleValue<csstype.Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingInlineEnd<string | number> | undefined>;
637
- MozPaddingStart?: StyleValue<csstype.Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingInlineStart<string | number> | undefined>;
638
- MozPerspective?: StyleValue<csstype.Property.Perspective<string | number> | undefined> | StyleValueStateMap<csstype.Property.Perspective<string | number> | undefined>;
639
- MozPerspectiveOrigin?: StyleValue<csstype.Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.PerspectiveOrigin<string | number> | undefined>;
640
- MozStackSizing?: StyleValue<csstype.Property.MozStackSizing | undefined> | StyleValueStateMap<csstype.Property.MozStackSizing | undefined>;
641
- MozTabSize?: StyleValue<csstype.Property.TabSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.TabSize<string | number> | undefined>;
642
- MozTextBlink?: StyleValue<csstype.Property.MozTextBlink | undefined> | StyleValueStateMap<csstype.Property.MozTextBlink | undefined>;
643
- MozTextSizeAdjust?: StyleValue<csstype.Property.TextSizeAdjust | undefined> | StyleValueStateMap<csstype.Property.TextSizeAdjust | undefined>;
644
- MozTransform?: StyleValue<csstype.Property.Transform | undefined> | StyleValueStateMap<csstype.Property.Transform | undefined>;
645
- MozTransformOrigin?: StyleValue<csstype.Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.TransformOrigin<string | number> | undefined>;
646
- MozTransformStyle?: StyleValue<csstype.Property.TransformStyle | undefined> | StyleValueStateMap<csstype.Property.TransformStyle | undefined>;
647
- MozUserModify?: StyleValue<csstype.Property.MozUserModify | undefined> | StyleValueStateMap<csstype.Property.MozUserModify | undefined>;
648
- MozUserSelect?: StyleValue<csstype.Property.UserSelect | undefined> | StyleValueStateMap<csstype.Property.UserSelect | undefined>;
649
- MozWindowDragging?: StyleValue<csstype.Property.MozWindowDragging | undefined> | StyleValueStateMap<csstype.Property.MozWindowDragging | undefined>;
650
- MozWindowShadow?: StyleValue<csstype.Property.MozWindowShadow | undefined> | StyleValueStateMap<csstype.Property.MozWindowShadow | undefined>;
651
- msAccelerator?: StyleValue<csstype.Property.MsAccelerator | undefined> | StyleValueStateMap<csstype.Property.MsAccelerator | undefined>;
652
- msBlockProgression?: StyleValue<csstype.Property.MsBlockProgression | undefined> | StyleValueStateMap<csstype.Property.MsBlockProgression | undefined>;
653
- msContentZoomChaining?: StyleValue<csstype.Property.MsContentZoomChaining | undefined> | StyleValueStateMap<csstype.Property.MsContentZoomChaining | undefined>;
654
- msContentZoomLimitMax?: StyleValue<csstype.Property.MsContentZoomLimitMax | undefined> | StyleValueStateMap<csstype.Property.MsContentZoomLimitMax | undefined>;
655
- msContentZoomLimitMin?: StyleValue<csstype.Property.MsContentZoomLimitMin | undefined> | StyleValueStateMap<csstype.Property.MsContentZoomLimitMin | undefined>;
656
- msContentZoomSnapPoints?: StyleValue<csstype.Property.MsContentZoomSnapPoints | undefined> | StyleValueStateMap<csstype.Property.MsContentZoomSnapPoints | undefined>;
657
- msContentZoomSnapType?: StyleValue<csstype.Property.MsContentZoomSnapType | undefined> | StyleValueStateMap<csstype.Property.MsContentZoomSnapType | undefined>;
658
- msContentZooming?: StyleValue<csstype.Property.MsContentZooming | undefined> | StyleValueStateMap<csstype.Property.MsContentZooming | undefined>;
659
- msFilter?: StyleValue<csstype.Property.MsFilter | undefined> | StyleValueStateMap<csstype.Property.MsFilter | undefined>;
660
- msFlexDirection?: StyleValue<csstype.Property.FlexDirection | undefined> | StyleValueStateMap<csstype.Property.FlexDirection | undefined>;
661
- msFlexPositive?: StyleValue<csstype.Property.FlexGrow | undefined> | StyleValueStateMap<csstype.Property.FlexGrow | undefined>;
662
- msFlowFrom?: StyleValue<csstype.Property.MsFlowFrom | undefined> | StyleValueStateMap<csstype.Property.MsFlowFrom | undefined>;
663
- msFlowInto?: StyleValue<csstype.Property.MsFlowInto | undefined> | StyleValueStateMap<csstype.Property.MsFlowInto | undefined>;
664
- msGridColumns?: StyleValue<csstype.Property.MsGridColumns<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsGridColumns<string | number> | undefined>;
665
- msGridRows?: StyleValue<csstype.Property.MsGridRows<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsGridRows<string | number> | undefined>;
666
- msHighContrastAdjust?: StyleValue<csstype.Property.MsHighContrastAdjust | undefined> | StyleValueStateMap<csstype.Property.MsHighContrastAdjust | undefined>;
667
- msHyphenateLimitChars?: StyleValue<csstype.Property.MsHyphenateLimitChars | undefined> | StyleValueStateMap<csstype.Property.MsHyphenateLimitChars | undefined>;
668
- msHyphenateLimitLines?: StyleValue<csstype.Property.MsHyphenateLimitLines | undefined> | StyleValueStateMap<csstype.Property.MsHyphenateLimitLines | undefined>;
669
- msHyphenateLimitZone?: StyleValue<csstype.Property.MsHyphenateLimitZone<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsHyphenateLimitZone<string | number> | undefined>;
670
- msHyphens?: StyleValue<csstype.Property.Hyphens | undefined> | StyleValueStateMap<csstype.Property.Hyphens | undefined>;
671
- msImeAlign?: StyleValue<csstype.Property.MsImeAlign | undefined> | StyleValueStateMap<csstype.Property.MsImeAlign | undefined>;
672
- msLineBreak?: StyleValue<csstype.Property.LineBreak | undefined> | StyleValueStateMap<csstype.Property.LineBreak | undefined>;
673
- msOrder?: StyleValue<csstype.Property.Order | undefined> | StyleValueStateMap<csstype.Property.Order | undefined>;
674
- msOverflowStyle?: StyleValue<csstype.Property.MsOverflowStyle | undefined> | StyleValueStateMap<csstype.Property.MsOverflowStyle | undefined>;
675
- msOverflowX?: StyleValue<csstype.Property.OverflowX | undefined> | StyleValueStateMap<csstype.Property.OverflowX | undefined>;
676
- msOverflowY?: StyleValue<csstype.Property.OverflowY | undefined> | StyleValueStateMap<csstype.Property.OverflowY | undefined>;
677
- msScrollChaining?: StyleValue<csstype.Property.MsScrollChaining | undefined> | StyleValueStateMap<csstype.Property.MsScrollChaining | undefined>;
678
- msScrollLimitXMax?: StyleValue<csstype.Property.MsScrollLimitXMax<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsScrollLimitXMax<string | number> | undefined>;
679
- msScrollLimitXMin?: StyleValue<csstype.Property.MsScrollLimitXMin<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsScrollLimitXMin<string | number> | undefined>;
680
- msScrollLimitYMax?: StyleValue<csstype.Property.MsScrollLimitYMax<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsScrollLimitYMax<string | number> | undefined>;
681
- msScrollLimitYMin?: StyleValue<csstype.Property.MsScrollLimitYMin<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsScrollLimitYMin<string | number> | undefined>;
682
- msScrollRails?: StyleValue<csstype.Property.MsScrollRails | undefined> | StyleValueStateMap<csstype.Property.MsScrollRails | undefined>;
683
- msScrollSnapPointsX?: StyleValue<csstype.Property.MsScrollSnapPointsX | undefined> | StyleValueStateMap<csstype.Property.MsScrollSnapPointsX | undefined>;
684
- msScrollSnapPointsY?: StyleValue<csstype.Property.MsScrollSnapPointsY | undefined> | StyleValueStateMap<csstype.Property.MsScrollSnapPointsY | undefined>;
685
- msScrollSnapType?: StyleValue<csstype.Property.MsScrollSnapType | undefined> | StyleValueStateMap<csstype.Property.MsScrollSnapType | undefined>;
686
- msScrollTranslation?: StyleValue<csstype.Property.MsScrollTranslation | undefined> | StyleValueStateMap<csstype.Property.MsScrollTranslation | undefined>;
687
- msScrollbar3dlightColor?: StyleValue<csstype.Property.MsScrollbar3dlightColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbar3dlightColor | undefined>;
688
- msScrollbarArrowColor?: StyleValue<csstype.Property.MsScrollbarArrowColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbarArrowColor | undefined>;
689
- msScrollbarBaseColor?: StyleValue<csstype.Property.MsScrollbarBaseColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbarBaseColor | undefined>;
690
- msScrollbarDarkshadowColor?: StyleValue<csstype.Property.MsScrollbarDarkshadowColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbarDarkshadowColor | undefined>;
691
- msScrollbarFaceColor?: StyleValue<csstype.Property.MsScrollbarFaceColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbarFaceColor | undefined>;
692
- msScrollbarHighlightColor?: StyleValue<csstype.Property.MsScrollbarHighlightColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbarHighlightColor | undefined>;
693
- msScrollbarShadowColor?: StyleValue<csstype.Property.MsScrollbarShadowColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbarShadowColor | undefined>;
694
- msScrollbarTrackColor?: StyleValue<csstype.Property.MsScrollbarTrackColor | undefined> | StyleValueStateMap<csstype.Property.MsScrollbarTrackColor | undefined>;
695
- msTextAutospace?: StyleValue<csstype.Property.MsTextAutospace | undefined> | StyleValueStateMap<csstype.Property.MsTextAutospace | undefined>;
696
- msTextCombineHorizontal?: StyleValue<csstype.Property.TextCombineUpright | undefined> | StyleValueStateMap<csstype.Property.TextCombineUpright | undefined>;
697
- msTextOverflow?: StyleValue<csstype.Property.TextOverflow | undefined> | StyleValueStateMap<csstype.Property.TextOverflow | undefined>;
698
- msTouchAction?: StyleValue<csstype.Property.TouchAction | undefined> | StyleValueStateMap<csstype.Property.TouchAction | undefined>;
699
- msTouchSelect?: StyleValue<csstype.Property.MsTouchSelect | undefined> | StyleValueStateMap<csstype.Property.MsTouchSelect | undefined>;
700
- msTransform?: StyleValue<csstype.Property.Transform | undefined> | StyleValueStateMap<csstype.Property.Transform | undefined>;
701
- msTransformOrigin?: StyleValue<csstype.Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.TransformOrigin<string | number> | undefined>;
702
- msTransitionDelay?: StyleValue<csstype.Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDelay<string & {}> | undefined>;
703
- msTransitionDuration?: StyleValue<csstype.Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDuration<string & {}> | undefined>;
704
- msTransitionProperty?: StyleValue<csstype.Property.TransitionProperty | undefined> | StyleValueStateMap<csstype.Property.TransitionProperty | undefined>;
705
- msTransitionTimingFunction?: StyleValue<csstype.Property.TransitionTimingFunction | undefined> | StyleValueStateMap<csstype.Property.TransitionTimingFunction | undefined>;
706
- msUserSelect?: StyleValue<csstype.Property.MsUserSelect | undefined> | StyleValueStateMap<csstype.Property.MsUserSelect | undefined>;
707
- msWordBreak?: StyleValue<csstype.Property.WordBreak | undefined> | StyleValueStateMap<csstype.Property.WordBreak | undefined>;
708
- msWrapFlow?: StyleValue<csstype.Property.MsWrapFlow | undefined> | StyleValueStateMap<csstype.Property.MsWrapFlow | undefined>;
709
- msWrapMargin?: StyleValue<csstype.Property.MsWrapMargin<string | number> | undefined> | StyleValueStateMap<csstype.Property.MsWrapMargin<string | number> | undefined>;
710
- msWrapThrough?: StyleValue<csstype.Property.MsWrapThrough | undefined> | StyleValueStateMap<csstype.Property.MsWrapThrough | undefined>;
711
- msWritingMode?: StyleValue<csstype.Property.WritingMode | undefined> | StyleValueStateMap<csstype.Property.WritingMode | undefined>;
712
- WebkitAlignContent?: StyleValue<csstype.Property.AlignContent | undefined> | StyleValueStateMap<csstype.Property.AlignContent | undefined>;
713
- WebkitAlignItems?: StyleValue<csstype.Property.AlignItems | undefined> | StyleValueStateMap<csstype.Property.AlignItems | undefined>;
714
- WebkitAlignSelf?: StyleValue<csstype.Property.AlignSelf | undefined> | StyleValueStateMap<csstype.Property.AlignSelf | undefined>;
715
- WebkitAnimationDelay?: StyleValue<csstype.Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDelay<string & {}> | undefined>;
716
- WebkitAnimationDirection?: StyleValue<csstype.Property.AnimationDirection | undefined> | StyleValueStateMap<csstype.Property.AnimationDirection | undefined>;
717
- WebkitAnimationDuration?: StyleValue<csstype.Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDuration<string & {}> | undefined>;
718
- WebkitAnimationFillMode?: StyleValue<csstype.Property.AnimationFillMode | undefined> | StyleValueStateMap<csstype.Property.AnimationFillMode | undefined>;
719
- WebkitAnimationIterationCount?: StyleValue<csstype.Property.AnimationIterationCount | undefined> | StyleValueStateMap<csstype.Property.AnimationIterationCount | undefined>;
720
- WebkitAnimationName?: StyleValue<csstype.Property.AnimationName | undefined> | StyleValueStateMap<csstype.Property.AnimationName | undefined>;
721
- WebkitAnimationPlayState?: StyleValue<csstype.Property.AnimationPlayState | undefined> | StyleValueStateMap<csstype.Property.AnimationPlayState | undefined>;
722
- WebkitAnimationTimingFunction?: StyleValue<csstype.Property.AnimationTimingFunction | undefined> | StyleValueStateMap<csstype.Property.AnimationTimingFunction | undefined>;
723
- WebkitAppearance?: StyleValue<csstype.Property.WebkitAppearance | undefined> | StyleValueStateMap<csstype.Property.WebkitAppearance | undefined>;
724
- WebkitBackdropFilter?: StyleValue<csstype.Property.BackdropFilter | undefined> | StyleValueStateMap<csstype.Property.BackdropFilter | undefined>;
725
- WebkitBackfaceVisibility?: StyleValue<csstype.Property.BackfaceVisibility | undefined> | StyleValueStateMap<csstype.Property.BackfaceVisibility | undefined>;
726
- WebkitBackgroundClip?: StyleValue<csstype.Property.BackgroundClip | undefined> | StyleValueStateMap<csstype.Property.BackgroundClip | undefined>;
727
- WebkitBackgroundOrigin?: StyleValue<csstype.Property.BackgroundOrigin | undefined> | StyleValueStateMap<csstype.Property.BackgroundOrigin | undefined>;
728
- WebkitBackgroundSize?: StyleValue<csstype.Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.BackgroundSize<string | number> | undefined>;
729
- WebkitBorderBeforeColor?: StyleValue<csstype.Property.WebkitBorderBeforeColor | undefined> | StyleValueStateMap<csstype.Property.WebkitBorderBeforeColor | undefined>;
730
- WebkitBorderBeforeStyle?: StyleValue<csstype.Property.WebkitBorderBeforeStyle | undefined> | StyleValueStateMap<csstype.Property.WebkitBorderBeforeStyle | undefined>;
731
- WebkitBorderBeforeWidth?: StyleValue<csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined>;
732
- WebkitBorderBottomLeftRadius?: StyleValue<csstype.Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>;
733
- WebkitBorderBottomRightRadius?: StyleValue<csstype.Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottomRightRadius<string | number> | undefined>;
734
- WebkitBorderImageSlice?: StyleValue<csstype.Property.BorderImageSlice | undefined> | StyleValueStateMap<csstype.Property.BorderImageSlice | undefined>;
735
- WebkitBorderTopLeftRadius?: StyleValue<csstype.Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTopLeftRadius<string | number> | undefined>;
736
- WebkitBorderTopRightRadius?: StyleValue<csstype.Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTopRightRadius<string | number> | undefined>;
737
- WebkitBoxDecorationBreak?: StyleValue<csstype.Property.BoxDecorationBreak | undefined> | StyleValueStateMap<csstype.Property.BoxDecorationBreak | undefined>;
738
- WebkitBoxReflect?: StyleValue<csstype.Property.WebkitBoxReflect<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitBoxReflect<string | number> | undefined>;
739
- WebkitBoxShadow?: StyleValue<csstype.Property.BoxShadow | undefined> | StyleValueStateMap<csstype.Property.BoxShadow | undefined>;
740
- WebkitBoxSizing?: StyleValue<csstype.Property.BoxSizing | undefined> | StyleValueStateMap<csstype.Property.BoxSizing | undefined>;
741
- WebkitClipPath?: StyleValue<csstype.Property.ClipPath | undefined> | StyleValueStateMap<csstype.Property.ClipPath | undefined>;
742
- WebkitColumnCount?: StyleValue<csstype.Property.ColumnCount | undefined> | StyleValueStateMap<csstype.Property.ColumnCount | undefined>;
743
- WebkitColumnFill?: StyleValue<csstype.Property.ColumnFill | undefined> | StyleValueStateMap<csstype.Property.ColumnFill | undefined>;
744
- WebkitColumnRuleColor?: StyleValue<csstype.Property.ColumnRuleColor | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleColor | undefined>;
745
- WebkitColumnRuleStyle?: StyleValue<csstype.Property.ColumnRuleStyle | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleStyle | undefined>;
746
- WebkitColumnRuleWidth?: StyleValue<csstype.Property.ColumnRuleWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnRuleWidth<string | number> | undefined>;
747
- WebkitColumnSpan?: StyleValue<csstype.Property.ColumnSpan | undefined> | StyleValueStateMap<csstype.Property.ColumnSpan | undefined>;
748
- WebkitColumnWidth?: StyleValue<csstype.Property.ColumnWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnWidth<string | number> | undefined>;
749
- WebkitFilter?: StyleValue<csstype.Property.Filter | undefined> | StyleValueStateMap<csstype.Property.Filter | undefined>;
750
- WebkitFlexBasis?: StyleValue<csstype.Property.FlexBasis<string | number> | undefined> | StyleValueStateMap<csstype.Property.FlexBasis<string | number> | undefined>;
751
- WebkitFlexDirection?: StyleValue<csstype.Property.FlexDirection | undefined> | StyleValueStateMap<csstype.Property.FlexDirection | undefined>;
752
- WebkitFlexGrow?: StyleValue<csstype.Property.FlexGrow | undefined> | StyleValueStateMap<csstype.Property.FlexGrow | undefined>;
753
- WebkitFlexShrink?: StyleValue<csstype.Property.FlexShrink | undefined> | StyleValueStateMap<csstype.Property.FlexShrink | undefined>;
754
- WebkitFlexWrap?: StyleValue<csstype.Property.FlexWrap | undefined> | StyleValueStateMap<csstype.Property.FlexWrap | undefined>;
755
- WebkitFontFeatureSettings?: StyleValue<csstype.Property.FontFeatureSettings | undefined> | StyleValueStateMap<csstype.Property.FontFeatureSettings | undefined>;
756
- WebkitFontKerning?: StyleValue<csstype.Property.FontKerning | undefined> | StyleValueStateMap<csstype.Property.FontKerning | undefined>;
757
- WebkitFontSmoothing?: StyleValue<csstype.Property.FontSmooth<string | number> | undefined> | StyleValueStateMap<csstype.Property.FontSmooth<string | number> | undefined>;
758
- WebkitFontVariantLigatures?: StyleValue<csstype.Property.FontVariantLigatures | undefined> | StyleValueStateMap<csstype.Property.FontVariantLigatures | undefined>;
759
- WebkitHyphenateCharacter?: StyleValue<csstype.Property.HyphenateCharacter | undefined> | StyleValueStateMap<csstype.Property.HyphenateCharacter | undefined>;
760
- WebkitHyphens?: StyleValue<csstype.Property.Hyphens | undefined> | StyleValueStateMap<csstype.Property.Hyphens | undefined>;
761
- WebkitInitialLetter?: StyleValue<csstype.Property.InitialLetter | undefined> | StyleValueStateMap<csstype.Property.InitialLetter | undefined>;
762
- WebkitJustifyContent?: StyleValue<csstype.Property.JustifyContent | undefined> | StyleValueStateMap<csstype.Property.JustifyContent | undefined>;
763
- WebkitLineBreak?: StyleValue<csstype.Property.LineBreak | undefined> | StyleValueStateMap<csstype.Property.LineBreak | undefined>;
764
- WebkitLineClamp?: StyleValue<csstype.Property.WebkitLineClamp | undefined> | StyleValueStateMap<csstype.Property.WebkitLineClamp | undefined>;
765
- WebkitLogicalHeight?: StyleValue<csstype.Property.BlockSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.BlockSize<string | number> | undefined>;
766
- WebkitLogicalWidth?: StyleValue<csstype.Property.InlineSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.InlineSize<string | number> | undefined>;
767
- WebkitMarginEnd?: StyleValue<csstype.Property.MarginInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginInlineEnd<string | number> | undefined>;
768
- WebkitMarginStart?: StyleValue<csstype.Property.MarginInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.MarginInlineStart<string | number> | undefined>;
769
- WebkitMaskAttachment?: StyleValue<csstype.Property.WebkitMaskAttachment | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskAttachment | undefined>;
770
- WebkitMaskBoxImageOutset?: StyleValue<csstype.Property.MaskBorderOutset<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaskBorderOutset<string | number> | undefined>;
771
- WebkitMaskBoxImageRepeat?: StyleValue<csstype.Property.MaskBorderRepeat | undefined> | StyleValueStateMap<csstype.Property.MaskBorderRepeat | undefined>;
772
- WebkitMaskBoxImageSlice?: StyleValue<csstype.Property.MaskBorderSlice | undefined> | StyleValueStateMap<csstype.Property.MaskBorderSlice | undefined>;
773
- WebkitMaskBoxImageSource?: StyleValue<csstype.Property.MaskBorderSource | undefined> | StyleValueStateMap<csstype.Property.MaskBorderSource | undefined>;
774
- WebkitMaskBoxImageWidth?: StyleValue<csstype.Property.MaskBorderWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaskBorderWidth<string | number> | undefined>;
775
- WebkitMaskClip?: StyleValue<csstype.Property.WebkitMaskClip | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskClip | undefined>;
776
- WebkitMaskComposite?: StyleValue<csstype.Property.WebkitMaskComposite | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskComposite | undefined>;
777
- WebkitMaskImage?: StyleValue<csstype.Property.WebkitMaskImage | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskImage | undefined>;
778
- WebkitMaskOrigin?: StyleValue<csstype.Property.WebkitMaskOrigin | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskOrigin | undefined>;
779
- WebkitMaskPosition?: StyleValue<csstype.Property.WebkitMaskPosition<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskPosition<string | number> | undefined>;
780
- WebkitMaskPositionX?: StyleValue<csstype.Property.WebkitMaskPositionX<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskPositionX<string | number> | undefined>;
781
- WebkitMaskPositionY?: StyleValue<csstype.Property.WebkitMaskPositionY<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskPositionY<string | number> | undefined>;
782
- WebkitMaskRepeat?: StyleValue<csstype.Property.WebkitMaskRepeat | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskRepeat | undefined>;
783
- WebkitMaskRepeatX?: StyleValue<csstype.Property.WebkitMaskRepeatX | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskRepeatX | undefined>;
784
- WebkitMaskRepeatY?: StyleValue<csstype.Property.WebkitMaskRepeatY | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskRepeatY | undefined>;
785
- WebkitMaskSize?: StyleValue<csstype.Property.WebkitMaskSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitMaskSize<string | number> | undefined>;
786
- WebkitMaxInlineSize?: StyleValue<csstype.Property.MaxInlineSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.MaxInlineSize<string | number> | undefined>;
787
- WebkitOrder?: StyleValue<csstype.Property.Order | undefined> | StyleValueStateMap<csstype.Property.Order | undefined>;
788
- WebkitOverflowScrolling?: StyleValue<csstype.Property.WebkitOverflowScrolling | undefined> | StyleValueStateMap<csstype.Property.WebkitOverflowScrolling | undefined>;
789
- WebkitPaddingEnd?: StyleValue<csstype.Property.PaddingInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingInlineEnd<string | number> | undefined>;
790
- WebkitPaddingStart?: StyleValue<csstype.Property.PaddingInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.PaddingInlineStart<string | number> | undefined>;
791
- WebkitPerspective?: StyleValue<csstype.Property.Perspective<string | number> | undefined> | StyleValueStateMap<csstype.Property.Perspective<string | number> | undefined>;
792
- WebkitPerspectiveOrigin?: StyleValue<csstype.Property.PerspectiveOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.PerspectiveOrigin<string | number> | undefined>;
793
- WebkitPrintColorAdjust?: StyleValue<csstype.Property.PrintColorAdjust | undefined> | StyleValueStateMap<csstype.Property.PrintColorAdjust | undefined>;
794
- WebkitRubyPosition?: StyleValue<csstype.Property.RubyPosition | undefined> | StyleValueStateMap<csstype.Property.RubyPosition | undefined>;
795
- WebkitScrollSnapType?: StyleValue<csstype.Property.ScrollSnapType | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapType | undefined>;
796
- WebkitShapeMargin?: StyleValue<csstype.Property.ShapeMargin<string | number> | undefined> | StyleValueStateMap<csstype.Property.ShapeMargin<string | number> | undefined>;
797
- WebkitTapHighlightColor?: StyleValue<csstype.Property.WebkitTapHighlightColor | undefined> | StyleValueStateMap<csstype.Property.WebkitTapHighlightColor | undefined>;
798
- WebkitTextCombine?: StyleValue<csstype.Property.TextCombineUpright | undefined> | StyleValueStateMap<csstype.Property.TextCombineUpright | undefined>;
799
- WebkitTextDecorationColor?: StyleValue<csstype.Property.TextDecorationColor | undefined> | StyleValueStateMap<csstype.Property.TextDecorationColor | undefined>;
800
- WebkitTextDecorationLine?: StyleValue<csstype.Property.TextDecorationLine | undefined> | StyleValueStateMap<csstype.Property.TextDecorationLine | undefined>;
801
- WebkitTextDecorationSkip?: StyleValue<csstype.Property.TextDecorationSkip | undefined> | StyleValueStateMap<csstype.Property.TextDecorationSkip | undefined>;
802
- WebkitTextDecorationStyle?: StyleValue<csstype.Property.TextDecorationStyle | undefined> | StyleValueStateMap<csstype.Property.TextDecorationStyle | undefined>;
803
- WebkitTextEmphasisColor?: StyleValue<csstype.Property.TextEmphasisColor | undefined> | StyleValueStateMap<csstype.Property.TextEmphasisColor | undefined>;
804
- WebkitTextEmphasisPosition?: StyleValue<csstype.Property.TextEmphasisPosition | undefined> | StyleValueStateMap<csstype.Property.TextEmphasisPosition | undefined>;
805
- WebkitTextEmphasisStyle?: StyleValue<csstype.Property.TextEmphasisStyle | undefined> | StyleValueStateMap<csstype.Property.TextEmphasisStyle | undefined>;
806
- WebkitTextFillColor?: StyleValue<csstype.Property.WebkitTextFillColor | undefined> | StyleValueStateMap<csstype.Property.WebkitTextFillColor | undefined>;
807
- WebkitTextOrientation?: StyleValue<csstype.Property.TextOrientation | undefined> | StyleValueStateMap<csstype.Property.TextOrientation | undefined>;
808
- WebkitTextSizeAdjust?: StyleValue<csstype.Property.TextSizeAdjust | undefined> | StyleValueStateMap<csstype.Property.TextSizeAdjust | undefined>;
809
- WebkitTextStrokeColor?: StyleValue<csstype.Property.WebkitTextStrokeColor | undefined> | StyleValueStateMap<csstype.Property.WebkitTextStrokeColor | undefined>;
810
- WebkitTextStrokeWidth?: StyleValue<csstype.Property.WebkitTextStrokeWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitTextStrokeWidth<string | number> | undefined>;
811
- WebkitTextUnderlinePosition?: StyleValue<csstype.Property.TextUnderlinePosition | undefined> | StyleValueStateMap<csstype.Property.TextUnderlinePosition | undefined>;
812
- WebkitTouchCallout?: StyleValue<csstype.Property.WebkitTouchCallout | undefined> | StyleValueStateMap<csstype.Property.WebkitTouchCallout | undefined>;
813
- WebkitTransform?: StyleValue<csstype.Property.Transform | undefined> | StyleValueStateMap<csstype.Property.Transform | undefined>;
814
- WebkitTransformOrigin?: StyleValue<csstype.Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.TransformOrigin<string | number> | undefined>;
815
- WebkitTransformStyle?: StyleValue<csstype.Property.TransformStyle | undefined> | StyleValueStateMap<csstype.Property.TransformStyle | undefined>;
816
- WebkitTransitionDelay?: StyleValue<csstype.Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDelay<string & {}> | undefined>;
817
- WebkitTransitionDuration?: StyleValue<csstype.Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDuration<string & {}> | undefined>;
818
- WebkitTransitionProperty?: StyleValue<csstype.Property.TransitionProperty | undefined> | StyleValueStateMap<csstype.Property.TransitionProperty | undefined>;
819
- WebkitTransitionTimingFunction?: StyleValue<csstype.Property.TransitionTimingFunction | undefined> | StyleValueStateMap<csstype.Property.TransitionTimingFunction | undefined>;
820
- WebkitUserModify?: StyleValue<csstype.Property.WebkitUserModify | undefined> | StyleValueStateMap<csstype.Property.WebkitUserModify | undefined>;
821
- WebkitUserSelect?: StyleValue<csstype.Property.WebkitUserSelect | undefined> | StyleValueStateMap<csstype.Property.WebkitUserSelect | undefined>;
822
- WebkitWritingMode?: StyleValue<csstype.Property.WritingMode | undefined> | StyleValueStateMap<csstype.Property.WritingMode | undefined>;
823
- MozAnimation?: StyleValue<csstype.Property.Animation<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Animation<string & {}> | undefined>;
824
- MozBorderImage?: StyleValue<csstype.Property.BorderImage | undefined> | StyleValueStateMap<csstype.Property.BorderImage | undefined>;
825
- MozColumnRule?: StyleValue<csstype.Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnRule<string | number> | undefined>;
826
- MozColumns?: StyleValue<csstype.Property.Columns<string | number> | undefined> | StyleValueStateMap<csstype.Property.Columns<string | number> | undefined>;
827
- MozOutlineRadius?: StyleValue<csstype.Property.MozOutlineRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.MozOutlineRadius<string | number> | undefined>;
828
- MozTransition?: StyleValue<csstype.Property.Transition<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Transition<string & {}> | undefined>;
829
- msContentZoomLimit?: StyleValue<csstype.Property.MsContentZoomLimit | undefined> | StyleValueStateMap<csstype.Property.MsContentZoomLimit | undefined>;
830
- msContentZoomSnap?: StyleValue<csstype.Property.MsContentZoomSnap | undefined> | StyleValueStateMap<csstype.Property.MsContentZoomSnap | undefined>;
831
- msFlex?: StyleValue<csstype.Property.Flex<string | number> | undefined> | StyleValueStateMap<csstype.Property.Flex<string | number> | undefined>;
832
- msScrollLimit?: StyleValue<csstype.Property.MsScrollLimit | undefined> | StyleValueStateMap<csstype.Property.MsScrollLimit | undefined>;
833
- msScrollSnapX?: StyleValue<csstype.Property.MsScrollSnapX | undefined> | StyleValueStateMap<csstype.Property.MsScrollSnapX | undefined>;
834
- msScrollSnapY?: StyleValue<csstype.Property.MsScrollSnapY | undefined> | StyleValueStateMap<csstype.Property.MsScrollSnapY | undefined>;
835
- msTransition?: StyleValue<csstype.Property.Transition<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Transition<string & {}> | undefined>;
836
- WebkitAnimation?: StyleValue<csstype.Property.Animation<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Animation<string & {}> | undefined>;
837
- WebkitBorderBefore?: StyleValue<csstype.Property.WebkitBorderBefore<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitBorderBefore<string | number> | undefined>;
838
- WebkitBorderImage?: StyleValue<csstype.Property.BorderImage | undefined> | StyleValueStateMap<csstype.Property.BorderImage | undefined>;
839
- WebkitBorderRadius?: StyleValue<csstype.Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderRadius<string | number> | undefined>;
840
- WebkitColumnRule?: StyleValue<csstype.Property.ColumnRule<string | number> | undefined> | StyleValueStateMap<csstype.Property.ColumnRule<string | number> | undefined>;
841
- WebkitColumns?: StyleValue<csstype.Property.Columns<string | number> | undefined> | StyleValueStateMap<csstype.Property.Columns<string | number> | undefined>;
842
- WebkitFlex?: StyleValue<csstype.Property.Flex<string | number> | undefined> | StyleValueStateMap<csstype.Property.Flex<string | number> | undefined>;
843
- WebkitFlexFlow?: StyleValue<csstype.Property.FlexFlow | undefined> | StyleValueStateMap<csstype.Property.FlexFlow | undefined>;
844
- WebkitMask?: StyleValue<csstype.Property.WebkitMask<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitMask<string | number> | undefined>;
845
- WebkitMaskBoxImage?: StyleValue<csstype.Property.MaskBorder | undefined> | StyleValueStateMap<csstype.Property.MaskBorder | undefined>;
846
- WebkitTextEmphasis?: StyleValue<csstype.Property.TextEmphasis | undefined> | StyleValueStateMap<csstype.Property.TextEmphasis | undefined>;
847
- WebkitTextStroke?: StyleValue<csstype.Property.WebkitTextStroke<string | number> | undefined> | StyleValueStateMap<csstype.Property.WebkitTextStroke<string | number> | undefined>;
848
- WebkitTransition?: StyleValue<csstype.Property.Transition<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Transition<string & {}> | undefined>;
849
- boxAlign?: StyleValue<csstype.Property.BoxAlign | undefined> | StyleValueStateMap<csstype.Property.BoxAlign | undefined>;
850
- boxDirection?: StyleValue<csstype.Property.BoxDirection | undefined> | StyleValueStateMap<csstype.Property.BoxDirection | undefined>;
851
- boxFlex?: StyleValue<csstype.Property.BoxFlex | undefined> | StyleValueStateMap<csstype.Property.BoxFlex | undefined>;
852
- boxFlexGroup?: StyleValue<csstype.Property.BoxFlexGroup | undefined> | StyleValueStateMap<csstype.Property.BoxFlexGroup | undefined>;
853
- boxLines?: StyleValue<csstype.Property.BoxLines | undefined> | StyleValueStateMap<csstype.Property.BoxLines | undefined>;
854
- boxOrdinalGroup?: StyleValue<csstype.Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<csstype.Property.BoxOrdinalGroup | undefined>;
855
- boxOrient?: StyleValue<csstype.Property.BoxOrient | undefined> | StyleValueStateMap<csstype.Property.BoxOrient | undefined>;
856
- boxPack?: StyleValue<csstype.Property.BoxPack | undefined> | StyleValueStateMap<csstype.Property.BoxPack | undefined>;
857
- clip?: StyleValue<csstype.Property.Clip | undefined> | StyleValueStateMap<csstype.Property.Clip | undefined>;
858
- fontStretch?: StyleValue<csstype.Property.FontStretch | undefined> | StyleValueStateMap<csstype.Property.FontStretch | undefined>;
859
- gridColumnGap?: StyleValue<csstype.Property.GridColumnGap<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridColumnGap<string | number> | undefined>;
860
- gridGap?: StyleValue<csstype.Property.GridGap<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridGap<string | number> | undefined>;
861
- gridRowGap?: StyleValue<csstype.Property.GridRowGap<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridRowGap<string | number> | undefined>;
862
- imeMode?: StyleValue<csstype.Property.ImeMode | undefined> | StyleValueStateMap<csstype.Property.ImeMode | undefined>;
863
- insetArea?: StyleValue<csstype.Property.PositionArea | undefined> | StyleValueStateMap<csstype.Property.PositionArea | undefined>;
864
- offsetBlock?: StyleValue<csstype.Property.InsetBlock<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetBlock<string | number> | undefined>;
865
- offsetBlockEnd?: StyleValue<csstype.Property.InsetBlockEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetBlockEnd<string | number> | undefined>;
866
- offsetBlockStart?: StyleValue<csstype.Property.InsetBlockStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetBlockStart<string | number> | undefined>;
867
- offsetInline?: StyleValue<csstype.Property.InsetInline<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetInline<string | number> | undefined>;
868
- offsetInlineEnd?: StyleValue<csstype.Property.InsetInlineEnd<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetInlineEnd<string | number> | undefined>;
869
- offsetInlineStart?: StyleValue<csstype.Property.InsetInlineStart<string | number> | undefined> | StyleValueStateMap<csstype.Property.InsetInlineStart<string | number> | undefined>;
870
- pageBreakAfter?: StyleValue<csstype.Property.PageBreakAfter | undefined> | StyleValueStateMap<csstype.Property.PageBreakAfter | undefined>;
871
- pageBreakBefore?: StyleValue<csstype.Property.PageBreakBefore | undefined> | StyleValueStateMap<csstype.Property.PageBreakBefore | undefined>;
872
- pageBreakInside?: StyleValue<csstype.Property.PageBreakInside | undefined> | StyleValueStateMap<csstype.Property.PageBreakInside | undefined>;
873
- positionTryOptions?: StyleValue<csstype.Property.PositionTryFallbacks | undefined> | StyleValueStateMap<csstype.Property.PositionTryFallbacks | undefined>;
874
- scrollSnapCoordinate?: StyleValue<csstype.Property.ScrollSnapCoordinate<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapCoordinate<string | number> | undefined>;
875
- scrollSnapDestination?: StyleValue<csstype.Property.ScrollSnapDestination<string | number> | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapDestination<string | number> | undefined>;
876
- scrollSnapPointsX?: StyleValue<csstype.Property.ScrollSnapPointsX | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapPointsX | undefined>;
877
- scrollSnapPointsY?: StyleValue<csstype.Property.ScrollSnapPointsY | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapPointsY | undefined>;
878
- scrollSnapTypeX?: StyleValue<csstype.Property.ScrollSnapTypeX | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapTypeX | undefined>;
879
- scrollSnapTypeY?: StyleValue<csstype.Property.ScrollSnapTypeY | undefined> | StyleValueStateMap<csstype.Property.ScrollSnapTypeY | undefined>;
880
- KhtmlBoxAlign?: StyleValue<csstype.Property.BoxAlign | undefined> | StyleValueStateMap<csstype.Property.BoxAlign | undefined>;
881
- KhtmlBoxDirection?: StyleValue<csstype.Property.BoxDirection | undefined> | StyleValueStateMap<csstype.Property.BoxDirection | undefined>;
882
- KhtmlBoxFlex?: StyleValue<csstype.Property.BoxFlex | undefined> | StyleValueStateMap<csstype.Property.BoxFlex | undefined>;
883
- KhtmlBoxFlexGroup?: StyleValue<csstype.Property.BoxFlexGroup | undefined> | StyleValueStateMap<csstype.Property.BoxFlexGroup | undefined>;
884
- KhtmlBoxLines?: StyleValue<csstype.Property.BoxLines | undefined> | StyleValueStateMap<csstype.Property.BoxLines | undefined>;
885
- KhtmlBoxOrdinalGroup?: StyleValue<csstype.Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<csstype.Property.BoxOrdinalGroup | undefined>;
886
- KhtmlBoxOrient?: StyleValue<csstype.Property.BoxOrient | undefined> | StyleValueStateMap<csstype.Property.BoxOrient | undefined>;
887
- KhtmlBoxPack?: StyleValue<csstype.Property.BoxPack | undefined> | StyleValueStateMap<csstype.Property.BoxPack | undefined>;
888
- KhtmlLineBreak?: StyleValue<csstype.Property.LineBreak | undefined> | StyleValueStateMap<csstype.Property.LineBreak | undefined>;
889
- KhtmlOpacity?: StyleValue<csstype.Property.Opacity | undefined> | StyleValueStateMap<csstype.Property.Opacity | undefined>;
890
- KhtmlUserSelect?: StyleValue<csstype.Property.UserSelect | undefined> | StyleValueStateMap<csstype.Property.UserSelect | undefined>;
891
- MozBackgroundClip?: StyleValue<csstype.Property.BackgroundClip | undefined> | StyleValueStateMap<csstype.Property.BackgroundClip | undefined>;
892
- MozBackgroundOrigin?: StyleValue<csstype.Property.BackgroundOrigin | undefined> | StyleValueStateMap<csstype.Property.BackgroundOrigin | undefined>;
893
- MozBackgroundSize?: StyleValue<csstype.Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.BackgroundSize<string | number> | undefined>;
894
- MozBorderRadius?: StyleValue<csstype.Property.BorderRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderRadius<string | number> | undefined>;
895
- MozBorderRadiusBottomleft?: StyleValue<csstype.Property.BorderBottomLeftRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>;
896
- MozBorderRadiusBottomright?: StyleValue<csstype.Property.BorderBottomRightRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderBottomRightRadius<string | number> | undefined>;
897
- MozBorderRadiusTopleft?: StyleValue<csstype.Property.BorderTopLeftRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTopLeftRadius<string | number> | undefined>;
898
- MozBorderRadiusTopright?: StyleValue<csstype.Property.BorderTopRightRadius<string | number> | undefined> | StyleValueStateMap<csstype.Property.BorderTopRightRadius<string | number> | undefined>;
899
- MozBoxAlign?: StyleValue<csstype.Property.BoxAlign | undefined> | StyleValueStateMap<csstype.Property.BoxAlign | undefined>;
900
- MozBoxDirection?: StyleValue<csstype.Property.BoxDirection | undefined> | StyleValueStateMap<csstype.Property.BoxDirection | undefined>;
901
- MozBoxFlex?: StyleValue<csstype.Property.BoxFlex | undefined> | StyleValueStateMap<csstype.Property.BoxFlex | undefined>;
902
- MozBoxOrdinalGroup?: StyleValue<csstype.Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<csstype.Property.BoxOrdinalGroup | undefined>;
903
- MozBoxOrient?: StyleValue<csstype.Property.BoxOrient | undefined> | StyleValueStateMap<csstype.Property.BoxOrient | undefined>;
904
- MozBoxPack?: StyleValue<csstype.Property.BoxPack | undefined> | StyleValueStateMap<csstype.Property.BoxPack | undefined>;
905
- MozBoxShadow?: StyleValue<csstype.Property.BoxShadow | undefined> | StyleValueStateMap<csstype.Property.BoxShadow | undefined>;
906
- MozColumnCount?: StyleValue<csstype.Property.ColumnCount | undefined> | StyleValueStateMap<csstype.Property.ColumnCount | undefined>;
907
- MozColumnFill?: StyleValue<csstype.Property.ColumnFill | undefined> | StyleValueStateMap<csstype.Property.ColumnFill | undefined>;
908
- MozFloatEdge?: StyleValue<csstype.Property.MozFloatEdge | undefined> | StyleValueStateMap<csstype.Property.MozFloatEdge | undefined>;
909
- MozForceBrokenImageIcon?: StyleValue<csstype.Property.MozForceBrokenImageIcon | undefined> | StyleValueStateMap<csstype.Property.MozForceBrokenImageIcon | undefined>;
910
- MozOpacity?: StyleValue<csstype.Property.Opacity | undefined> | StyleValueStateMap<csstype.Property.Opacity | undefined>;
911
- MozOutline?: StyleValue<csstype.Property.Outline<string | number> | undefined> | StyleValueStateMap<csstype.Property.Outline<string | number> | undefined>;
912
- MozOutlineColor?: StyleValue<csstype.Property.OutlineColor | undefined> | StyleValueStateMap<csstype.Property.OutlineColor | undefined>;
913
- MozOutlineStyle?: StyleValue<csstype.Property.OutlineStyle | undefined> | StyleValueStateMap<csstype.Property.OutlineStyle | undefined>;
914
- MozOutlineWidth?: StyleValue<csstype.Property.OutlineWidth<string | number> | undefined> | StyleValueStateMap<csstype.Property.OutlineWidth<string | number> | undefined>;
915
- MozTextAlignLast?: StyleValue<csstype.Property.TextAlignLast | undefined> | StyleValueStateMap<csstype.Property.TextAlignLast | undefined>;
916
- MozTextDecorationColor?: StyleValue<csstype.Property.TextDecorationColor | undefined> | StyleValueStateMap<csstype.Property.TextDecorationColor | undefined>;
917
- MozTextDecorationLine?: StyleValue<csstype.Property.TextDecorationLine | undefined> | StyleValueStateMap<csstype.Property.TextDecorationLine | undefined>;
918
- MozTextDecorationStyle?: StyleValue<csstype.Property.TextDecorationStyle | undefined> | StyleValueStateMap<csstype.Property.TextDecorationStyle | undefined>;
919
- MozTransitionDelay?: StyleValue<csstype.Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDelay<string & {}> | undefined>;
920
- MozTransitionDuration?: StyleValue<csstype.Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDuration<string & {}> | undefined>;
921
- MozTransitionProperty?: StyleValue<csstype.Property.TransitionProperty | undefined> | StyleValueStateMap<csstype.Property.TransitionProperty | undefined>;
922
- MozTransitionTimingFunction?: StyleValue<csstype.Property.TransitionTimingFunction | undefined> | StyleValueStateMap<csstype.Property.TransitionTimingFunction | undefined>;
923
- MozUserFocus?: StyleValue<csstype.Property.MozUserFocus | undefined> | StyleValueStateMap<csstype.Property.MozUserFocus | undefined>;
924
- MozUserInput?: StyleValue<csstype.Property.MozUserInput | undefined> | StyleValueStateMap<csstype.Property.MozUserInput | undefined>;
925
- msImeMode?: StyleValue<csstype.Property.ImeMode | undefined> | StyleValueStateMap<csstype.Property.ImeMode | undefined>;
926
- OAnimation?: StyleValue<csstype.Property.Animation<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Animation<string & {}> | undefined>;
927
- OAnimationDelay?: StyleValue<csstype.Property.AnimationDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDelay<string & {}> | undefined>;
928
- OAnimationDirection?: StyleValue<csstype.Property.AnimationDirection | undefined> | StyleValueStateMap<csstype.Property.AnimationDirection | undefined>;
929
- OAnimationDuration?: StyleValue<csstype.Property.AnimationDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.AnimationDuration<string & {}> | undefined>;
930
- OAnimationFillMode?: StyleValue<csstype.Property.AnimationFillMode | undefined> | StyleValueStateMap<csstype.Property.AnimationFillMode | undefined>;
931
- OAnimationIterationCount?: StyleValue<csstype.Property.AnimationIterationCount | undefined> | StyleValueStateMap<csstype.Property.AnimationIterationCount | undefined>;
932
- OAnimationName?: StyleValue<csstype.Property.AnimationName | undefined> | StyleValueStateMap<csstype.Property.AnimationName | undefined>;
933
- OAnimationPlayState?: StyleValue<csstype.Property.AnimationPlayState | undefined> | StyleValueStateMap<csstype.Property.AnimationPlayState | undefined>;
934
- OAnimationTimingFunction?: StyleValue<csstype.Property.AnimationTimingFunction | undefined> | StyleValueStateMap<csstype.Property.AnimationTimingFunction | undefined>;
935
- OBackgroundSize?: StyleValue<csstype.Property.BackgroundSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.BackgroundSize<string | number> | undefined>;
936
- OBorderImage?: StyleValue<csstype.Property.BorderImage | undefined> | StyleValueStateMap<csstype.Property.BorderImage | undefined>;
937
- OObjectFit?: StyleValue<csstype.Property.ObjectFit | undefined> | StyleValueStateMap<csstype.Property.ObjectFit | undefined>;
938
- OObjectPosition?: StyleValue<csstype.Property.ObjectPosition<string | number> | undefined> | StyleValueStateMap<csstype.Property.ObjectPosition<string | number> | undefined>;
939
- OTabSize?: StyleValue<csstype.Property.TabSize<string | number> | undefined> | StyleValueStateMap<csstype.Property.TabSize<string | number> | undefined>;
940
- OTextOverflow?: StyleValue<csstype.Property.TextOverflow | undefined> | StyleValueStateMap<csstype.Property.TextOverflow | undefined>;
941
- OTransform?: StyleValue<csstype.Property.Transform | undefined> | StyleValueStateMap<csstype.Property.Transform | undefined>;
942
- OTransformOrigin?: StyleValue<csstype.Property.TransformOrigin<string | number> | undefined> | StyleValueStateMap<csstype.Property.TransformOrigin<string | number> | undefined>;
943
- OTransition?: StyleValue<csstype.Property.Transition<string & {}> | undefined> | StyleValueStateMap<csstype.Property.Transition<string & {}> | undefined>;
944
- OTransitionDelay?: StyleValue<csstype.Property.TransitionDelay<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDelay<string & {}> | undefined>;
945
- OTransitionDuration?: StyleValue<csstype.Property.TransitionDuration<string & {}> | undefined> | StyleValueStateMap<csstype.Property.TransitionDuration<string & {}> | undefined>;
946
- OTransitionProperty?: StyleValue<csstype.Property.TransitionProperty | undefined> | StyleValueStateMap<csstype.Property.TransitionProperty | undefined>;
947
- OTransitionTimingFunction?: StyleValue<csstype.Property.TransitionTimingFunction | undefined> | StyleValueStateMap<csstype.Property.TransitionTimingFunction | undefined>;
948
- WebkitBoxAlign?: StyleValue<csstype.Property.BoxAlign | undefined> | StyleValueStateMap<csstype.Property.BoxAlign | undefined>;
949
- WebkitBoxDirection?: StyleValue<csstype.Property.BoxDirection | undefined> | StyleValueStateMap<csstype.Property.BoxDirection | undefined>;
950
- WebkitBoxFlex?: StyleValue<csstype.Property.BoxFlex | undefined> | StyleValueStateMap<csstype.Property.BoxFlex | undefined>;
951
- WebkitBoxFlexGroup?: StyleValue<csstype.Property.BoxFlexGroup | undefined> | StyleValueStateMap<csstype.Property.BoxFlexGroup | undefined>;
952
- WebkitBoxLines?: StyleValue<csstype.Property.BoxLines | undefined> | StyleValueStateMap<csstype.Property.BoxLines | undefined>;
953
- WebkitBoxOrdinalGroup?: StyleValue<csstype.Property.BoxOrdinalGroup | undefined> | StyleValueStateMap<csstype.Property.BoxOrdinalGroup | undefined>;
954
- WebkitBoxOrient?: StyleValue<csstype.Property.BoxOrient | undefined> | StyleValueStateMap<csstype.Property.BoxOrient | undefined>;
955
- WebkitBoxPack?: StyleValue<csstype.Property.BoxPack | undefined> | StyleValueStateMap<csstype.Property.BoxPack | undefined>;
956
- colorInterpolation?: StyleValue<csstype.Property.ColorInterpolation | undefined> | StyleValueStateMap<csstype.Property.ColorInterpolation | undefined>;
957
- colorRendering?: StyleValue<csstype.Property.ColorRendering | undefined> | StyleValueStateMap<csstype.Property.ColorRendering | undefined>;
958
- glyphOrientationVertical?: StyleValue<csstype.Property.GlyphOrientationVertical | undefined> | StyleValueStateMap<csstype.Property.GlyphOrientationVertical | undefined>;
959
- image?: StyleValue<csstype.Property.BackgroundImage | undefined> | StyleValueStateMap<csstype.Property.BackgroundImage | undefined>;
960
- svgFill?: StyleValue<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.7` | `#${string}.1` | `#${string}.2` | `#${string}.3` | `#${string}.4` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.07` | `#${string}.01` | `#${string}.02` | `#${string}.03` | `#${string}.04` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.70` | `#${string}.77` | `#${string}.71` | `#${string}.72` | `#${string}.73` | `#${string}.74` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.10` | `#${string}.17` | `#${string}.11` | `#${string}.12` | `#${string}.13` | `#${string}.14` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.27` | `#${string}.21` | `#${string}.22` | `#${string}.23` | `#${string}.24` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.30` | `#${string}.37` | `#${string}.31` | `#${string}.32` | `#${string}.33` | `#${string}.34` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.40` | `#${string}.47` | `#${string}.41` | `#${string}.42` | `#${string}.43` | `#${string}.44` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.50` | `#${string}.57` | `#${string}.51` | `#${string}.52` | `#${string}.53` | `#${string}.54` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.67` | `#${string}.61` | `#${string}.62` | `#${string}.63` | `#${string}.64` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.87` | `#${string}.81` | `#${string}.82` | `#${string}.83` | `#${string}.84` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.97` | `#${string}.91` | `#${string}.92` | `#${string}.93` | `#${string}.94` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined> | StyleValueStateMap<(string & {}) | `#${string}` | `#${string}.0` | `#${string}.7` | `#${string}.1` | `#${string}.2` | `#${string}.3` | `#${string}.4` | `#${string}.5` | `#${string}.6` | `#${string}.8` | `#${string}.9` | `#${string}.00` | `#${string}.07` | `#${string}.01` | `#${string}.02` | `#${string}.03` | `#${string}.04` | `#${string}.05` | `#${string}.06` | `#${string}.08` | `#${string}.09` | `#${string}.70` | `#${string}.77` | `#${string}.71` | `#${string}.72` | `#${string}.73` | `#${string}.74` | `#${string}.75` | `#${string}.76` | `#${string}.78` | `#${string}.79` | `#${string}.10` | `#${string}.17` | `#${string}.11` | `#${string}.12` | `#${string}.13` | `#${string}.14` | `#${string}.15` | `#${string}.16` | `#${string}.18` | `#${string}.19` | `#${string}.20` | `#${string}.27` | `#${string}.21` | `#${string}.22` | `#${string}.23` | `#${string}.24` | `#${string}.25` | `#${string}.26` | `#${string}.28` | `#${string}.29` | `#${string}.30` | `#${string}.37` | `#${string}.31` | `#${string}.32` | `#${string}.33` | `#${string}.34` | `#${string}.35` | `#${string}.36` | `#${string}.38` | `#${string}.39` | `#${string}.40` | `#${string}.47` | `#${string}.41` | `#${string}.42` | `#${string}.43` | `#${string}.44` | `#${string}.45` | `#${string}.46` | `#${string}.48` | `#${string}.49` | `#${string}.50` | `#${string}.57` | `#${string}.51` | `#${string}.52` | `#${string}.53` | `#${string}.54` | `#${string}.55` | `#${string}.56` | `#${string}.58` | `#${string}.59` | `#${string}.60` | `#${string}.67` | `#${string}.61` | `#${string}.62` | `#${string}.63` | `#${string}.64` | `#${string}.65` | `#${string}.66` | `#${string}.68` | `#${string}.69` | `#${string}.80` | `#${string}.87` | `#${string}.81` | `#${string}.82` | `#${string}.83` | `#${string}.84` | `#${string}.85` | `#${string}.86` | `#${string}.88` | `#${string}.89` | `#${string}.90` | `#${string}.97` | `#${string}.91` | `#${string}.92` | `#${string}.93` | `#${string}.94` | `#${string}.95` | `#${string}.96` | `#${string}.98` | `#${string}.99` | `#${string}.100` | `rgb(${string})` | `rgba(${string})` | undefined>;
961
- fade?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
962
- styledScrollbar?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
963
- scrollbar?: StyleValue<string | number | boolean | undefined> | StyleValueStateMap<string | number | boolean | undefined>;
964
- boldFontWeight?: StyleValue<number | undefined> | StyleValueStateMap<number | undefined>;
965
- hide?: StyleValue<boolean | undefined> | StyleValueStateMap<boolean | undefined>;
966
- shadow?: StyleValue<string | boolean | undefined> | StyleValueStateMap<string | boolean | undefined>;
967
- radius?: StyleValue<string | true | undefined> | StyleValueStateMap<string | true | undefined>;
968
- flow?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
969
- gridAreas?: StyleValue<csstype.Property.GridTemplateAreas | undefined> | StyleValueStateMap<csstype.Property.GridTemplateAreas | undefined>;
970
- gridColumns?: StyleValue<csstype.Property.GridTemplateColumns<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridTemplateColumns<string | number> | undefined>;
971
- gridRows?: StyleValue<csstype.Property.GridTemplateRows<string | number> | undefined> | StyleValueStateMap<csstype.Property.GridTemplateRows<string | number> | undefined>;
972
- preset?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
973
- align?: StyleValue<(string & {}) | "center" | "start" | "baseline" | "inherit" | "initial" | "end" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "space-around" | "space-between" | "space-evenly" | "stretch" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | undefined> | StyleValueStateMap<(string & {}) | "center" | "start" | "baseline" | "inherit" | "initial" | "end" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "space-around" | "space-between" | "space-evenly" | "stretch" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | undefined>;
974
- justify?: StyleValue<(string & {}) | "left" | "right" | "center" | "start" | "baseline" | "inherit" | "initial" | "end" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "space-around" | "space-between" | "space-evenly" | "stretch" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | "legacy" | undefined> | StyleValueStateMap<(string & {}) | "left" | "right" | "center" | "start" | "baseline" | "inherit" | "initial" | "end" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "normal" | "space-around" | "space-between" | "space-evenly" | "stretch" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | "legacy" | undefined>;
975
- place?: StyleValue<string | (string & {}) | undefined> | StyleValueStateMap<string | (string & {}) | undefined>;
976
- "@keyframes"?: StyleValue<Record<string, KeyframesSteps> | undefined> | StyleValueStateMap<Record<string, KeyframesSteps> | undefined>;
977
- "@properties"?: StyleValue<Record<string, PropertyDefinition> | undefined> | StyleValueStateMap<Record<string, PropertyDefinition> | undefined>;
978
- recipe?: StyleValue<string | undefined> | StyleValueStateMap<string | undefined>;
979
- } & BaseStyleProps & WithVariant<VariantMap> & Omit<Omit<AllHTMLAttributes<HTMLElement>, keyof react.ClassAttributes<HTMLDivElement> | keyof react.HTMLAttributes<HTMLDivElement>> & react.ClassAttributes<HTMLDivElement> & react.HTMLAttributes<HTMLDivElement>, "all" | "page" | "qa" | "qaVal" | "color" | "fill" | "font" | "outline" | "gap" | "padding" | "margin" | "width" | "height" | "border" | "transition" | "placeContent" | "placeItems" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "alignmentBaseline" | "anchorName" | "anchorScope" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "baselineShift" | "blockSize" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "clipRule" | "colorAdjust" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fillOpacity" | "fillRule" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "motionDistance" | "motionPath" | "motionRotation" | "objectFit" | "objectPosition" | "objectViewBox" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "offsetRotation" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyOverhang" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollInitialTarget" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "speakAs" | "stopColor" | "stopOpacity" | "stroke" | "strokeColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textAutospace" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionClass" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zIndex" | "zoom" | "animation" | "animationRange" | "background" | "backgroundPosition" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockStart" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineStart" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "container" | "flex" | "flexFlow" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "motion" | "offset" | "overflow" | "overscrollBehavior" | "paddingBlock" | "paddingInline" | "placeSelf" | "positionTry" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "textWrap" | "viewTimeline" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBackfaceVisibility" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozPaddingEnd" | "MozPaddingStart" | "MozPerspective" | "MozPerspectiveOrigin" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozTransform" | "MozTransformOrigin" | "MozTransformStyle" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitLogicalHeight" | "WebkitLogicalWidth" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozOutlineRadius" | "MozTransition" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "fontStretch" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "insetArea" | "offsetBlock" | "offsetBlockEnd" | "offsetBlockStart" | "offsetInline" | "offsetInlineEnd" | "offsetInlineStart" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "positionTryOptions" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "KhtmlBoxAlign" | "KhtmlBoxDirection" | "KhtmlBoxFlex" | "KhtmlBoxFlexGroup" | "KhtmlBoxLines" | "KhtmlBoxOrdinalGroup" | "KhtmlBoxOrient" | "KhtmlBoxPack" | "KhtmlLineBreak" | "KhtmlOpacity" | "KhtmlUserSelect" | "MozBackgroundClip" | "MozBackgroundOrigin" | "MozBackgroundSize" | "MozBorderRadius" | "MozBorderRadiusBottomleft" | "MozBorderRadiusBottomright" | "MozBorderRadiusTopleft" | "MozBorderRadiusTopright" | "MozBoxAlign" | "MozBoxDirection" | "MozBoxFlex" | "MozBoxOrdinalGroup" | "MozBoxOrient" | "MozBoxPack" | "MozBoxShadow" | "MozColumnCount" | "MozColumnFill" | "MozFloatEdge" | "MozForceBrokenImageIcon" | "MozOpacity" | "MozOutline" | "MozOutlineColor" | "MozOutlineStyle" | "MozOutlineWidth" | "MozTextAlignLast" | "MozTextDecorationColor" | "MozTextDecorationLine" | "MozTextDecorationStyle" | "MozTransitionDelay" | "MozTransitionDuration" | "MozTransitionProperty" | "MozTransitionTimingFunction" | "MozUserFocus" | "MozUserInput" | "msImeMode" | "OAnimation" | "OAnimationDelay" | "OAnimationDirection" | "OAnimationDuration" | "OAnimationFillMode" | "OAnimationIterationCount" | "OAnimationName" | "OAnimationPlayState" | "OAnimationTimingFunction" | "OBackgroundSize" | "OBorderImage" | "OObjectFit" | "OObjectPosition" | "OTabSize" | "OTextOverflow" | "OTransform" | "OTransformOrigin" | "OTransition" | "OTransitionDelay" | "OTransitionDuration" | "OTransitionProperty" | "OTransitionTimingFunction" | "WebkitBoxAlign" | "WebkitBoxDirection" | "WebkitBoxFlex" | "WebkitBoxFlexGroup" | "WebkitBoxLines" | "WebkitBoxOrdinalGroup" | "WebkitBoxOrient" | "WebkitBoxPack" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "image" | "svgFill" | "fade" | "styledScrollbar" | "scrollbar" | "boldFontWeight" | "hide" | "shadow" | "radius" | "flow" | "gridAreas" | "gridColumns" | "gridRows" | "preset" | "align" | "justify" | "place" | "@keyframes" | "@properties" | "recipe" | "style" | "as" | "element" | "styles" | "breakpoints" | "block" | "inline" | "mods" | "isHidden" | "isDisabled" | "css" | "theme" | "tokens" | "ref"> & RefAttributes<unknown>> & SubElementComponents<Record<string, never>>;
980
- //#endregion
981
- export { AllBasePropsWithMods, Element, ElementsDefinition, SubElementDefinition, SubElementProps, TastyElementOptions, TastyElementProps, TastyProps, VariantMap, WithVariant, tasty };
982
- //# sourceMappingURL=tasty.d.ts.map