@draftbit/core 49.5.2 → 49.5.3-d0d605.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/lib/commonjs/Provider.js +1 -1
  2. package/lib/commonjs/components/AccordionGroup.js +1 -1
  3. package/lib/commonjs/components/BottomSheet/BottomSheet.js +1 -1
  4. package/lib/commonjs/components/Button.js +1 -1
  5. package/lib/commonjs/components/Checkbox/Checkbox.js +1 -1
  6. package/lib/commonjs/components/Checkbox/CheckboxRow.js +1 -1
  7. package/lib/commonjs/components/DatePicker/DatePicker.js +1 -1
  8. package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js +1 -1
  9. package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +1 -1
  10. package/lib/commonjs/components/Divider.js +1 -1
  11. package/lib/commonjs/components/Elevation.js +1 -1
  12. package/lib/commonjs/components/IconButton.js +1 -1
  13. package/lib/commonjs/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +1 -1
  14. package/lib/commonjs/components/MediaPlayer/AudioPlayer/index.js +1 -1
  15. package/lib/commonjs/components/Picker/NativePicker.js +1 -1
  16. package/lib/commonjs/components/Picker/dropdown/DropDownModalPicker.js +1 -1
  17. package/lib/commonjs/components/Picker/dropdown/DropDownPicker.js +1 -1
  18. package/lib/commonjs/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  19. package/lib/commonjs/components/Picker/index.js +1 -1
  20. package/lib/commonjs/components/PinInput/PinInput.js +1 -1
  21. package/lib/commonjs/components/PinInput/PinInputText.js +1 -1
  22. package/lib/commonjs/components/Portal/Portal.js +1 -1
  23. package/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -1
  24. package/lib/commonjs/components/Progress/CircularProgress/index.js +1 -1
  25. package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -1
  26. package/lib/commonjs/components/Progress/LinearProgress/index.js +1 -1
  27. package/lib/commonjs/components/ProgressIndicator.js +1 -1
  28. package/lib/commonjs/components/RadioButton/RadioButtonRow.js +1 -1
  29. package/lib/commonjs/components/Row.js +1 -1
  30. package/lib/commonjs/components/ScreenContainer.js +1 -1
  31. package/lib/commonjs/components/SectionList/SectionHeader.js +1 -1
  32. package/lib/commonjs/components/Slider.js +1 -1
  33. package/lib/commonjs/components/StarRating.js +1 -1
  34. package/lib/commonjs/components/Stepper.js +1 -1
  35. package/lib/commonjs/components/Surface.js +1 -1
  36. package/lib/commonjs/components/SwipeableItem/SwipeableItem.js +1 -1
  37. package/lib/commonjs/components/Swiper/Swiper.js +1 -1
  38. package/lib/commonjs/components/Switch.js +1 -1
  39. package/lib/commonjs/components/TabView/TabView.js +1 -1
  40. package/lib/commonjs/components/Table/Table.js +1 -1
  41. package/lib/commonjs/components/Table/TableRow.js +1 -1
  42. package/lib/commonjs/components/Text.js +1 -1
  43. package/lib/commonjs/components/TextField.js +1 -1
  44. package/lib/commonjs/components/TextInput.js +1 -1
  45. package/lib/commonjs/components/Typography.js +1 -1
  46. package/lib/commonjs/deprecated-components/AccordionItem.js +1 -1
  47. package/lib/commonjs/deprecated-components/AvatarEdit.js +1 -1
  48. package/lib/commonjs/deprecated-components/Banner.js +1 -1
  49. package/lib/commonjs/deprecated-components/Card.js +1 -1
  50. package/lib/commonjs/deprecated-components/Container.js +1 -1
  51. package/lib/commonjs/deprecated-components/DeprecatedButton.js +1 -1
  52. package/lib/commonjs/deprecated-components/DeprecatedCardWrapper.js +1 -1
  53. package/lib/commonjs/deprecated-components/DeprecatedFAB.js +1 -1
  54. package/lib/commonjs/deprecated-components/FAB.js +1 -1
  55. package/lib/commonjs/deprecated-components/FieldSearchBarFull.js +1 -1
  56. package/lib/commonjs/deprecated-components/ProgressCircle.js +1 -1
  57. package/lib/commonjs/deprecated-components/RadioButtonFieldGroup.js +1 -1
  58. package/lib/commonjs/deprecated-components/RowBodyIcon.js +1 -1
  59. package/lib/commonjs/deprecated-components/RowHeadlineImageCaption.js +1 -1
  60. package/lib/commonjs/deprecated-components/RowHeadlineImageIcon.js +1 -1
  61. package/lib/commonjs/deprecated-components/ToggleButton.js +1 -1
  62. package/lib/commonjs/index.js +1 -1
  63. package/lib/typescript/src/Provider.d.ts +7 -5
  64. package/lib/typescript/src/Provider.js +4 -4
  65. package/lib/typescript/src/Provider.js.map +1 -1
  66. package/lib/typescript/src/components/AccordionGroup.d.ts +3 -5
  67. package/lib/typescript/src/components/AccordionGroup.js +3 -3
  68. package/lib/typescript/src/components/AccordionGroup.js.map +1 -1
  69. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +3 -5
  70. package/lib/typescript/src/components/BottomSheet/BottomSheet.js +4 -4
  71. package/lib/typescript/src/components/BottomSheet/BottomSheet.js.map +1 -1
  72. package/lib/typescript/src/components/Button.js +8 -6
  73. package/lib/typescript/src/components/Button.js.map +1 -1
  74. package/lib/typescript/src/components/Checkbox/Checkbox.js +3 -3
  75. package/lib/typescript/src/components/Checkbox/Checkbox.js.map +1 -1
  76. package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +4 -2
  77. package/lib/typescript/src/components/Checkbox/CheckboxRow.js +4 -3
  78. package/lib/typescript/src/components/Checkbox/CheckboxRow.js.map +1 -1
  79. package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +3 -5
  80. package/lib/typescript/src/components/DatePicker/DatePicker.js +24 -23
  81. package/lib/typescript/src/components/DatePicker/DatePicker.js.map +1 -1
  82. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +4 -5010
  83. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.js +8 -6
  84. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.js.map +1 -1
  85. package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts +2 -2
  86. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts +3 -5
  87. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js +3 -3
  88. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  89. package/lib/typescript/src/components/Divider.d.ts +3 -5
  90. package/lib/typescript/src/components/Divider.js +2 -2
  91. package/lib/typescript/src/components/Divider.js.map +1 -1
  92. package/lib/typescript/src/components/Elevation.d.ts +3 -5
  93. package/lib/typescript/src/components/Elevation.js +3 -4
  94. package/lib/typescript/src/components/Elevation.js.map +1 -1
  95. package/lib/typescript/src/components/FormRow.d.ts +1 -2
  96. package/lib/typescript/src/components/FormRow.js.map +1 -1
  97. package/lib/typescript/src/components/IconButton.d.ts +3 -5
  98. package/lib/typescript/src/components/IconButton.js +2 -2
  99. package/lib/typescript/src/components/IconButton.js.map +1 -1
  100. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.d.ts +0 -2
  101. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.d.ts +5 -4
  102. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +10 -13
  103. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  104. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.d.ts +2 -4
  105. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.js +1 -3
  106. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.js.map +1 -1
  107. package/lib/typescript/src/components/Picker/NativePicker.d.ts +1 -3
  108. package/lib/typescript/src/components/Picker/NativePicker.js +5 -2
  109. package/lib/typescript/src/components/Picker/NativePicker.js.map +1 -1
  110. package/lib/typescript/src/components/Picker/PickerCommon.d.ts +2 -2
  111. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.d.ts +1 -3
  112. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.js +2 -2
  113. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.js.map +1 -1
  114. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.d.ts +1 -3
  115. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js +2 -2
  116. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  117. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.d.ts +1 -3
  118. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  119. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.js.map +1 -1
  120. package/lib/typescript/src/components/Picker/index.d.ts +1 -3
  121. package/lib/typescript/src/components/Picker/index.js +1 -1
  122. package/lib/typescript/src/components/Picker/index.js.map +1 -1
  123. package/lib/typescript/src/components/PinInput/PinInput.d.ts +3 -5
  124. package/lib/typescript/src/components/PinInput/PinInput.js +4 -4
  125. package/lib/typescript/src/components/PinInput/PinInput.js.map +1 -1
  126. package/lib/typescript/src/components/PinInput/PinInputText.d.ts +3 -5
  127. package/lib/typescript/src/components/PinInput/PinInputText.js +2 -2
  128. package/lib/typescript/src/components/PinInput/PinInputText.js.map +1 -1
  129. package/lib/typescript/src/components/Portal/Portal.d.ts +1 -9
  130. package/lib/typescript/src/components/Portal/Portal.js +3 -5
  131. package/lib/typescript/src/components/Portal/Portal.js.map +1 -1
  132. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  133. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  134. package/lib/typescript/src/components/Progress/CircularProgress/index.d.ts +1 -3
  135. package/lib/typescript/src/components/Progress/CircularProgress/index.js +1 -1
  136. package/lib/typescript/src/components/Progress/CircularProgress/index.js.map +1 -1
  137. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  138. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  139. package/lib/typescript/src/components/Progress/LinearProgress/index.d.ts +1 -3
  140. package/lib/typescript/src/components/Progress/LinearProgress/index.js +1 -1
  141. package/lib/typescript/src/components/Progress/LinearProgress/index.js.map +1 -1
  142. package/lib/typescript/src/components/Progress/ProgressCommon.d.ts +2 -2
  143. package/lib/typescript/src/components/ProgressIndicator.d.ts +10 -13
  144. package/lib/typescript/src/components/ProgressIndicator.js +1 -1
  145. package/lib/typescript/src/components/ProgressIndicator.js.map +1 -1
  146. package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts +2 -2
  147. package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +4 -2
  148. package/lib/typescript/src/components/RadioButton/RadioButtonRow.js +4 -3
  149. package/lib/typescript/src/components/RadioButton/RadioButtonRow.js.map +1 -1
  150. package/lib/typescript/src/components/Row.d.ts +3 -5
  151. package/lib/typescript/src/components/Row.js +1 -1
  152. package/lib/typescript/src/components/Row.js.map +1 -1
  153. package/lib/typescript/src/components/ScreenContainer.d.ts +3 -6
  154. package/lib/typescript/src/components/ScreenContainer.js +2 -2
  155. package/lib/typescript/src/components/ScreenContainer.js.map +1 -1
  156. package/lib/typescript/src/components/SectionList/SectionHeader.d.ts +3 -5
  157. package/lib/typescript/src/components/SectionList/SectionHeader.js +3 -3
  158. package/lib/typescript/src/components/SectionList/SectionHeader.js.map +1 -1
  159. package/lib/typescript/src/components/Slider.d.ts +3 -6
  160. package/lib/typescript/src/components/Slider.js +6 -6
  161. package/lib/typescript/src/components/Slider.js.map +1 -1
  162. package/lib/typescript/src/components/StarRating.d.ts +3 -5
  163. package/lib/typescript/src/components/StarRating.js +1 -1
  164. package/lib/typescript/src/components/StarRating.js.map +1 -1
  165. package/lib/typescript/src/components/Stepper.d.ts +3 -5
  166. package/lib/typescript/src/components/Stepper.js +3 -2
  167. package/lib/typescript/src/components/Stepper.js.map +1 -1
  168. package/lib/typescript/src/components/Surface.d.ts +3 -5
  169. package/lib/typescript/src/components/Surface.js +3 -10
  170. package/lib/typescript/src/components/Surface.js.map +1 -1
  171. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.d.ts +3 -5
  172. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js +10 -5
  173. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  174. package/lib/typescript/src/components/Swiper/Swiper.d.ts +4 -2
  175. package/lib/typescript/src/components/Swiper/Swiper.js +3 -2
  176. package/lib/typescript/src/components/Swiper/Swiper.js.map +1 -1
  177. package/lib/typescript/src/components/Switch.d.ts +7 -24
  178. package/lib/typescript/src/components/Switch.js +3 -4
  179. package/lib/typescript/src/components/Switch.js.map +1 -1
  180. package/lib/typescript/src/components/TabView/TabView.d.ts +3 -5
  181. package/lib/typescript/src/components/TabView/TabView.js +4 -4
  182. package/lib/typescript/src/components/TabView/TabView.js.map +1 -1
  183. package/lib/typescript/src/components/Table/Table.d.ts +3 -5
  184. package/lib/typescript/src/components/Table/Table.js +2 -2
  185. package/lib/typescript/src/components/Table/Table.js.map +1 -1
  186. package/lib/typescript/src/components/Table/TableRow.d.ts +3 -5
  187. package/lib/typescript/src/components/Table/TableRow.js +4 -2
  188. package/lib/typescript/src/components/Table/TableRow.js.map +1 -1
  189. package/lib/typescript/src/components/Text.d.ts +3 -9
  190. package/lib/typescript/src/components/Text.js +2 -2
  191. package/lib/typescript/src/components/Text.js.map +1 -1
  192. package/lib/typescript/src/components/TextField.d.ts +4 -41
  193. package/lib/typescript/src/components/TextField.js +22 -20
  194. package/lib/typescript/src/components/TextField.js.map +1 -1
  195. package/lib/typescript/src/components/TextInput.js +3 -0
  196. package/lib/typescript/src/components/TextInput.js.map +1 -1
  197. package/lib/typescript/src/components/Typography.d.ts +5 -11
  198. package/lib/typescript/src/components/Typography.js +4 -4
  199. package/lib/typescript/src/components/Typography.js.map +1 -1
  200. package/lib/typescript/src/deprecated-components/AccordionItem.d.ts +3 -5
  201. package/lib/typescript/src/deprecated-components/AccordionItem.js +2 -2
  202. package/lib/typescript/src/deprecated-components/AccordionItem.js.map +1 -1
  203. package/lib/typescript/src/deprecated-components/AvatarEdit.d.ts +3 -5
  204. package/lib/typescript/src/deprecated-components/AvatarEdit.js +4 -4
  205. package/lib/typescript/src/deprecated-components/AvatarEdit.js.map +1 -1
  206. package/lib/typescript/src/deprecated-components/Banner.d.ts +3 -5
  207. package/lib/typescript/src/deprecated-components/Banner.js +4 -5
  208. package/lib/typescript/src/deprecated-components/Banner.js.map +1 -1
  209. package/lib/typescript/src/deprecated-components/Card.d.ts +6 -18
  210. package/lib/typescript/src/deprecated-components/Card.js +3 -3
  211. package/lib/typescript/src/deprecated-components/Card.js.map +1 -1
  212. package/lib/typescript/src/deprecated-components/CheckboxGroup.d.ts +2 -2
  213. package/lib/typescript/src/deprecated-components/Container.d.ts +3 -5
  214. package/lib/typescript/src/deprecated-components/Container.js +1 -1
  215. package/lib/typescript/src/deprecated-components/Container.js.map +1 -1
  216. package/lib/typescript/src/deprecated-components/DeprecatedButton.d.ts +3 -5
  217. package/lib/typescript/src/deprecated-components/DeprecatedButton.js +8 -8
  218. package/lib/typescript/src/deprecated-components/DeprecatedButton.js.map +1 -1
  219. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.d.ts +3 -5
  220. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.js +1 -1
  221. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.js.map +1 -1
  222. package/lib/typescript/src/deprecated-components/DeprecatedFAB.d.ts +3 -5
  223. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js +8 -8
  224. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  225. package/lib/typescript/src/deprecated-components/FAB.d.ts +3 -8
  226. package/lib/typescript/src/deprecated-components/FAB.js +2 -2
  227. package/lib/typescript/src/deprecated-components/FAB.js.map +1 -1
  228. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.d.ts +3 -5
  229. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js +4 -4
  230. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  231. package/lib/typescript/src/deprecated-components/ProgressCircle.d.ts +5 -8
  232. package/lib/typescript/src/deprecated-components/ProgressCircle.js +3 -3
  233. package/lib/typescript/src/deprecated-components/ProgressCircle.js.map +1 -1
  234. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.d.ts +1 -3
  235. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.js +1 -1
  236. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.js.map +1 -1
  237. package/lib/typescript/src/deprecated-components/RowBodyIcon.d.ts +3 -5
  238. package/lib/typescript/src/deprecated-components/RowBodyIcon.js +2 -2
  239. package/lib/typescript/src/deprecated-components/RowBodyIcon.js.map +1 -1
  240. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.d.ts +3 -5
  241. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.js +3 -3
  242. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.js.map +1 -1
  243. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.d.ts +3 -5
  244. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.js +3 -3
  245. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.js.map +1 -1
  246. package/lib/typescript/src/deprecated-components/ToggleButton.d.ts +6 -9
  247. package/lib/typescript/src/deprecated-components/ToggleButton.js +5 -5
  248. package/lib/typescript/src/deprecated-components/ToggleButton.js.map +1 -1
  249. package/lib/typescript/src/index.d.ts +0 -2
  250. package/lib/typescript/src/index.js +0 -2
  251. package/lib/typescript/src/index.js.map +1 -1
  252. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  253. package/package.json +5 -5
  254. package/src/Provider.js +4 -4
  255. package/src/Provider.js.map +1 -1
  256. package/src/Provider.tsx +15 -12
  257. package/src/components/AccordionGroup.js +3 -3
  258. package/src/components/AccordionGroup.js.map +1 -1
  259. package/src/components/AccordionGroup.tsx +5 -5
  260. package/src/components/BottomSheet/BottomSheet.js +4 -4
  261. package/src/components/BottomSheet/BottomSheet.js.map +1 -1
  262. package/src/components/BottomSheet/BottomSheet.tsx +7 -7
  263. package/src/components/Button.js +8 -6
  264. package/src/components/Button.js.map +1 -1
  265. package/src/components/Button.tsx +10 -10
  266. package/src/components/Checkbox/Checkbox.js +3 -3
  267. package/src/components/Checkbox/Checkbox.js.map +1 -1
  268. package/src/components/Checkbox/Checkbox.tsx +3 -3
  269. package/src/components/Checkbox/CheckboxRow.js +4 -3
  270. package/src/components/Checkbox/CheckboxRow.js.map +1 -1
  271. package/src/components/Checkbox/CheckboxRow.tsx +9 -2
  272. package/src/components/DatePicker/DatePicker.js +24 -23
  273. package/src/components/DatePicker/DatePicker.js.map +1 -1
  274. package/src/components/DatePicker/DatePicker.tsx +25 -24
  275. package/src/components/DatePicker/DatePickerComponent.web.js +8 -6
  276. package/src/components/DatePicker/DatePickerComponent.web.js.map +1 -1
  277. package/src/components/DatePicker/DatePickerComponent.web.tsx +15 -8
  278. package/src/components/DatePicker/DatePickerComponentType.ts +2 -3
  279. package/src/components/DeckSwiper/DeckSwiperCard.js +3 -3
  280. package/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  281. package/src/components/DeckSwiper/DeckSwiperCard.tsx +5 -5
  282. package/src/components/Divider.js +2 -2
  283. package/src/components/Divider.js.map +1 -1
  284. package/src/components/Divider.tsx +4 -4
  285. package/src/components/Elevation.js +3 -4
  286. package/src/components/Elevation.js.map +1 -1
  287. package/src/components/Elevation.tsx +5 -6
  288. package/src/components/FormRow.js.map +1 -1
  289. package/src/components/FormRow.tsx +1 -2
  290. package/src/components/IconButton.js +2 -2
  291. package/src/components/IconButton.js.map +1 -1
  292. package/src/components/IconButton.tsx +4 -4
  293. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.ts +0 -2
  294. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +10 -13
  295. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  296. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.tsx +19 -19
  297. package/src/components/MediaPlayer/AudioPlayer/index.js +1 -3
  298. package/src/components/MediaPlayer/AudioPlayer/index.js.map +1 -1
  299. package/src/components/MediaPlayer/AudioPlayer/index.tsx +1 -3
  300. package/src/components/Picker/NativePicker.js +5 -2
  301. package/src/components/Picker/NativePicker.js.map +1 -1
  302. package/src/components/Picker/NativePicker.tsx +5 -2
  303. package/src/components/Picker/PickerCommon.ts +2 -2
  304. package/src/components/Picker/dropdown/DropDownModalPicker.js +2 -2
  305. package/src/components/Picker/dropdown/DropDownModalPicker.js.map +1 -1
  306. package/src/components/Picker/dropdown/DropDownModalPicker.tsx +5 -5
  307. package/src/components/Picker/dropdown/DropDownPicker.js +2 -2
  308. package/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  309. package/src/components/Picker/dropdown/DropDownPicker.tsx +5 -5
  310. package/src/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  311. package/src/components/Picker/dropdown/MultiSelectPicker.js.map +1 -1
  312. package/src/components/Picker/dropdown/MultiSelectPicker.tsx +1 -1
  313. package/src/components/Picker/index.js +1 -1
  314. package/src/components/Picker/index.js.map +1 -1
  315. package/src/components/Picker/index.tsx +1 -1
  316. package/src/components/PinInput/PinInput.js +4 -4
  317. package/src/components/PinInput/PinInput.js.map +1 -1
  318. package/src/components/PinInput/PinInput.tsx +6 -6
  319. package/src/components/PinInput/PinInputText.js +2 -2
  320. package/src/components/PinInput/PinInputText.js.map +1 -1
  321. package/src/components/PinInput/PinInputText.tsx +4 -4
  322. package/src/components/Portal/Portal.js +3 -5
  323. package/src/components/Portal/Portal.js.map +1 -1
  324. package/src/components/Portal/Portal.tsx +3 -10
  325. package/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  326. package/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  327. package/src/components/Progress/CircularProgress/CircularProgress.tsx +2 -2
  328. package/src/components/Progress/CircularProgress/index.js +1 -1
  329. package/src/components/Progress/CircularProgress/index.js.map +1 -1
  330. package/src/components/Progress/CircularProgress/index.tsx +1 -1
  331. package/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  332. package/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  333. package/src/components/Progress/LinearProgress/LinearProgress.tsx +2 -2
  334. package/src/components/Progress/LinearProgress/index.js +1 -1
  335. package/src/components/Progress/LinearProgress/index.js.map +1 -1
  336. package/src/components/Progress/LinearProgress/index.tsx +1 -1
  337. package/src/components/Progress/ProgressCommon.ts +2 -2
  338. package/src/components/ProgressIndicator.js +1 -1
  339. package/src/components/ProgressIndicator.js.map +1 -1
  340. package/src/components/ProgressIndicator.tsx +10 -11
  341. package/src/components/RadioButton/RadioButtonGroup.tsx +2 -2
  342. package/src/components/RadioButton/RadioButtonRow.js +4 -3
  343. package/src/components/RadioButton/RadioButtonRow.js.map +1 -1
  344. package/src/components/RadioButton/RadioButtonRow.tsx +9 -2
  345. package/src/components/Row.js +1 -1
  346. package/src/components/Row.js.map +1 -1
  347. package/src/components/Row.tsx +3 -3
  348. package/src/components/ScreenContainer.js +2 -2
  349. package/src/components/ScreenContainer.js.map +1 -1
  350. package/src/components/ScreenContainer.tsx +4 -4
  351. package/src/components/SectionList/SectionHeader.js +3 -3
  352. package/src/components/SectionList/SectionHeader.js.map +1 -1
  353. package/src/components/SectionList/SectionHeader.tsx +5 -5
  354. package/src/components/Slider.js +6 -6
  355. package/src/components/Slider.js.map +1 -1
  356. package/src/components/Slider.tsx +8 -8
  357. package/src/components/StarRating.js +1 -1
  358. package/src/components/StarRating.js.map +1 -1
  359. package/src/components/StarRating.tsx +3 -3
  360. package/src/components/Stepper.js +3 -2
  361. package/src/components/Stepper.js.map +1 -1
  362. package/src/components/Stepper.tsx +5 -4
  363. package/src/components/Surface.js +3 -10
  364. package/src/components/Surface.js.map +1 -1
  365. package/src/components/Surface.tsx +5 -12
  366. package/src/components/SwipeableItem/SwipeableItem.js +10 -5
  367. package/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  368. package/src/components/SwipeableItem/SwipeableItem.tsx +13 -7
  369. package/src/components/Swiper/Swiper.js +3 -2
  370. package/src/components/Swiper/Swiper.js.map +1 -1
  371. package/src/components/Swiper/Swiper.tsx +6 -3
  372. package/src/components/Switch.js +3 -4
  373. package/src/components/Switch.js.map +1 -1
  374. package/src/components/Switch.tsx +7 -7
  375. package/src/components/TabView/TabView.js +4 -4
  376. package/src/components/TabView/TabView.js.map +1 -1
  377. package/src/components/TabView/TabView.tsx +7 -7
  378. package/src/components/Table/Table.js +2 -2
  379. package/src/components/Table/Table.js.map +1 -1
  380. package/src/components/Table/Table.tsx +4 -4
  381. package/src/components/Table/TableRow.js +4 -2
  382. package/src/components/Table/TableRow.js.map +1 -1
  383. package/src/components/Table/TableRow.tsx +6 -4
  384. package/src/components/Text.js +2 -2
  385. package/src/components/Text.js.map +1 -1
  386. package/src/components/Text.tsx +4 -4
  387. package/src/components/TextField.js +22 -20
  388. package/src/components/TextField.js.map +1 -1
  389. package/src/components/TextField.tsx +26 -23
  390. package/src/components/TextInput.js +3 -0
  391. package/src/components/TextInput.js.map +1 -1
  392. package/src/components/TextInput.tsx +3 -0
  393. package/src/components/Typography.js +4 -4
  394. package/src/components/Typography.js.map +1 -1
  395. package/src/components/Typography.tsx +6 -6
  396. package/src/deprecated-components/AccordionItem.js +2 -2
  397. package/src/deprecated-components/AccordionItem.js.map +1 -1
  398. package/src/deprecated-components/AccordionItem.tsx +4 -4
  399. package/src/deprecated-components/AvatarEdit.js +4 -4
  400. package/src/deprecated-components/AvatarEdit.js.map +1 -1
  401. package/src/deprecated-components/AvatarEdit.tsx +6 -6
  402. package/src/deprecated-components/Banner.js +4 -5
  403. package/src/deprecated-components/Banner.js.map +1 -1
  404. package/src/deprecated-components/Banner.tsx +6 -10
  405. package/src/deprecated-components/Card.js +3 -3
  406. package/src/deprecated-components/Card.js.map +1 -1
  407. package/src/deprecated-components/Card.tsx +10 -6
  408. package/src/deprecated-components/CheckboxGroup.tsx +2 -2
  409. package/src/deprecated-components/Container.js +1 -1
  410. package/src/deprecated-components/Container.js.map +1 -1
  411. package/src/deprecated-components/Container.tsx +3 -3
  412. package/src/deprecated-components/DeprecatedButton.js +8 -8
  413. package/src/deprecated-components/DeprecatedButton.js.map +1 -1
  414. package/src/deprecated-components/DeprecatedButton.tsx +10 -10
  415. package/src/deprecated-components/DeprecatedCardWrapper.js +1 -1
  416. package/src/deprecated-components/DeprecatedCardWrapper.js.map +1 -1
  417. package/src/deprecated-components/DeprecatedCardWrapper.tsx +3 -3
  418. package/src/deprecated-components/DeprecatedFAB.js +8 -8
  419. package/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  420. package/src/deprecated-components/DeprecatedFAB.tsx +10 -10
  421. package/src/deprecated-components/FAB.js +2 -2
  422. package/src/deprecated-components/FAB.js.map +1 -1
  423. package/src/deprecated-components/FAB.tsx +4 -4
  424. package/src/deprecated-components/FieldSearchBarFull.js +4 -4
  425. package/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  426. package/src/deprecated-components/FieldSearchBarFull.tsx +6 -6
  427. package/src/deprecated-components/ProgressCircle.js +3 -3
  428. package/src/deprecated-components/ProgressCircle.js.map +1 -1
  429. package/src/deprecated-components/ProgressCircle.tsx +7 -8
  430. package/src/deprecated-components/RadioButtonFieldGroup.js +1 -1
  431. package/src/deprecated-components/RadioButtonFieldGroup.js.map +1 -1
  432. package/src/deprecated-components/RadioButtonFieldGroup.tsx +1 -1
  433. package/src/deprecated-components/RowBodyIcon.js +2 -2
  434. package/src/deprecated-components/RowBodyIcon.js.map +1 -1
  435. package/src/deprecated-components/RowBodyIcon.tsx +6 -6
  436. package/src/deprecated-components/RowHeadlineImageCaption.js +3 -3
  437. package/src/deprecated-components/RowHeadlineImageCaption.js.map +1 -1
  438. package/src/deprecated-components/RowHeadlineImageCaption.tsx +6 -6
  439. package/src/deprecated-components/RowHeadlineImageIcon.js +3 -3
  440. package/src/deprecated-components/RowHeadlineImageIcon.js.map +1 -1
  441. package/src/deprecated-components/RowHeadlineImageIcon.tsx +6 -6
  442. package/src/deprecated-components/ToggleButton.js +5 -5
  443. package/src/deprecated-components/ToggleButton.js.map +1 -1
  444. package/src/deprecated-components/ToggleButton.tsx +12 -11
  445. package/src/index.js +0 -2
  446. package/src/index.js.map +1 -1
  447. package/src/index.tsx +0 -2
  448. package/lib/commonjs/styles/DarkTheme.js +0 -1
  449. package/lib/commonjs/styles/DefaultTheme.js +0 -1
  450. package/lib/commonjs/styles/fonts.js +0 -1
  451. package/lib/commonjs/styles/overlay.js +0 -1
  452. package/lib/commonjs/styles/shadow.js +0 -1
  453. package/lib/commonjs/theming.js +0 -1
  454. package/lib/typescript/src/styles/DarkTheme.d.ts +0 -3
  455. package/lib/typescript/src/styles/DarkTheme.js +0 -27
  456. package/lib/typescript/src/styles/DarkTheme.js.map +0 -1
  457. package/lib/typescript/src/styles/DefaultTheme.d.ts +0 -1670
  458. package/lib/typescript/src/styles/DefaultTheme.js +0 -112
  459. package/lib/typescript/src/styles/DefaultTheme.js.map +0 -1
  460. package/lib/typescript/src/styles/fonts.d.ts +0 -5
  461. package/lib/typescript/src/styles/fonts.js +0 -63
  462. package/lib/typescript/src/styles/fonts.js.map +0 -1
  463. package/lib/typescript/src/styles/overlay.d.ts +0 -2
  464. package/lib/typescript/src/styles/overlay.js +0 -61
  465. package/lib/typescript/src/styles/overlay.js.map +0 -1
  466. package/lib/typescript/src/styles/shadow.d.ts +0 -23
  467. package/lib/typescript/src/styles/shadow.js +0 -52
  468. package/lib/typescript/src/styles/shadow.js.map +0 -1
  469. package/lib/typescript/src/theming.d.ts +0 -8
  470. package/lib/typescript/src/theming.js +0 -4
  471. package/lib/typescript/src/theming.js.map +0 -1
  472. package/src/styles/DarkTheme.js +0 -27
  473. package/src/styles/DarkTheme.js.map +0 -1
  474. package/src/styles/DarkTheme.tsx +0 -30
  475. package/src/styles/DefaultTheme.js +0 -112
  476. package/src/styles/DefaultTheme.js.map +0 -1
  477. package/src/styles/DefaultTheme.tsx +0 -114
  478. package/src/styles/fonts.js +0 -63
  479. package/src/styles/fonts.js.map +0 -1
  480. package/src/styles/fonts.tsx +0 -67
  481. package/src/styles/overlay.js +0 -61
  482. package/src/styles/overlay.js.map +0 -1
  483. package/src/styles/overlay.tsx +0 -69
  484. package/src/styles/shadow.js +0 -52
  485. package/src/styles/shadow.js.map +0 -1
  486. package/src/styles/shadow.tsx +0 -55
  487. package/src/theming.js +0 -4
  488. package/src/theming.js.map +0 -1
  489. package/src/theming.tsx +0 -6
@@ -1,1670 +0,0 @@
1
- declare const DefaultTheme: {
2
- disabledOpacity: number;
3
- roundness: number;
4
- dark: boolean;
5
- mode: string;
6
- borderRadius: {
7
- global: number;
8
- button: number;
9
- };
10
- colors: {
11
- primary: string;
12
- secondary: string;
13
- surface: string;
14
- background: string;
15
- error: string;
16
- divider: string;
17
- strong: string;
18
- medium: string;
19
- strongInverse: string;
20
- mediumInverse: string;
21
- lightInverse: string;
22
- light: string;
23
- text: string;
24
- placeholder: string;
25
- disabled: string;
26
- };
27
- fonts: import("@draftbit/types").Fonts;
28
- typography: {
29
- headline1: {
30
- fontSize: number;
31
- letterSpacing: number;
32
- lineHeight: number;
33
- color?: import("react-native").ColorValue | undefined;
34
- fontFamily?: string | undefined;
35
- fontStyle?: "normal" | "italic" | undefined;
36
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
37
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
38
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
39
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
40
- textDecorationColor?: import("react-native").ColorValue | undefined;
41
- textShadowColor?: import("react-native").ColorValue | undefined;
42
- textShadowOffset?: {
43
- width: number;
44
- height: number;
45
- } | undefined;
46
- textShadowRadius?: number | undefined;
47
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
48
- testID?: string | undefined;
49
- fontVariant?: import("react-native").FontVariant[] | undefined;
50
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
51
- backfaceVisibility?: "visible" | "hidden" | undefined;
52
- backgroundColor?: import("react-native").ColorValue | undefined;
53
- borderBlockColor?: import("react-native").ColorValue | undefined;
54
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
55
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
56
- borderBottomColor?: import("react-native").ColorValue | undefined;
57
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
58
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
59
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
60
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
61
- borderColor?: import("react-native").ColorValue | undefined;
62
- borderCurve?: "circular" | "continuous" | undefined;
63
- borderEndColor?: import("react-native").ColorValue | undefined;
64
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
65
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
66
- borderLeftColor?: import("react-native").ColorValue | undefined;
67
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
68
- borderRightColor?: import("react-native").ColorValue | undefined;
69
- borderStartColor?: import("react-native").ColorValue | undefined;
70
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
71
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
72
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
73
- borderTopColor?: import("react-native").ColorValue | undefined;
74
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
75
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
76
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
77
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
78
- opacity?: import("react-native").AnimatableNumericValue | undefined;
79
- elevation?: number | undefined;
80
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
81
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
82
- alignItems?: import("react-native").FlexAlignType | undefined;
83
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
84
- aspectRatio?: string | number | undefined;
85
- borderBottomWidth?: number | undefined;
86
- borderEndWidth?: number | undefined;
87
- borderLeftWidth?: number | undefined;
88
- borderRightWidth?: number | undefined;
89
- borderStartWidth?: number | undefined;
90
- borderTopWidth?: number | undefined;
91
- borderWidth?: number | undefined;
92
- bottom?: import("react-native").DimensionValue | undefined;
93
- display?: "none" | "flex" | undefined;
94
- end?: import("react-native").DimensionValue | undefined;
95
- flex?: number | undefined;
96
- flexBasis?: import("react-native").DimensionValue | undefined;
97
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
98
- rowGap?: number | undefined;
99
- gap?: number | undefined;
100
- columnGap?: number | undefined;
101
- flexGrow?: number | undefined;
102
- flexShrink?: number | undefined;
103
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
104
- height?: import("react-native").DimensionValue | undefined;
105
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
106
- left?: import("react-native").DimensionValue | undefined;
107
- margin?: import("react-native").DimensionValue | undefined;
108
- marginBottom?: import("react-native").DimensionValue | undefined;
109
- marginEnd?: import("react-native").DimensionValue | undefined;
110
- marginHorizontal?: import("react-native").DimensionValue | undefined;
111
- marginLeft?: import("react-native").DimensionValue | undefined;
112
- marginRight?: import("react-native").DimensionValue | undefined;
113
- marginStart?: import("react-native").DimensionValue | undefined;
114
- marginTop?: import("react-native").DimensionValue | undefined;
115
- marginVertical?: import("react-native").DimensionValue | undefined;
116
- maxHeight?: import("react-native").DimensionValue | undefined;
117
- maxWidth?: import("react-native").DimensionValue | undefined;
118
- minHeight?: import("react-native").DimensionValue | undefined;
119
- minWidth?: import("react-native").DimensionValue | undefined;
120
- overflow?: "visible" | "hidden" | "scroll" | undefined;
121
- padding?: import("react-native").DimensionValue | undefined;
122
- paddingBottom?: import("react-native").DimensionValue | undefined;
123
- paddingEnd?: import("react-native").DimensionValue | undefined;
124
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
125
- paddingLeft?: import("react-native").DimensionValue | undefined;
126
- paddingRight?: import("react-native").DimensionValue | undefined;
127
- paddingStart?: import("react-native").DimensionValue | undefined;
128
- paddingTop?: import("react-native").DimensionValue | undefined;
129
- paddingVertical?: import("react-native").DimensionValue | undefined;
130
- position?: "absolute" | "relative" | undefined;
131
- right?: import("react-native").DimensionValue | undefined;
132
- start?: import("react-native").DimensionValue | undefined;
133
- top?: import("react-native").DimensionValue | undefined;
134
- width?: import("react-native").DimensionValue | undefined;
135
- zIndex?: number | undefined;
136
- direction?: "ltr" | "rtl" | "inherit" | undefined;
137
- shadowColor?: import("react-native").ColorValue | undefined;
138
- shadowOffset?: Readonly<{
139
- width: number;
140
- height: number;
141
- }> | undefined;
142
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
143
- shadowRadius?: number | undefined;
144
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
145
- transformMatrix?: number[] | undefined;
146
- rotation?: import("react-native").AnimatableNumericValue | undefined;
147
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
148
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
149
- translateX?: import("react-native").AnimatableNumericValue | undefined;
150
- translateY?: import("react-native").AnimatableNumericValue | undefined;
151
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
152
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
153
- includeFontPadding?: boolean | undefined;
154
- };
155
- headline2: {
156
- fontSize: number;
157
- letterSpacing: number;
158
- lineHeight: number;
159
- color?: import("react-native").ColorValue | undefined;
160
- fontFamily?: string | undefined;
161
- fontStyle?: "normal" | "italic" | undefined;
162
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
163
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
164
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
165
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
166
- textDecorationColor?: import("react-native").ColorValue | undefined;
167
- textShadowColor?: import("react-native").ColorValue | undefined;
168
- textShadowOffset?: {
169
- width: number;
170
- height: number;
171
- } | undefined;
172
- textShadowRadius?: number | undefined;
173
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
174
- testID?: string | undefined;
175
- fontVariant?: import("react-native").FontVariant[] | undefined;
176
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
177
- backfaceVisibility?: "visible" | "hidden" | undefined;
178
- backgroundColor?: import("react-native").ColorValue | undefined;
179
- borderBlockColor?: import("react-native").ColorValue | undefined;
180
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
181
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
182
- borderBottomColor?: import("react-native").ColorValue | undefined;
183
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
184
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
185
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
186
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
187
- borderColor?: import("react-native").ColorValue | undefined;
188
- borderCurve?: "circular" | "continuous" | undefined;
189
- borderEndColor?: import("react-native").ColorValue | undefined;
190
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
191
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
192
- borderLeftColor?: import("react-native").ColorValue | undefined;
193
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
194
- borderRightColor?: import("react-native").ColorValue | undefined;
195
- borderStartColor?: import("react-native").ColorValue | undefined;
196
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
197
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
198
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
199
- borderTopColor?: import("react-native").ColorValue | undefined;
200
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
201
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
202
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
203
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
204
- opacity?: import("react-native").AnimatableNumericValue | undefined;
205
- elevation?: number | undefined;
206
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
207
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
208
- alignItems?: import("react-native").FlexAlignType | undefined;
209
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
210
- aspectRatio?: string | number | undefined;
211
- borderBottomWidth?: number | undefined;
212
- borderEndWidth?: number | undefined;
213
- borderLeftWidth?: number | undefined;
214
- borderRightWidth?: number | undefined;
215
- borderStartWidth?: number | undefined;
216
- borderTopWidth?: number | undefined;
217
- borderWidth?: number | undefined;
218
- bottom?: import("react-native").DimensionValue | undefined;
219
- display?: "none" | "flex" | undefined;
220
- end?: import("react-native").DimensionValue | undefined;
221
- flex?: number | undefined;
222
- flexBasis?: import("react-native").DimensionValue | undefined;
223
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
224
- rowGap?: number | undefined;
225
- gap?: number | undefined;
226
- columnGap?: number | undefined;
227
- flexGrow?: number | undefined;
228
- flexShrink?: number | undefined;
229
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
230
- height?: import("react-native").DimensionValue | undefined;
231
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
232
- left?: import("react-native").DimensionValue | undefined;
233
- margin?: import("react-native").DimensionValue | undefined;
234
- marginBottom?: import("react-native").DimensionValue | undefined;
235
- marginEnd?: import("react-native").DimensionValue | undefined;
236
- marginHorizontal?: import("react-native").DimensionValue | undefined;
237
- marginLeft?: import("react-native").DimensionValue | undefined;
238
- marginRight?: import("react-native").DimensionValue | undefined;
239
- marginStart?: import("react-native").DimensionValue | undefined;
240
- marginTop?: import("react-native").DimensionValue | undefined;
241
- marginVertical?: import("react-native").DimensionValue | undefined;
242
- maxHeight?: import("react-native").DimensionValue | undefined;
243
- maxWidth?: import("react-native").DimensionValue | undefined;
244
- minHeight?: import("react-native").DimensionValue | undefined;
245
- minWidth?: import("react-native").DimensionValue | undefined;
246
- overflow?: "visible" | "hidden" | "scroll" | undefined;
247
- padding?: import("react-native").DimensionValue | undefined;
248
- paddingBottom?: import("react-native").DimensionValue | undefined;
249
- paddingEnd?: import("react-native").DimensionValue | undefined;
250
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
251
- paddingLeft?: import("react-native").DimensionValue | undefined;
252
- paddingRight?: import("react-native").DimensionValue | undefined;
253
- paddingStart?: import("react-native").DimensionValue | undefined;
254
- paddingTop?: import("react-native").DimensionValue | undefined;
255
- paddingVertical?: import("react-native").DimensionValue | undefined;
256
- position?: "absolute" | "relative" | undefined;
257
- right?: import("react-native").DimensionValue | undefined;
258
- start?: import("react-native").DimensionValue | undefined;
259
- top?: import("react-native").DimensionValue | undefined;
260
- width?: import("react-native").DimensionValue | undefined;
261
- zIndex?: number | undefined;
262
- direction?: "ltr" | "rtl" | "inherit" | undefined;
263
- shadowColor?: import("react-native").ColorValue | undefined;
264
- shadowOffset?: Readonly<{
265
- width: number;
266
- height: number;
267
- }> | undefined;
268
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
269
- shadowRadius?: number | undefined;
270
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
271
- transformMatrix?: number[] | undefined;
272
- rotation?: import("react-native").AnimatableNumericValue | undefined;
273
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
274
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
275
- translateX?: import("react-native").AnimatableNumericValue | undefined;
276
- translateY?: import("react-native").AnimatableNumericValue | undefined;
277
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
278
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
279
- includeFontPadding?: boolean | undefined;
280
- };
281
- headline3: {
282
- fontSize: number;
283
- letterSpacing: number;
284
- lineHeight: number;
285
- color?: import("react-native").ColorValue | undefined;
286
- fontFamily?: string | undefined;
287
- fontStyle?: "normal" | "italic" | undefined;
288
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
289
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
290
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
291
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
292
- textDecorationColor?: import("react-native").ColorValue | undefined;
293
- textShadowColor?: import("react-native").ColorValue | undefined;
294
- textShadowOffset?: {
295
- width: number;
296
- height: number;
297
- } | undefined;
298
- textShadowRadius?: number | undefined;
299
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
300
- testID?: string | undefined;
301
- fontVariant?: import("react-native").FontVariant[] | undefined;
302
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
303
- backfaceVisibility?: "visible" | "hidden" | undefined;
304
- backgroundColor?: import("react-native").ColorValue | undefined;
305
- borderBlockColor?: import("react-native").ColorValue | undefined;
306
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
307
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
308
- borderBottomColor?: import("react-native").ColorValue | undefined;
309
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
310
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
311
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
312
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
313
- borderColor?: import("react-native").ColorValue | undefined;
314
- borderCurve?: "circular" | "continuous" | undefined;
315
- borderEndColor?: import("react-native").ColorValue | undefined;
316
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
317
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
318
- borderLeftColor?: import("react-native").ColorValue | undefined;
319
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
320
- borderRightColor?: import("react-native").ColorValue | undefined;
321
- borderStartColor?: import("react-native").ColorValue | undefined;
322
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
323
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
324
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
325
- borderTopColor?: import("react-native").ColorValue | undefined;
326
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
327
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
328
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
329
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
330
- opacity?: import("react-native").AnimatableNumericValue | undefined;
331
- elevation?: number | undefined;
332
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
333
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
334
- alignItems?: import("react-native").FlexAlignType | undefined;
335
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
336
- aspectRatio?: string | number | undefined;
337
- borderBottomWidth?: number | undefined;
338
- borderEndWidth?: number | undefined;
339
- borderLeftWidth?: number | undefined;
340
- borderRightWidth?: number | undefined;
341
- borderStartWidth?: number | undefined;
342
- borderTopWidth?: number | undefined;
343
- borderWidth?: number | undefined;
344
- bottom?: import("react-native").DimensionValue | undefined;
345
- display?: "none" | "flex" | undefined;
346
- end?: import("react-native").DimensionValue | undefined;
347
- flex?: number | undefined;
348
- flexBasis?: import("react-native").DimensionValue | undefined;
349
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
350
- rowGap?: number | undefined;
351
- gap?: number | undefined;
352
- columnGap?: number | undefined;
353
- flexGrow?: number | undefined;
354
- flexShrink?: number | undefined;
355
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
356
- height?: import("react-native").DimensionValue | undefined;
357
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
358
- left?: import("react-native").DimensionValue | undefined;
359
- margin?: import("react-native").DimensionValue | undefined;
360
- marginBottom?: import("react-native").DimensionValue | undefined;
361
- marginEnd?: import("react-native").DimensionValue | undefined;
362
- marginHorizontal?: import("react-native").DimensionValue | undefined;
363
- marginLeft?: import("react-native").DimensionValue | undefined;
364
- marginRight?: import("react-native").DimensionValue | undefined;
365
- marginStart?: import("react-native").DimensionValue | undefined;
366
- marginTop?: import("react-native").DimensionValue | undefined;
367
- marginVertical?: import("react-native").DimensionValue | undefined;
368
- maxHeight?: import("react-native").DimensionValue | undefined;
369
- maxWidth?: import("react-native").DimensionValue | undefined;
370
- minHeight?: import("react-native").DimensionValue | undefined;
371
- minWidth?: import("react-native").DimensionValue | undefined;
372
- overflow?: "visible" | "hidden" | "scroll" | undefined;
373
- padding?: import("react-native").DimensionValue | undefined;
374
- paddingBottom?: import("react-native").DimensionValue | undefined;
375
- paddingEnd?: import("react-native").DimensionValue | undefined;
376
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
377
- paddingLeft?: import("react-native").DimensionValue | undefined;
378
- paddingRight?: import("react-native").DimensionValue | undefined;
379
- paddingStart?: import("react-native").DimensionValue | undefined;
380
- paddingTop?: import("react-native").DimensionValue | undefined;
381
- paddingVertical?: import("react-native").DimensionValue | undefined;
382
- position?: "absolute" | "relative" | undefined;
383
- right?: import("react-native").DimensionValue | undefined;
384
- start?: import("react-native").DimensionValue | undefined;
385
- top?: import("react-native").DimensionValue | undefined;
386
- width?: import("react-native").DimensionValue | undefined;
387
- zIndex?: number | undefined;
388
- direction?: "ltr" | "rtl" | "inherit" | undefined;
389
- shadowColor?: import("react-native").ColorValue | undefined;
390
- shadowOffset?: Readonly<{
391
- width: number;
392
- height: number;
393
- }> | undefined;
394
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
395
- shadowRadius?: number | undefined;
396
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
397
- transformMatrix?: number[] | undefined;
398
- rotation?: import("react-native").AnimatableNumericValue | undefined;
399
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
400
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
401
- translateX?: import("react-native").AnimatableNumericValue | undefined;
402
- translateY?: import("react-native").AnimatableNumericValue | undefined;
403
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
404
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
405
- includeFontPadding?: boolean | undefined;
406
- };
407
- headline4: {
408
- fontSize: number;
409
- letterSpacing: number;
410
- lineHeight: number;
411
- color?: import("react-native").ColorValue | undefined;
412
- fontFamily?: string | undefined;
413
- fontStyle?: "normal" | "italic" | undefined;
414
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
415
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
416
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
417
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
418
- textDecorationColor?: import("react-native").ColorValue | undefined;
419
- textShadowColor?: import("react-native").ColorValue | undefined;
420
- textShadowOffset?: {
421
- width: number;
422
- height: number;
423
- } | undefined;
424
- textShadowRadius?: number | undefined;
425
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
426
- testID?: string | undefined;
427
- fontVariant?: import("react-native").FontVariant[] | undefined;
428
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
429
- backfaceVisibility?: "visible" | "hidden" | undefined;
430
- backgroundColor?: import("react-native").ColorValue | undefined;
431
- borderBlockColor?: import("react-native").ColorValue | undefined;
432
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
433
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
434
- borderBottomColor?: import("react-native").ColorValue | undefined;
435
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
436
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
437
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
438
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
439
- borderColor?: import("react-native").ColorValue | undefined;
440
- borderCurve?: "circular" | "continuous" | undefined;
441
- borderEndColor?: import("react-native").ColorValue | undefined;
442
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
443
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
444
- borderLeftColor?: import("react-native").ColorValue | undefined;
445
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
446
- borderRightColor?: import("react-native").ColorValue | undefined;
447
- borderStartColor?: import("react-native").ColorValue | undefined;
448
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
449
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
450
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
451
- borderTopColor?: import("react-native").ColorValue | undefined;
452
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
453
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
454
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
455
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
456
- opacity?: import("react-native").AnimatableNumericValue | undefined;
457
- elevation?: number | undefined;
458
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
459
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
460
- alignItems?: import("react-native").FlexAlignType | undefined;
461
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
462
- aspectRatio?: string | number | undefined;
463
- borderBottomWidth?: number | undefined;
464
- borderEndWidth?: number | undefined;
465
- borderLeftWidth?: number | undefined;
466
- borderRightWidth?: number | undefined;
467
- borderStartWidth?: number | undefined;
468
- borderTopWidth?: number | undefined;
469
- borderWidth?: number | undefined;
470
- bottom?: import("react-native").DimensionValue | undefined;
471
- display?: "none" | "flex" | undefined;
472
- end?: import("react-native").DimensionValue | undefined;
473
- flex?: number | undefined;
474
- flexBasis?: import("react-native").DimensionValue | undefined;
475
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
476
- rowGap?: number | undefined;
477
- gap?: number | undefined;
478
- columnGap?: number | undefined;
479
- flexGrow?: number | undefined;
480
- flexShrink?: number | undefined;
481
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
482
- height?: import("react-native").DimensionValue | undefined;
483
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
484
- left?: import("react-native").DimensionValue | undefined;
485
- margin?: import("react-native").DimensionValue | undefined;
486
- marginBottom?: import("react-native").DimensionValue | undefined;
487
- marginEnd?: import("react-native").DimensionValue | undefined;
488
- marginHorizontal?: import("react-native").DimensionValue | undefined;
489
- marginLeft?: import("react-native").DimensionValue | undefined;
490
- marginRight?: import("react-native").DimensionValue | undefined;
491
- marginStart?: import("react-native").DimensionValue | undefined;
492
- marginTop?: import("react-native").DimensionValue | undefined;
493
- marginVertical?: import("react-native").DimensionValue | undefined;
494
- maxHeight?: import("react-native").DimensionValue | undefined;
495
- maxWidth?: import("react-native").DimensionValue | undefined;
496
- minHeight?: import("react-native").DimensionValue | undefined;
497
- minWidth?: import("react-native").DimensionValue | undefined;
498
- overflow?: "visible" | "hidden" | "scroll" | undefined;
499
- padding?: import("react-native").DimensionValue | undefined;
500
- paddingBottom?: import("react-native").DimensionValue | undefined;
501
- paddingEnd?: import("react-native").DimensionValue | undefined;
502
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
503
- paddingLeft?: import("react-native").DimensionValue | undefined;
504
- paddingRight?: import("react-native").DimensionValue | undefined;
505
- paddingStart?: import("react-native").DimensionValue | undefined;
506
- paddingTop?: import("react-native").DimensionValue | undefined;
507
- paddingVertical?: import("react-native").DimensionValue | undefined;
508
- position?: "absolute" | "relative" | undefined;
509
- right?: import("react-native").DimensionValue | undefined;
510
- start?: import("react-native").DimensionValue | undefined;
511
- top?: import("react-native").DimensionValue | undefined;
512
- width?: import("react-native").DimensionValue | undefined;
513
- zIndex?: number | undefined;
514
- direction?: "ltr" | "rtl" | "inherit" | undefined;
515
- shadowColor?: import("react-native").ColorValue | undefined;
516
- shadowOffset?: Readonly<{
517
- width: number;
518
- height: number;
519
- }> | undefined;
520
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
521
- shadowRadius?: number | undefined;
522
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
523
- transformMatrix?: number[] | undefined;
524
- rotation?: import("react-native").AnimatableNumericValue | undefined;
525
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
526
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
527
- translateX?: import("react-native").AnimatableNumericValue | undefined;
528
- translateY?: import("react-native").AnimatableNumericValue | undefined;
529
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
530
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
531
- includeFontPadding?: boolean | undefined;
532
- };
533
- headline5: {
534
- fontSize: number;
535
- letterSpacing: number;
536
- lineHeight: number;
537
- color?: import("react-native").ColorValue | undefined;
538
- fontFamily?: string | undefined;
539
- fontStyle?: "normal" | "italic" | undefined;
540
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
541
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
542
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
543
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
544
- textDecorationColor?: import("react-native").ColorValue | undefined;
545
- textShadowColor?: import("react-native").ColorValue | undefined;
546
- textShadowOffset?: {
547
- width: number;
548
- height: number;
549
- } | undefined;
550
- textShadowRadius?: number | undefined;
551
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
552
- testID?: string | undefined;
553
- fontVariant?: import("react-native").FontVariant[] | undefined;
554
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
555
- backfaceVisibility?: "visible" | "hidden" | undefined;
556
- backgroundColor?: import("react-native").ColorValue | undefined;
557
- borderBlockColor?: import("react-native").ColorValue | undefined;
558
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
559
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
560
- borderBottomColor?: import("react-native").ColorValue | undefined;
561
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
562
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
563
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
564
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
565
- borderColor?: import("react-native").ColorValue | undefined;
566
- borderCurve?: "circular" | "continuous" | undefined;
567
- borderEndColor?: import("react-native").ColorValue | undefined;
568
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
569
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
570
- borderLeftColor?: import("react-native").ColorValue | undefined;
571
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
572
- borderRightColor?: import("react-native").ColorValue | undefined;
573
- borderStartColor?: import("react-native").ColorValue | undefined;
574
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
575
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
576
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
577
- borderTopColor?: import("react-native").ColorValue | undefined;
578
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
579
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
580
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
581
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
582
- opacity?: import("react-native").AnimatableNumericValue | undefined;
583
- elevation?: number | undefined;
584
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
585
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
586
- alignItems?: import("react-native").FlexAlignType | undefined;
587
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
588
- aspectRatio?: string | number | undefined;
589
- borderBottomWidth?: number | undefined;
590
- borderEndWidth?: number | undefined;
591
- borderLeftWidth?: number | undefined;
592
- borderRightWidth?: number | undefined;
593
- borderStartWidth?: number | undefined;
594
- borderTopWidth?: number | undefined;
595
- borderWidth?: number | undefined;
596
- bottom?: import("react-native").DimensionValue | undefined;
597
- display?: "none" | "flex" | undefined;
598
- end?: import("react-native").DimensionValue | undefined;
599
- flex?: number | undefined;
600
- flexBasis?: import("react-native").DimensionValue | undefined;
601
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
602
- rowGap?: number | undefined;
603
- gap?: number | undefined;
604
- columnGap?: number | undefined;
605
- flexGrow?: number | undefined;
606
- flexShrink?: number | undefined;
607
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
608
- height?: import("react-native").DimensionValue | undefined;
609
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
610
- left?: import("react-native").DimensionValue | undefined;
611
- margin?: import("react-native").DimensionValue | undefined;
612
- marginBottom?: import("react-native").DimensionValue | undefined;
613
- marginEnd?: import("react-native").DimensionValue | undefined;
614
- marginHorizontal?: import("react-native").DimensionValue | undefined;
615
- marginLeft?: import("react-native").DimensionValue | undefined;
616
- marginRight?: import("react-native").DimensionValue | undefined;
617
- marginStart?: import("react-native").DimensionValue | undefined;
618
- marginTop?: import("react-native").DimensionValue | undefined;
619
- marginVertical?: import("react-native").DimensionValue | undefined;
620
- maxHeight?: import("react-native").DimensionValue | undefined;
621
- maxWidth?: import("react-native").DimensionValue | undefined;
622
- minHeight?: import("react-native").DimensionValue | undefined;
623
- minWidth?: import("react-native").DimensionValue | undefined;
624
- overflow?: "visible" | "hidden" | "scroll" | undefined;
625
- padding?: import("react-native").DimensionValue | undefined;
626
- paddingBottom?: import("react-native").DimensionValue | undefined;
627
- paddingEnd?: import("react-native").DimensionValue | undefined;
628
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
629
- paddingLeft?: import("react-native").DimensionValue | undefined;
630
- paddingRight?: import("react-native").DimensionValue | undefined;
631
- paddingStart?: import("react-native").DimensionValue | undefined;
632
- paddingTop?: import("react-native").DimensionValue | undefined;
633
- paddingVertical?: import("react-native").DimensionValue | undefined;
634
- position?: "absolute" | "relative" | undefined;
635
- right?: import("react-native").DimensionValue | undefined;
636
- start?: import("react-native").DimensionValue | undefined;
637
- top?: import("react-native").DimensionValue | undefined;
638
- width?: import("react-native").DimensionValue | undefined;
639
- zIndex?: number | undefined;
640
- direction?: "ltr" | "rtl" | "inherit" | undefined;
641
- shadowColor?: import("react-native").ColorValue | undefined;
642
- shadowOffset?: Readonly<{
643
- width: number;
644
- height: number;
645
- }> | undefined;
646
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
647
- shadowRadius?: number | undefined;
648
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
649
- transformMatrix?: number[] | undefined;
650
- rotation?: import("react-native").AnimatableNumericValue | undefined;
651
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
652
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
653
- translateX?: import("react-native").AnimatableNumericValue | undefined;
654
- translateY?: import("react-native").AnimatableNumericValue | undefined;
655
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
656
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
657
- includeFontPadding?: boolean | undefined;
658
- };
659
- subtitle1: {
660
- fontSize: number;
661
- letterSpacing: number;
662
- lineHeight: number;
663
- color?: import("react-native").ColorValue | undefined;
664
- fontFamily?: string | undefined;
665
- fontStyle?: "normal" | "italic" | undefined;
666
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
667
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
668
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
669
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
670
- textDecorationColor?: import("react-native").ColorValue | undefined;
671
- textShadowColor?: import("react-native").ColorValue | undefined;
672
- textShadowOffset?: {
673
- width: number;
674
- height: number;
675
- } | undefined;
676
- textShadowRadius?: number | undefined;
677
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
678
- testID?: string | undefined;
679
- fontVariant?: import("react-native").FontVariant[] | undefined;
680
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
681
- backfaceVisibility?: "visible" | "hidden" | undefined;
682
- backgroundColor?: import("react-native").ColorValue | undefined;
683
- borderBlockColor?: import("react-native").ColorValue | undefined;
684
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
685
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
686
- borderBottomColor?: import("react-native").ColorValue | undefined;
687
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
688
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
689
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
690
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
691
- borderColor?: import("react-native").ColorValue | undefined;
692
- borderCurve?: "circular" | "continuous" | undefined;
693
- borderEndColor?: import("react-native").ColorValue | undefined;
694
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
695
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
696
- borderLeftColor?: import("react-native").ColorValue | undefined;
697
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
698
- borderRightColor?: import("react-native").ColorValue | undefined;
699
- borderStartColor?: import("react-native").ColorValue | undefined;
700
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
701
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
702
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
703
- borderTopColor?: import("react-native").ColorValue | undefined;
704
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
705
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
706
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
707
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
708
- opacity?: import("react-native").AnimatableNumericValue | undefined;
709
- elevation?: number | undefined;
710
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
711
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
712
- alignItems?: import("react-native").FlexAlignType | undefined;
713
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
714
- aspectRatio?: string | number | undefined;
715
- borderBottomWidth?: number | undefined;
716
- borderEndWidth?: number | undefined;
717
- borderLeftWidth?: number | undefined;
718
- borderRightWidth?: number | undefined;
719
- borderStartWidth?: number | undefined;
720
- borderTopWidth?: number | undefined;
721
- borderWidth?: number | undefined;
722
- bottom?: import("react-native").DimensionValue | undefined;
723
- display?: "none" | "flex" | undefined;
724
- end?: import("react-native").DimensionValue | undefined;
725
- flex?: number | undefined;
726
- flexBasis?: import("react-native").DimensionValue | undefined;
727
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
728
- rowGap?: number | undefined;
729
- gap?: number | undefined;
730
- columnGap?: number | undefined;
731
- flexGrow?: number | undefined;
732
- flexShrink?: number | undefined;
733
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
734
- height?: import("react-native").DimensionValue | undefined;
735
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
736
- left?: import("react-native").DimensionValue | undefined;
737
- margin?: import("react-native").DimensionValue | undefined;
738
- marginBottom?: import("react-native").DimensionValue | undefined;
739
- marginEnd?: import("react-native").DimensionValue | undefined;
740
- marginHorizontal?: import("react-native").DimensionValue | undefined;
741
- marginLeft?: import("react-native").DimensionValue | undefined;
742
- marginRight?: import("react-native").DimensionValue | undefined;
743
- marginStart?: import("react-native").DimensionValue | undefined;
744
- marginTop?: import("react-native").DimensionValue | undefined;
745
- marginVertical?: import("react-native").DimensionValue | undefined;
746
- maxHeight?: import("react-native").DimensionValue | undefined;
747
- maxWidth?: import("react-native").DimensionValue | undefined;
748
- minHeight?: import("react-native").DimensionValue | undefined;
749
- minWidth?: import("react-native").DimensionValue | undefined;
750
- overflow?: "visible" | "hidden" | "scroll" | undefined;
751
- padding?: import("react-native").DimensionValue | undefined;
752
- paddingBottom?: import("react-native").DimensionValue | undefined;
753
- paddingEnd?: import("react-native").DimensionValue | undefined;
754
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
755
- paddingLeft?: import("react-native").DimensionValue | undefined;
756
- paddingRight?: import("react-native").DimensionValue | undefined;
757
- paddingStart?: import("react-native").DimensionValue | undefined;
758
- paddingTop?: import("react-native").DimensionValue | undefined;
759
- paddingVertical?: import("react-native").DimensionValue | undefined;
760
- position?: "absolute" | "relative" | undefined;
761
- right?: import("react-native").DimensionValue | undefined;
762
- start?: import("react-native").DimensionValue | undefined;
763
- top?: import("react-native").DimensionValue | undefined;
764
- width?: import("react-native").DimensionValue | undefined;
765
- zIndex?: number | undefined;
766
- direction?: "ltr" | "rtl" | "inherit" | undefined;
767
- shadowColor?: import("react-native").ColorValue | undefined;
768
- shadowOffset?: Readonly<{
769
- width: number;
770
- height: number;
771
- }> | undefined;
772
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
773
- shadowRadius?: number | undefined;
774
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
775
- transformMatrix?: number[] | undefined;
776
- rotation?: import("react-native").AnimatableNumericValue | undefined;
777
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
778
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
779
- translateX?: import("react-native").AnimatableNumericValue | undefined;
780
- translateY?: import("react-native").AnimatableNumericValue | undefined;
781
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
782
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
783
- includeFontPadding?: boolean | undefined;
784
- };
785
- subtitle2: {
786
- fontSize: number;
787
- letterSpacing: number;
788
- lineHeight: number;
789
- color?: import("react-native").ColorValue | undefined;
790
- fontFamily?: string | undefined;
791
- fontStyle?: "normal" | "italic" | undefined;
792
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
793
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
794
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
795
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
796
- textDecorationColor?: import("react-native").ColorValue | undefined;
797
- textShadowColor?: import("react-native").ColorValue | undefined;
798
- textShadowOffset?: {
799
- width: number;
800
- height: number;
801
- } | undefined;
802
- textShadowRadius?: number | undefined;
803
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
804
- testID?: string | undefined;
805
- fontVariant?: import("react-native").FontVariant[] | undefined;
806
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
807
- backfaceVisibility?: "visible" | "hidden" | undefined;
808
- backgroundColor?: import("react-native").ColorValue | undefined;
809
- borderBlockColor?: import("react-native").ColorValue | undefined;
810
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
811
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
812
- borderBottomColor?: import("react-native").ColorValue | undefined;
813
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
814
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
815
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
816
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
817
- borderColor?: import("react-native").ColorValue | undefined;
818
- borderCurve?: "circular" | "continuous" | undefined;
819
- borderEndColor?: import("react-native").ColorValue | undefined;
820
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
821
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
822
- borderLeftColor?: import("react-native").ColorValue | undefined;
823
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
824
- borderRightColor?: import("react-native").ColorValue | undefined;
825
- borderStartColor?: import("react-native").ColorValue | undefined;
826
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
827
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
828
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
829
- borderTopColor?: import("react-native").ColorValue | undefined;
830
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
831
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
832
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
833
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
834
- opacity?: import("react-native").AnimatableNumericValue | undefined;
835
- elevation?: number | undefined;
836
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
837
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
838
- alignItems?: import("react-native").FlexAlignType | undefined;
839
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
840
- aspectRatio?: string | number | undefined;
841
- borderBottomWidth?: number | undefined;
842
- borderEndWidth?: number | undefined;
843
- borderLeftWidth?: number | undefined;
844
- borderRightWidth?: number | undefined;
845
- borderStartWidth?: number | undefined;
846
- borderTopWidth?: number | undefined;
847
- borderWidth?: number | undefined;
848
- bottom?: import("react-native").DimensionValue | undefined;
849
- display?: "none" | "flex" | undefined;
850
- end?: import("react-native").DimensionValue | undefined;
851
- flex?: number | undefined;
852
- flexBasis?: import("react-native").DimensionValue | undefined;
853
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
854
- rowGap?: number | undefined;
855
- gap?: number | undefined;
856
- columnGap?: number | undefined;
857
- flexGrow?: number | undefined;
858
- flexShrink?: number | undefined;
859
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
860
- height?: import("react-native").DimensionValue | undefined;
861
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
862
- left?: import("react-native").DimensionValue | undefined;
863
- margin?: import("react-native").DimensionValue | undefined;
864
- marginBottom?: import("react-native").DimensionValue | undefined;
865
- marginEnd?: import("react-native").DimensionValue | undefined;
866
- marginHorizontal?: import("react-native").DimensionValue | undefined;
867
- marginLeft?: import("react-native").DimensionValue | undefined;
868
- marginRight?: import("react-native").DimensionValue | undefined;
869
- marginStart?: import("react-native").DimensionValue | undefined;
870
- marginTop?: import("react-native").DimensionValue | undefined;
871
- marginVertical?: import("react-native").DimensionValue | undefined;
872
- maxHeight?: import("react-native").DimensionValue | undefined;
873
- maxWidth?: import("react-native").DimensionValue | undefined;
874
- minHeight?: import("react-native").DimensionValue | undefined;
875
- minWidth?: import("react-native").DimensionValue | undefined;
876
- overflow?: "visible" | "hidden" | "scroll" | undefined;
877
- padding?: import("react-native").DimensionValue | undefined;
878
- paddingBottom?: import("react-native").DimensionValue | undefined;
879
- paddingEnd?: import("react-native").DimensionValue | undefined;
880
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
881
- paddingLeft?: import("react-native").DimensionValue | undefined;
882
- paddingRight?: import("react-native").DimensionValue | undefined;
883
- paddingStart?: import("react-native").DimensionValue | undefined;
884
- paddingTop?: import("react-native").DimensionValue | undefined;
885
- paddingVertical?: import("react-native").DimensionValue | undefined;
886
- position?: "absolute" | "relative" | undefined;
887
- right?: import("react-native").DimensionValue | undefined;
888
- start?: import("react-native").DimensionValue | undefined;
889
- top?: import("react-native").DimensionValue | undefined;
890
- width?: import("react-native").DimensionValue | undefined;
891
- zIndex?: number | undefined;
892
- direction?: "ltr" | "rtl" | "inherit" | undefined;
893
- shadowColor?: import("react-native").ColorValue | undefined;
894
- shadowOffset?: Readonly<{
895
- width: number;
896
- height: number;
897
- }> | undefined;
898
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
899
- shadowRadius?: number | undefined;
900
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
901
- transformMatrix?: number[] | undefined;
902
- rotation?: import("react-native").AnimatableNumericValue | undefined;
903
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
904
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
905
- translateX?: import("react-native").AnimatableNumericValue | undefined;
906
- translateY?: import("react-native").AnimatableNumericValue | undefined;
907
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
908
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
909
- includeFontPadding?: boolean | undefined;
910
- };
911
- body1: {
912
- fontSize: number;
913
- letterSpacing: number;
914
- lineHeight: number;
915
- color?: import("react-native").ColorValue | undefined;
916
- fontFamily?: string | undefined;
917
- fontStyle?: "normal" | "italic" | undefined;
918
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
919
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
920
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
921
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
922
- textDecorationColor?: import("react-native").ColorValue | undefined;
923
- textShadowColor?: import("react-native").ColorValue | undefined;
924
- textShadowOffset?: {
925
- width: number;
926
- height: number;
927
- } | undefined;
928
- textShadowRadius?: number | undefined;
929
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
930
- testID?: string | undefined;
931
- fontVariant?: import("react-native").FontVariant[] | undefined;
932
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
933
- backfaceVisibility?: "visible" | "hidden" | undefined;
934
- backgroundColor?: import("react-native").ColorValue | undefined;
935
- borderBlockColor?: import("react-native").ColorValue | undefined;
936
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
937
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
938
- borderBottomColor?: import("react-native").ColorValue | undefined;
939
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
940
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
941
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
942
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
943
- borderColor?: import("react-native").ColorValue | undefined;
944
- borderCurve?: "circular" | "continuous" | undefined;
945
- borderEndColor?: import("react-native").ColorValue | undefined;
946
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
947
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
948
- borderLeftColor?: import("react-native").ColorValue | undefined;
949
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
950
- borderRightColor?: import("react-native").ColorValue | undefined;
951
- borderStartColor?: import("react-native").ColorValue | undefined;
952
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
953
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
954
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
955
- borderTopColor?: import("react-native").ColorValue | undefined;
956
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
957
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
958
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
959
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
960
- opacity?: import("react-native").AnimatableNumericValue | undefined;
961
- elevation?: number | undefined;
962
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
963
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
964
- alignItems?: import("react-native").FlexAlignType | undefined;
965
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
966
- aspectRatio?: string | number | undefined;
967
- borderBottomWidth?: number | undefined;
968
- borderEndWidth?: number | undefined;
969
- borderLeftWidth?: number | undefined;
970
- borderRightWidth?: number | undefined;
971
- borderStartWidth?: number | undefined;
972
- borderTopWidth?: number | undefined;
973
- borderWidth?: number | undefined;
974
- bottom?: import("react-native").DimensionValue | undefined;
975
- display?: "none" | "flex" | undefined;
976
- end?: import("react-native").DimensionValue | undefined;
977
- flex?: number | undefined;
978
- flexBasis?: import("react-native").DimensionValue | undefined;
979
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
980
- rowGap?: number | undefined;
981
- gap?: number | undefined;
982
- columnGap?: number | undefined;
983
- flexGrow?: number | undefined;
984
- flexShrink?: number | undefined;
985
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
986
- height?: import("react-native").DimensionValue | undefined;
987
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
988
- left?: import("react-native").DimensionValue | undefined;
989
- margin?: import("react-native").DimensionValue | undefined;
990
- marginBottom?: import("react-native").DimensionValue | undefined;
991
- marginEnd?: import("react-native").DimensionValue | undefined;
992
- marginHorizontal?: import("react-native").DimensionValue | undefined;
993
- marginLeft?: import("react-native").DimensionValue | undefined;
994
- marginRight?: import("react-native").DimensionValue | undefined;
995
- marginStart?: import("react-native").DimensionValue | undefined;
996
- marginTop?: import("react-native").DimensionValue | undefined;
997
- marginVertical?: import("react-native").DimensionValue | undefined;
998
- maxHeight?: import("react-native").DimensionValue | undefined;
999
- maxWidth?: import("react-native").DimensionValue | undefined;
1000
- minHeight?: import("react-native").DimensionValue | undefined;
1001
- minWidth?: import("react-native").DimensionValue | undefined;
1002
- overflow?: "visible" | "hidden" | "scroll" | undefined;
1003
- padding?: import("react-native").DimensionValue | undefined;
1004
- paddingBottom?: import("react-native").DimensionValue | undefined;
1005
- paddingEnd?: import("react-native").DimensionValue | undefined;
1006
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
1007
- paddingLeft?: import("react-native").DimensionValue | undefined;
1008
- paddingRight?: import("react-native").DimensionValue | undefined;
1009
- paddingStart?: import("react-native").DimensionValue | undefined;
1010
- paddingTop?: import("react-native").DimensionValue | undefined;
1011
- paddingVertical?: import("react-native").DimensionValue | undefined;
1012
- position?: "absolute" | "relative" | undefined;
1013
- right?: import("react-native").DimensionValue | undefined;
1014
- start?: import("react-native").DimensionValue | undefined;
1015
- top?: import("react-native").DimensionValue | undefined;
1016
- width?: import("react-native").DimensionValue | undefined;
1017
- zIndex?: number | undefined;
1018
- direction?: "ltr" | "rtl" | "inherit" | undefined;
1019
- shadowColor?: import("react-native").ColorValue | undefined;
1020
- shadowOffset?: Readonly<{
1021
- width: number;
1022
- height: number;
1023
- }> | undefined;
1024
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
1025
- shadowRadius?: number | undefined;
1026
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
1027
- transformMatrix?: number[] | undefined;
1028
- rotation?: import("react-native").AnimatableNumericValue | undefined;
1029
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
1030
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
1031
- translateX?: import("react-native").AnimatableNumericValue | undefined;
1032
- translateY?: import("react-native").AnimatableNumericValue | undefined;
1033
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
1034
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
1035
- includeFontPadding?: boolean | undefined;
1036
- };
1037
- body2: {
1038
- fontSize: number;
1039
- letterSpacing: number;
1040
- lineHeight: number;
1041
- color?: import("react-native").ColorValue | undefined;
1042
- fontFamily?: string | undefined;
1043
- fontStyle?: "normal" | "italic" | undefined;
1044
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
1045
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
1046
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
1047
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
1048
- textDecorationColor?: import("react-native").ColorValue | undefined;
1049
- textShadowColor?: import("react-native").ColorValue | undefined;
1050
- textShadowOffset?: {
1051
- width: number;
1052
- height: number;
1053
- } | undefined;
1054
- textShadowRadius?: number | undefined;
1055
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
1056
- testID?: string | undefined;
1057
- fontVariant?: import("react-native").FontVariant[] | undefined;
1058
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
1059
- backfaceVisibility?: "visible" | "hidden" | undefined;
1060
- backgroundColor?: import("react-native").ColorValue | undefined;
1061
- borderBlockColor?: import("react-native").ColorValue | undefined;
1062
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
1063
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
1064
- borderBottomColor?: import("react-native").ColorValue | undefined;
1065
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1066
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1067
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1068
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1069
- borderColor?: import("react-native").ColorValue | undefined;
1070
- borderCurve?: "circular" | "continuous" | undefined;
1071
- borderEndColor?: import("react-native").ColorValue | undefined;
1072
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1073
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1074
- borderLeftColor?: import("react-native").ColorValue | undefined;
1075
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
1076
- borderRightColor?: import("react-native").ColorValue | undefined;
1077
- borderStartColor?: import("react-native").ColorValue | undefined;
1078
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1079
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1080
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
1081
- borderTopColor?: import("react-native").ColorValue | undefined;
1082
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1083
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1084
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1085
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1086
- opacity?: import("react-native").AnimatableNumericValue | undefined;
1087
- elevation?: number | undefined;
1088
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
1089
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
1090
- alignItems?: import("react-native").FlexAlignType | undefined;
1091
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
1092
- aspectRatio?: string | number | undefined;
1093
- borderBottomWidth?: number | undefined;
1094
- borderEndWidth?: number | undefined;
1095
- borderLeftWidth?: number | undefined;
1096
- borderRightWidth?: number | undefined;
1097
- borderStartWidth?: number | undefined;
1098
- borderTopWidth?: number | undefined;
1099
- borderWidth?: number | undefined;
1100
- bottom?: import("react-native").DimensionValue | undefined;
1101
- display?: "none" | "flex" | undefined;
1102
- end?: import("react-native").DimensionValue | undefined;
1103
- flex?: number | undefined;
1104
- flexBasis?: import("react-native").DimensionValue | undefined;
1105
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
1106
- rowGap?: number | undefined;
1107
- gap?: number | undefined;
1108
- columnGap?: number | undefined;
1109
- flexGrow?: number | undefined;
1110
- flexShrink?: number | undefined;
1111
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
1112
- height?: import("react-native").DimensionValue | undefined;
1113
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
1114
- left?: import("react-native").DimensionValue | undefined;
1115
- margin?: import("react-native").DimensionValue | undefined;
1116
- marginBottom?: import("react-native").DimensionValue | undefined;
1117
- marginEnd?: import("react-native").DimensionValue | undefined;
1118
- marginHorizontal?: import("react-native").DimensionValue | undefined;
1119
- marginLeft?: import("react-native").DimensionValue | undefined;
1120
- marginRight?: import("react-native").DimensionValue | undefined;
1121
- marginStart?: import("react-native").DimensionValue | undefined;
1122
- marginTop?: import("react-native").DimensionValue | undefined;
1123
- marginVertical?: import("react-native").DimensionValue | undefined;
1124
- maxHeight?: import("react-native").DimensionValue | undefined;
1125
- maxWidth?: import("react-native").DimensionValue | undefined;
1126
- minHeight?: import("react-native").DimensionValue | undefined;
1127
- minWidth?: import("react-native").DimensionValue | undefined;
1128
- overflow?: "visible" | "hidden" | "scroll" | undefined;
1129
- padding?: import("react-native").DimensionValue | undefined;
1130
- paddingBottom?: import("react-native").DimensionValue | undefined;
1131
- paddingEnd?: import("react-native").DimensionValue | undefined;
1132
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
1133
- paddingLeft?: import("react-native").DimensionValue | undefined;
1134
- paddingRight?: import("react-native").DimensionValue | undefined;
1135
- paddingStart?: import("react-native").DimensionValue | undefined;
1136
- paddingTop?: import("react-native").DimensionValue | undefined;
1137
- paddingVertical?: import("react-native").DimensionValue | undefined;
1138
- position?: "absolute" | "relative" | undefined;
1139
- right?: import("react-native").DimensionValue | undefined;
1140
- start?: import("react-native").DimensionValue | undefined;
1141
- top?: import("react-native").DimensionValue | undefined;
1142
- width?: import("react-native").DimensionValue | undefined;
1143
- zIndex?: number | undefined;
1144
- direction?: "ltr" | "rtl" | "inherit" | undefined;
1145
- shadowColor?: import("react-native").ColorValue | undefined;
1146
- shadowOffset?: Readonly<{
1147
- width: number;
1148
- height: number;
1149
- }> | undefined;
1150
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
1151
- shadowRadius?: number | undefined;
1152
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
1153
- transformMatrix?: number[] | undefined;
1154
- rotation?: import("react-native").AnimatableNumericValue | undefined;
1155
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
1156
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
1157
- translateX?: import("react-native").AnimatableNumericValue | undefined;
1158
- translateY?: import("react-native").AnimatableNumericValue | undefined;
1159
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
1160
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
1161
- includeFontPadding?: boolean | undefined;
1162
- };
1163
- button: {
1164
- fontSize: number;
1165
- letterSpacing: number;
1166
- lineHeight: number;
1167
- color?: import("react-native").ColorValue | undefined;
1168
- fontFamily?: string | undefined;
1169
- fontStyle?: "normal" | "italic" | undefined;
1170
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
1171
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
1172
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
1173
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
1174
- textDecorationColor?: import("react-native").ColorValue | undefined;
1175
- textShadowColor?: import("react-native").ColorValue | undefined;
1176
- textShadowOffset?: {
1177
- width: number;
1178
- height: number;
1179
- } | undefined;
1180
- textShadowRadius?: number | undefined;
1181
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
1182
- testID?: string | undefined;
1183
- fontVariant?: import("react-native").FontVariant[] | undefined;
1184
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
1185
- backfaceVisibility?: "visible" | "hidden" | undefined;
1186
- backgroundColor?: import("react-native").ColorValue | undefined;
1187
- borderBlockColor?: import("react-native").ColorValue | undefined;
1188
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
1189
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
1190
- borderBottomColor?: import("react-native").ColorValue | undefined;
1191
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1192
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1193
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1194
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1195
- borderColor?: import("react-native").ColorValue | undefined;
1196
- borderCurve?: "circular" | "continuous" | undefined;
1197
- borderEndColor?: import("react-native").ColorValue | undefined;
1198
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1199
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1200
- borderLeftColor?: import("react-native").ColorValue | undefined;
1201
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
1202
- borderRightColor?: import("react-native").ColorValue | undefined;
1203
- borderStartColor?: import("react-native").ColorValue | undefined;
1204
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1205
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1206
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
1207
- borderTopColor?: import("react-native").ColorValue | undefined;
1208
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1209
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1210
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1211
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1212
- opacity?: import("react-native").AnimatableNumericValue | undefined;
1213
- elevation?: number | undefined;
1214
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
1215
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
1216
- alignItems?: import("react-native").FlexAlignType | undefined;
1217
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
1218
- aspectRatio?: string | number | undefined;
1219
- borderBottomWidth?: number | undefined;
1220
- borderEndWidth?: number | undefined;
1221
- borderLeftWidth?: number | undefined;
1222
- borderRightWidth?: number | undefined;
1223
- borderStartWidth?: number | undefined;
1224
- borderTopWidth?: number | undefined;
1225
- borderWidth?: number | undefined;
1226
- bottom?: import("react-native").DimensionValue | undefined;
1227
- display?: "none" | "flex" | undefined;
1228
- end?: import("react-native").DimensionValue | undefined;
1229
- flex?: number | undefined;
1230
- flexBasis?: import("react-native").DimensionValue | undefined;
1231
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
1232
- rowGap?: number | undefined;
1233
- gap?: number | undefined;
1234
- columnGap?: number | undefined;
1235
- flexGrow?: number | undefined;
1236
- flexShrink?: number | undefined;
1237
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
1238
- height?: import("react-native").DimensionValue | undefined;
1239
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
1240
- left?: import("react-native").DimensionValue | undefined;
1241
- margin?: import("react-native").DimensionValue | undefined;
1242
- marginBottom?: import("react-native").DimensionValue | undefined;
1243
- marginEnd?: import("react-native").DimensionValue | undefined;
1244
- marginHorizontal?: import("react-native").DimensionValue | undefined;
1245
- marginLeft?: import("react-native").DimensionValue | undefined;
1246
- marginRight?: import("react-native").DimensionValue | undefined;
1247
- marginStart?: import("react-native").DimensionValue | undefined;
1248
- marginTop?: import("react-native").DimensionValue | undefined;
1249
- marginVertical?: import("react-native").DimensionValue | undefined;
1250
- maxHeight?: import("react-native").DimensionValue | undefined;
1251
- maxWidth?: import("react-native").DimensionValue | undefined;
1252
- minHeight?: import("react-native").DimensionValue | undefined;
1253
- minWidth?: import("react-native").DimensionValue | undefined;
1254
- overflow?: "visible" | "hidden" | "scroll" | undefined;
1255
- padding?: import("react-native").DimensionValue | undefined;
1256
- paddingBottom?: import("react-native").DimensionValue | undefined;
1257
- paddingEnd?: import("react-native").DimensionValue | undefined;
1258
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
1259
- paddingLeft?: import("react-native").DimensionValue | undefined;
1260
- paddingRight?: import("react-native").DimensionValue | undefined;
1261
- paddingStart?: import("react-native").DimensionValue | undefined;
1262
- paddingTop?: import("react-native").DimensionValue | undefined;
1263
- paddingVertical?: import("react-native").DimensionValue | undefined;
1264
- position?: "absolute" | "relative" | undefined;
1265
- right?: import("react-native").DimensionValue | undefined;
1266
- start?: import("react-native").DimensionValue | undefined;
1267
- top?: import("react-native").DimensionValue | undefined;
1268
- width?: import("react-native").DimensionValue | undefined;
1269
- zIndex?: number | undefined;
1270
- direction?: "ltr" | "rtl" | "inherit" | undefined;
1271
- shadowColor?: import("react-native").ColorValue | undefined;
1272
- shadowOffset?: Readonly<{
1273
- width: number;
1274
- height: number;
1275
- }> | undefined;
1276
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
1277
- shadowRadius?: number | undefined;
1278
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
1279
- transformMatrix?: number[] | undefined;
1280
- rotation?: import("react-native").AnimatableNumericValue | undefined;
1281
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
1282
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
1283
- translateX?: import("react-native").AnimatableNumericValue | undefined;
1284
- translateY?: import("react-native").AnimatableNumericValue | undefined;
1285
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
1286
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
1287
- includeFontPadding?: boolean | undefined;
1288
- };
1289
- caption: {
1290
- fontSize: number;
1291
- letterSpacing: number;
1292
- lineHeight: number;
1293
- color?: import("react-native").ColorValue | undefined;
1294
- fontFamily?: string | undefined;
1295
- fontStyle?: "normal" | "italic" | undefined;
1296
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
1297
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
1298
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
1299
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
1300
- textDecorationColor?: import("react-native").ColorValue | undefined;
1301
- textShadowColor?: import("react-native").ColorValue | undefined;
1302
- textShadowOffset?: {
1303
- width: number;
1304
- height: number;
1305
- } | undefined;
1306
- textShadowRadius?: number | undefined;
1307
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
1308
- testID?: string | undefined;
1309
- fontVariant?: import("react-native").FontVariant[] | undefined;
1310
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
1311
- backfaceVisibility?: "visible" | "hidden" | undefined;
1312
- backgroundColor?: import("react-native").ColorValue | undefined;
1313
- borderBlockColor?: import("react-native").ColorValue | undefined;
1314
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
1315
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
1316
- borderBottomColor?: import("react-native").ColorValue | undefined;
1317
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1318
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1319
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1320
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1321
- borderColor?: import("react-native").ColorValue | undefined;
1322
- borderCurve?: "circular" | "continuous" | undefined;
1323
- borderEndColor?: import("react-native").ColorValue | undefined;
1324
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1325
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1326
- borderLeftColor?: import("react-native").ColorValue | undefined;
1327
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
1328
- borderRightColor?: import("react-native").ColorValue | undefined;
1329
- borderStartColor?: import("react-native").ColorValue | undefined;
1330
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1331
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1332
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
1333
- borderTopColor?: import("react-native").ColorValue | undefined;
1334
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1335
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1336
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1337
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1338
- opacity?: import("react-native").AnimatableNumericValue | undefined;
1339
- elevation?: number | undefined;
1340
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
1341
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
1342
- alignItems?: import("react-native").FlexAlignType | undefined;
1343
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
1344
- aspectRatio?: string | number | undefined;
1345
- borderBottomWidth?: number | undefined;
1346
- borderEndWidth?: number | undefined;
1347
- borderLeftWidth?: number | undefined;
1348
- borderRightWidth?: number | undefined;
1349
- borderStartWidth?: number | undefined;
1350
- borderTopWidth?: number | undefined;
1351
- borderWidth?: number | undefined;
1352
- bottom?: import("react-native").DimensionValue | undefined;
1353
- display?: "none" | "flex" | undefined;
1354
- end?: import("react-native").DimensionValue | undefined;
1355
- flex?: number | undefined;
1356
- flexBasis?: import("react-native").DimensionValue | undefined;
1357
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
1358
- rowGap?: number | undefined;
1359
- gap?: number | undefined;
1360
- columnGap?: number | undefined;
1361
- flexGrow?: number | undefined;
1362
- flexShrink?: number | undefined;
1363
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
1364
- height?: import("react-native").DimensionValue | undefined;
1365
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
1366
- left?: import("react-native").DimensionValue | undefined;
1367
- margin?: import("react-native").DimensionValue | undefined;
1368
- marginBottom?: import("react-native").DimensionValue | undefined;
1369
- marginEnd?: import("react-native").DimensionValue | undefined;
1370
- marginHorizontal?: import("react-native").DimensionValue | undefined;
1371
- marginLeft?: import("react-native").DimensionValue | undefined;
1372
- marginRight?: import("react-native").DimensionValue | undefined;
1373
- marginStart?: import("react-native").DimensionValue | undefined;
1374
- marginTop?: import("react-native").DimensionValue | undefined;
1375
- marginVertical?: import("react-native").DimensionValue | undefined;
1376
- maxHeight?: import("react-native").DimensionValue | undefined;
1377
- maxWidth?: import("react-native").DimensionValue | undefined;
1378
- minHeight?: import("react-native").DimensionValue | undefined;
1379
- minWidth?: import("react-native").DimensionValue | undefined;
1380
- overflow?: "visible" | "hidden" | "scroll" | undefined;
1381
- padding?: import("react-native").DimensionValue | undefined;
1382
- paddingBottom?: import("react-native").DimensionValue | undefined;
1383
- paddingEnd?: import("react-native").DimensionValue | undefined;
1384
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
1385
- paddingLeft?: import("react-native").DimensionValue | undefined;
1386
- paddingRight?: import("react-native").DimensionValue | undefined;
1387
- paddingStart?: import("react-native").DimensionValue | undefined;
1388
- paddingTop?: import("react-native").DimensionValue | undefined;
1389
- paddingVertical?: import("react-native").DimensionValue | undefined;
1390
- position?: "absolute" | "relative" | undefined;
1391
- right?: import("react-native").DimensionValue | undefined;
1392
- start?: import("react-native").DimensionValue | undefined;
1393
- top?: import("react-native").DimensionValue | undefined;
1394
- width?: import("react-native").DimensionValue | undefined;
1395
- zIndex?: number | undefined;
1396
- direction?: "ltr" | "rtl" | "inherit" | undefined;
1397
- shadowColor?: import("react-native").ColorValue | undefined;
1398
- shadowOffset?: Readonly<{
1399
- width: number;
1400
- height: number;
1401
- }> | undefined;
1402
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
1403
- shadowRadius?: number | undefined;
1404
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
1405
- transformMatrix?: number[] | undefined;
1406
- rotation?: import("react-native").AnimatableNumericValue | undefined;
1407
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
1408
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
1409
- translateX?: import("react-native").AnimatableNumericValue | undefined;
1410
- translateY?: import("react-native").AnimatableNumericValue | undefined;
1411
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
1412
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
1413
- includeFontPadding?: boolean | undefined;
1414
- };
1415
- overline: {
1416
- fontSize: number;
1417
- letterSpacing: number;
1418
- lineHeight: number;
1419
- color?: import("react-native").ColorValue | undefined;
1420
- fontFamily?: string | undefined;
1421
- fontStyle?: "normal" | "italic" | undefined;
1422
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
1423
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
1424
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
1425
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
1426
- textDecorationColor?: import("react-native").ColorValue | undefined;
1427
- textShadowColor?: import("react-native").ColorValue | undefined;
1428
- textShadowOffset?: {
1429
- width: number;
1430
- height: number;
1431
- } | undefined;
1432
- textShadowRadius?: number | undefined;
1433
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
1434
- testID?: string | undefined;
1435
- fontVariant?: import("react-native").FontVariant[] | undefined;
1436
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
1437
- backfaceVisibility?: "visible" | "hidden" | undefined;
1438
- backgroundColor?: import("react-native").ColorValue | undefined;
1439
- borderBlockColor?: import("react-native").ColorValue | undefined;
1440
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
1441
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
1442
- borderBottomColor?: import("react-native").ColorValue | undefined;
1443
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1444
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1445
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1446
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1447
- borderColor?: import("react-native").ColorValue | undefined;
1448
- borderCurve?: "circular" | "continuous" | undefined;
1449
- borderEndColor?: import("react-native").ColorValue | undefined;
1450
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1451
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1452
- borderLeftColor?: import("react-native").ColorValue | undefined;
1453
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
1454
- borderRightColor?: import("react-native").ColorValue | undefined;
1455
- borderStartColor?: import("react-native").ColorValue | undefined;
1456
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1457
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1458
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
1459
- borderTopColor?: import("react-native").ColorValue | undefined;
1460
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1461
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1462
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1463
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1464
- opacity?: import("react-native").AnimatableNumericValue | undefined;
1465
- elevation?: number | undefined;
1466
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
1467
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
1468
- alignItems?: import("react-native").FlexAlignType | undefined;
1469
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
1470
- aspectRatio?: string | number | undefined;
1471
- borderBottomWidth?: number | undefined;
1472
- borderEndWidth?: number | undefined;
1473
- borderLeftWidth?: number | undefined;
1474
- borderRightWidth?: number | undefined;
1475
- borderStartWidth?: number | undefined;
1476
- borderTopWidth?: number | undefined;
1477
- borderWidth?: number | undefined;
1478
- bottom?: import("react-native").DimensionValue | undefined;
1479
- display?: "none" | "flex" | undefined;
1480
- end?: import("react-native").DimensionValue | undefined;
1481
- flex?: number | undefined;
1482
- flexBasis?: import("react-native").DimensionValue | undefined;
1483
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
1484
- rowGap?: number | undefined;
1485
- gap?: number | undefined;
1486
- columnGap?: number | undefined;
1487
- flexGrow?: number | undefined;
1488
- flexShrink?: number | undefined;
1489
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
1490
- height?: import("react-native").DimensionValue | undefined;
1491
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
1492
- left?: import("react-native").DimensionValue | undefined;
1493
- margin?: import("react-native").DimensionValue | undefined;
1494
- marginBottom?: import("react-native").DimensionValue | undefined;
1495
- marginEnd?: import("react-native").DimensionValue | undefined;
1496
- marginHorizontal?: import("react-native").DimensionValue | undefined;
1497
- marginLeft?: import("react-native").DimensionValue | undefined;
1498
- marginRight?: import("react-native").DimensionValue | undefined;
1499
- marginStart?: import("react-native").DimensionValue | undefined;
1500
- marginTop?: import("react-native").DimensionValue | undefined;
1501
- marginVertical?: import("react-native").DimensionValue | undefined;
1502
- maxHeight?: import("react-native").DimensionValue | undefined;
1503
- maxWidth?: import("react-native").DimensionValue | undefined;
1504
- minHeight?: import("react-native").DimensionValue | undefined;
1505
- minWidth?: import("react-native").DimensionValue | undefined;
1506
- overflow?: "visible" | "hidden" | "scroll" | undefined;
1507
- padding?: import("react-native").DimensionValue | undefined;
1508
- paddingBottom?: import("react-native").DimensionValue | undefined;
1509
- paddingEnd?: import("react-native").DimensionValue | undefined;
1510
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
1511
- paddingLeft?: import("react-native").DimensionValue | undefined;
1512
- paddingRight?: import("react-native").DimensionValue | undefined;
1513
- paddingStart?: import("react-native").DimensionValue | undefined;
1514
- paddingTop?: import("react-native").DimensionValue | undefined;
1515
- paddingVertical?: import("react-native").DimensionValue | undefined;
1516
- position?: "absolute" | "relative" | undefined;
1517
- right?: import("react-native").DimensionValue | undefined;
1518
- start?: import("react-native").DimensionValue | undefined;
1519
- top?: import("react-native").DimensionValue | undefined;
1520
- width?: import("react-native").DimensionValue | undefined;
1521
- zIndex?: number | undefined;
1522
- direction?: "ltr" | "rtl" | "inherit" | undefined;
1523
- shadowColor?: import("react-native").ColorValue | undefined;
1524
- shadowOffset?: Readonly<{
1525
- width: number;
1526
- height: number;
1527
- }> | undefined;
1528
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
1529
- shadowRadius?: number | undefined;
1530
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
1531
- transformMatrix?: number[] | undefined;
1532
- rotation?: import("react-native").AnimatableNumericValue | undefined;
1533
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
1534
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
1535
- translateX?: import("react-native").AnimatableNumericValue | undefined;
1536
- translateY?: import("react-native").AnimatableNumericValue | undefined;
1537
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
1538
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
1539
- includeFontPadding?: boolean | undefined;
1540
- };
1541
- headline6: {
1542
- fontSize: number;
1543
- letterSpacing: number;
1544
- lineHeight: number;
1545
- color?: import("react-native").ColorValue | undefined;
1546
- fontFamily?: string | undefined;
1547
- fontStyle?: "normal" | "italic" | undefined;
1548
- fontWeight?: "400" | "500" | "300" | "100" | "normal" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
1549
- textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
1550
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
1551
- textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
1552
- textDecorationColor?: import("react-native").ColorValue | undefined;
1553
- textShadowColor?: import("react-native").ColorValue | undefined;
1554
- textShadowOffset?: {
1555
- width: number;
1556
- height: number;
1557
- } | undefined;
1558
- textShadowRadius?: number | undefined;
1559
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
1560
- testID?: string | undefined;
1561
- fontVariant?: import("react-native").FontVariant[] | undefined;
1562
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
1563
- backfaceVisibility?: "visible" | "hidden" | undefined;
1564
- backgroundColor?: import("react-native").ColorValue | undefined;
1565
- borderBlockColor?: import("react-native").ColorValue | undefined;
1566
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
1567
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
1568
- borderBottomColor?: import("react-native").ColorValue | undefined;
1569
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1570
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1571
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1572
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1573
- borderColor?: import("react-native").ColorValue | undefined;
1574
- borderCurve?: "circular" | "continuous" | undefined;
1575
- borderEndColor?: import("react-native").ColorValue | undefined;
1576
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1577
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1578
- borderLeftColor?: import("react-native").ColorValue | undefined;
1579
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
1580
- borderRightColor?: import("react-native").ColorValue | undefined;
1581
- borderStartColor?: import("react-native").ColorValue | undefined;
1582
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1583
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1584
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
1585
- borderTopColor?: import("react-native").ColorValue | undefined;
1586
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
1587
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
1588
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
1589
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
1590
- opacity?: import("react-native").AnimatableNumericValue | undefined;
1591
- elevation?: number | undefined;
1592
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
1593
- alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
1594
- alignItems?: import("react-native").FlexAlignType | undefined;
1595
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
1596
- aspectRatio?: string | number | undefined;
1597
- borderBottomWidth?: number | undefined;
1598
- borderEndWidth?: number | undefined;
1599
- borderLeftWidth?: number | undefined;
1600
- borderRightWidth?: number | undefined;
1601
- borderStartWidth?: number | undefined;
1602
- borderTopWidth?: number | undefined;
1603
- borderWidth?: number | undefined;
1604
- bottom?: import("react-native").DimensionValue | undefined;
1605
- display?: "none" | "flex" | undefined;
1606
- end?: import("react-native").DimensionValue | undefined;
1607
- flex?: number | undefined;
1608
- flexBasis?: import("react-native").DimensionValue | undefined;
1609
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
1610
- rowGap?: number | undefined;
1611
- gap?: number | undefined;
1612
- columnGap?: number | undefined;
1613
- flexGrow?: number | undefined;
1614
- flexShrink?: number | undefined;
1615
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
1616
- height?: import("react-native").DimensionValue | undefined;
1617
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
1618
- left?: import("react-native").DimensionValue | undefined;
1619
- margin?: import("react-native").DimensionValue | undefined;
1620
- marginBottom?: import("react-native").DimensionValue | undefined;
1621
- marginEnd?: import("react-native").DimensionValue | undefined;
1622
- marginHorizontal?: import("react-native").DimensionValue | undefined;
1623
- marginLeft?: import("react-native").DimensionValue | undefined;
1624
- marginRight?: import("react-native").DimensionValue | undefined;
1625
- marginStart?: import("react-native").DimensionValue | undefined;
1626
- marginTop?: import("react-native").DimensionValue | undefined;
1627
- marginVertical?: import("react-native").DimensionValue | undefined;
1628
- maxHeight?: import("react-native").DimensionValue | undefined;
1629
- maxWidth?: import("react-native").DimensionValue | undefined;
1630
- minHeight?: import("react-native").DimensionValue | undefined;
1631
- minWidth?: import("react-native").DimensionValue | undefined;
1632
- overflow?: "visible" | "hidden" | "scroll" | undefined;
1633
- padding?: import("react-native").DimensionValue | undefined;
1634
- paddingBottom?: import("react-native").DimensionValue | undefined;
1635
- paddingEnd?: import("react-native").DimensionValue | undefined;
1636
- paddingHorizontal?: import("react-native").DimensionValue | undefined;
1637
- paddingLeft?: import("react-native").DimensionValue | undefined;
1638
- paddingRight?: import("react-native").DimensionValue | undefined;
1639
- paddingStart?: import("react-native").DimensionValue | undefined;
1640
- paddingTop?: import("react-native").DimensionValue | undefined;
1641
- paddingVertical?: import("react-native").DimensionValue | undefined;
1642
- position?: "absolute" | "relative" | undefined;
1643
- right?: import("react-native").DimensionValue | undefined;
1644
- start?: import("react-native").DimensionValue | undefined;
1645
- top?: import("react-native").DimensionValue | undefined;
1646
- width?: import("react-native").DimensionValue | undefined;
1647
- zIndex?: number | undefined;
1648
- direction?: "ltr" | "rtl" | "inherit" | undefined;
1649
- shadowColor?: import("react-native").ColorValue | undefined;
1650
- shadowOffset?: Readonly<{
1651
- width: number;
1652
- height: number;
1653
- }> | undefined;
1654
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
1655
- shadowRadius?: number | undefined;
1656
- transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
1657
- transformMatrix?: number[] | undefined;
1658
- rotation?: import("react-native").AnimatableNumericValue | undefined;
1659
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
1660
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
1661
- translateX?: import("react-native").AnimatableNumericValue | undefined;
1662
- translateY?: import("react-native").AnimatableNumericValue | undefined;
1663
- textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
1664
- verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
1665
- includeFontPadding?: boolean | undefined;
1666
- };
1667
- };
1668
- };
1669
- export default DefaultTheme;
1670
- export declare type Theme = typeof DefaultTheme;