@cometchat/chat-uikit-react 4.3.30 → 4.3.31

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 (244) hide show
  1. package/dist/assets/Audio-Call.svg +11 -0
  2. package/dist/assets/Audio-Call2x.svg +11 -0
  3. package/dist/assets/Copy.svg +17 -0
  4. package/dist/assets/IncomingAudio.svg +5 -0
  5. package/dist/assets/IncomingVideo.svg +6 -0
  6. package/dist/assets/Info.svg +13 -0
  7. package/dist/assets/InfoSimpleIcon.svg +4 -0
  8. package/dist/assets/LoadingIcon.svg +15 -0
  9. package/dist/assets/Locked.svg +10 -0
  10. package/dist/assets/MissedAudio.svg +5 -0
  11. package/dist/assets/MissedVideo.svg +6 -0
  12. package/dist/assets/More.svg +9 -0
  13. package/dist/assets/More@2x.svg +9 -0
  14. package/dist/assets/OutgoingAudio.svg +5 -0
  15. package/dist/assets/OutgoingVideo.svg +6 -0
  16. package/dist/assets/Plus-1.svg +12 -0
  17. package/dist/assets/Private.svg +10 -0
  18. package/dist/assets/StartConversation.svg +13 -0
  19. package/dist/assets/Stickers.svg +16 -0
  20. package/dist/assets/Video-call.svg +12 -0
  21. package/dist/assets/Video-call2x.svg +12 -0
  22. package/dist/assets/VideoCall2xIcon.svg +12 -0
  23. package/dist/assets/addreaction.svg +9 -0
  24. package/dist/assets/ai-bot.svg +3 -0
  25. package/dist/assets/ai-empty.svg +22 -0
  26. package/dist/assets/ai-error.svg +3 -0
  27. package/dist/assets/attachment-file.svg +14 -0
  28. package/dist/assets/audio-file.svg +12 -0
  29. package/dist/assets/backbutton.svg +12 -0
  30. package/dist/assets/close.svg +12 -0
  31. package/dist/assets/close2x.svg +12 -0
  32. package/dist/assets/collaborativedocument.svg +13 -0
  33. package/dist/assets/collaborativewhiteboard.svg +12 -0
  34. package/dist/assets/create-button.svg +12 -0
  35. package/dist/assets/delete.svg +15 -0
  36. package/dist/assets/deleteicon.svg +15 -0
  37. package/dist/assets/down-arrow.svg +1 -0
  38. package/dist/assets/download.svg +13 -0
  39. package/dist/assets/editicon.svg +14 -0
  40. package/dist/assets/heart-reaction.png +0 -0
  41. package/dist/assets/heart.svg +11 -0
  42. package/dist/assets/increase-size.svg +6 -0
  43. package/dist/assets/loading.svg +16 -0
  44. package/dist/assets/mention-icon.svg +11 -0
  45. package/dist/assets/message-delivered.svg +5 -0
  46. package/dist/assets/message-read.svg +5 -0
  47. package/dist/assets/message-sent.svg +9 -0
  48. package/dist/assets/mic.svg +11 -0
  49. package/dist/assets/more-icon.svg +9 -0
  50. package/dist/assets/photolibrary.svg +11 -0
  51. package/dist/assets/placeholder.png +0 -0
  52. package/dist/assets/plus-rotated.svg +13 -0
  53. package/dist/assets/plus.svg +13 -0
  54. package/dist/assets/polls.svg +14 -0
  55. package/dist/assets/reduce-size.svg +6 -0
  56. package/dist/assets/search.svg +4 -0
  57. package/dist/assets/send-message-in-private.svg +6 -0
  58. package/dist/assets/send.svg +12 -0
  59. package/dist/assets/side-arrow.svg +1 -0
  60. package/dist/assets/smileys.svg +16 -0
  61. package/dist/assets/spinner.svg +15 -0
  62. package/dist/assets/stipop.svg +9 -0
  63. package/dist/assets/stop.svg +1 -0
  64. package/dist/assets/thread-arrow.svg +1 -0
  65. package/dist/assets/threadIndicatorIcon.svg +11 -0
  66. package/dist/assets/threadicon.svg +14 -0
  67. package/dist/assets/translation.svg +16 -0
  68. package/dist/assets/video.svg +12 -0
  69. package/dist/assets/wait.svg +4 -0
  70. package/dist/assets/warning-small.svg +5 -0
  71. package/dist/index.d.ts +3366 -0
  72. package/dist/index.js +17 -0
  73. package/dist/index.js.map +1 -0
  74. package/dist/types/AI/AIAssistBot/AIAssistBotChatView.d.ts +10 -0
  75. package/dist/types/AI/AIAssistBot/AIAssistBotDecorator.d.ts +22 -0
  76. package/dist/types/AI/AIAssistBot/AIAssistBotExtension.d.ts +8 -0
  77. package/dist/types/AI/AIAssistBot/AIAssistBotOptionsView.d.ts +11 -0
  78. package/dist/types/AI/AIAssistBot/style.d.ts +37 -0
  79. package/dist/types/AI/AIAssistBot/utils.d.ts +5 -0
  80. package/dist/types/AI/AIConversationStarter/AIConversationStarterDecorator.d.ts +20 -0
  81. package/dist/types/AI/AIConversationStarter/AIConversationStarterExtension.d.ts +8 -0
  82. package/dist/types/AI/AIConversationStarter/AIConversationStarterView.d.ts +9 -0
  83. package/dist/types/AI/AIConversationStarter/style.d.ts +26 -0
  84. package/dist/types/AI/AIConversationSummary/AIConversationSummaryDecorator.d.ts +22 -0
  85. package/dist/types/AI/AIConversationSummary/AIConversationSummaryExtension.d.ts +8 -0
  86. package/dist/types/AI/AIConversationSummary/AIConversationSummaryView.d.ts +10 -0
  87. package/dist/types/AI/AIConversationSummary/style.d.ts +28 -0
  88. package/dist/types/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +25 -0
  89. package/dist/types/AI/AISmartReplies/AISmartRepliesExtension.d.ts +8 -0
  90. package/dist/types/AI/AISmartReplies/AISmartRepliesView.d.ts +12 -0
  91. package/dist/types/AI/AISmartReplies/style.d.ts +28 -0
  92. package/dist/types/Calling/CallingExtension.d.ts +8 -0
  93. package/dist/types/Calling/CallingExtensionDecorator.d.ts +75 -0
  94. package/dist/types/Calling/CometChatCallButtons/hooks.d.ts +3 -0
  95. package/dist/types/Calling/CometChatCallButtons/index.d.ts +19 -0
  96. package/dist/types/Calling/CometChatCallButtons/style.d.ts +28 -0
  97. package/dist/types/Calling/CometChatCallLogDetails/hooks.d.ts +2 -0
  98. package/dist/types/Calling/CometChatCallLogDetails/index.d.ts +17 -0
  99. package/dist/types/Calling/CometChatCallLogDetails/style.d.ts +21 -0
  100. package/dist/types/Calling/CometChatCallLogHistory/hooks.d.ts +2 -0
  101. package/dist/types/Calling/CometChatCallLogHistory/index.d.ts +27 -0
  102. package/dist/types/Calling/CometChatCallLogHistory/style.d.ts +41 -0
  103. package/dist/types/Calling/CometChatCallLogParticipants/index.d.ts +19 -0
  104. package/dist/types/Calling/CometChatCallLogParticipants/style.d.ts +31 -0
  105. package/dist/types/Calling/CometChatCallLogRecordings/index.d.ts +21 -0
  106. package/dist/types/Calling/CometChatCallLogRecordings/style.d.ts +35 -0
  107. package/dist/types/Calling/CometChatCallLogs/hooks.d.ts +2 -0
  108. package/dist/types/Calling/CometChatCallLogs/index.d.ts +37 -0
  109. package/dist/types/Calling/CometChatCallLogs/style.d.ts +37 -0
  110. package/dist/types/Calling/CometChatCallLogsWithDetails/hooks.d.ts +4 -0
  111. package/dist/types/Calling/CometChatCallLogsWithDetails/index.d.ts +10 -0
  112. package/dist/types/Calling/CometChatCallLogsWithDetails/style.d.ts +13 -0
  113. package/dist/types/Calling/CometChatIncomingCall/hooks.d.ts +2 -0
  114. package/dist/types/Calling/CometChatIncomingCall/index.d.ts +19 -0
  115. package/dist/types/Calling/CometChatIncomingCall/style.d.ts +72 -0
  116. package/dist/types/Calling/CometChatOngoingCall/hooks.d.ts +2 -0
  117. package/dist/types/Calling/CometChatOngoingCall/index.d.ts +15 -0
  118. package/dist/types/Calling/CometChatOngoingCall/style.d.ts +2 -0
  119. package/dist/types/Calling/CometChatOutgoingCall/hooks.d.ts +2 -0
  120. package/dist/types/Calling/CometChatOutgoingCall/index.d.ts +16 -0
  121. package/dist/types/Calling/CometChatOutgoingCall/style.d.ts +39 -0
  122. package/dist/types/Calling/Utils/CallDetailsUtils.d.ts +11 -0
  123. package/dist/types/Calling/Utils/CallingDetailsUtils.d.ts +7 -0
  124. package/dist/types/Calling/Utils/utils.d.ts +7 -0
  125. package/dist/types/CometChatAddMembers/hooks.d.ts +11 -0
  126. package/dist/types/CometChatAddMembers/index.d.ts +229 -0
  127. package/dist/types/CometChatAddMembers/style.d.ts +13 -0
  128. package/dist/types/CometChatBannedMembers/controller.d.ts +37 -0
  129. package/dist/types/CometChatBannedMembers/hooks.d.ts +17 -0
  130. package/dist/types/CometChatBannedMembers/index.d.ts +228 -0
  131. package/dist/types/CometChatBannedMembers/style.d.ts +19 -0
  132. package/dist/types/CometChatContacts/index.d.ts +22 -0
  133. package/dist/types/CometChatContacts/style.d.ts +20 -0
  134. package/dist/types/CometChatConversations/controller.d.ts +74 -0
  135. package/dist/types/CometChatConversations/hooks.d.ts +22 -0
  136. package/dist/types/CometChatConversations/index.d.ts +344 -0
  137. package/dist/types/CometChatConversations/style.d.ts +29 -0
  138. package/dist/types/CometChatConversationsWithMessages/hooks.d.ts +2 -0
  139. package/dist/types/CometChatConversationsWithMessages/index.d.ts +15 -0
  140. package/dist/types/CometChatConversationsWithMessages/style.d.ts +87 -0
  141. package/dist/types/CometChatCustomHooks.d.ts +27 -0
  142. package/dist/types/CometChatDetails/hooks.d.ts +17 -0
  143. package/dist/types/CometChatDetails/index.d.ts +186 -0
  144. package/dist/types/CometChatDetails/style.d.ts +40 -0
  145. package/dist/types/CometChatGroupMembers/controller.d.ts +38 -0
  146. package/dist/types/CometChatGroupMembers/hooks.d.ts +22 -0
  147. package/dist/types/CometChatGroupMembers/index.d.ts +281 -0
  148. package/dist/types/CometChatGroupMembers/style.d.ts +24 -0
  149. package/dist/types/CometChatGroups/controller.d.ts +44 -0
  150. package/dist/types/CometChatGroups/hooks.d.ts +15 -0
  151. package/dist/types/CometChatGroups/index.d.ts +215 -0
  152. package/dist/types/CometChatGroups/style.d.ts +11 -0
  153. package/dist/types/CometChatGroupsWithMessages/hooks.d.ts +3 -0
  154. package/dist/types/CometChatGroupsWithMessages/index.d.ts +14 -0
  155. package/dist/types/CometChatGroupsWithMessages/style.d.ts +874 -0
  156. package/dist/types/CometChatMessageComposer/hooks.d.ts +66 -0
  157. package/dist/types/CometChatMessageComposer/index.d.ts +221 -0
  158. package/dist/types/CometChatMessageComposer/style.d.ts +92 -0
  159. package/dist/types/CometChatMessageHeader/hooks.d.ts +3 -0
  160. package/dist/types/CometChatMessageHeader/index.d.ts +29 -0
  161. package/dist/types/CometChatMessageHeader/style.d.ts +56 -0
  162. package/dist/types/CometChatMessageInformation/index.d.ts +29 -0
  163. package/dist/types/CometChatMessageInformation/style.d.ts +48 -0
  164. package/dist/types/CometChatMessageList/CometChatMessageList.d.ts +58 -0
  165. package/dist/types/CometChatMessageList/controller.d.ts +48 -0
  166. package/dist/types/CometChatMessageList/style.d.ts +237 -0
  167. package/dist/types/CometChatMessageList/useCometChatMessageList.d.ts +6 -0
  168. package/dist/types/CometChatMessages/hooks.d.ts +2 -0
  169. package/dist/types/CometChatMessages/index.d.ts +25 -0
  170. package/dist/types/CometChatMessages/style.d.ts +26 -0
  171. package/dist/types/CometChatThemeContext.d.ts +5 -0
  172. package/dist/types/CometChatThreadedMessages/hooks.d.ts +2 -0
  173. package/dist/types/CometChatThreadedMessages/index.d.ts +19 -0
  174. package/dist/types/CometChatThreadedMessages/style.d.ts +21 -0
  175. package/dist/types/CometChatTransferOwnership/hooks.d.ts +7 -0
  176. package/dist/types/CometChatTransferOwnership/index.d.ts +163 -0
  177. package/dist/types/CometChatTransferOwnership/style.d.ts +17 -0
  178. package/dist/types/CometChatUserMemberWrapper/index.d.ts +25 -0
  179. package/dist/types/CometChatUsers/controller.d.ts +34 -0
  180. package/dist/types/CometChatUsers/hooks.d.ts +18 -0
  181. package/dist/types/CometChatUsers/index.d.ts +260 -0
  182. package/dist/types/CometChatUsers/style.d.ts +11 -0
  183. package/dist/types/CometChatUsersWithMessages/hooks.d.ts +2 -0
  184. package/dist/types/CometChatUsersWithMessages/index.d.ts +12 -0
  185. package/dist/types/CometChatUsersWithMessages/style.d.ts +70 -0
  186. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentConfiguration.d.ts +18 -0
  187. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +8 -0
  188. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +21 -0
  189. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConfiguration.d.ts +18 -0
  190. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +8 -0
  191. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +21 -0
  192. package/dist/types/Extensions/ImageModeration/ImageModerationConfiguration.d.ts +15 -0
  193. package/dist/types/Extensions/ImageModeration/ImageModerationExtension.d.ts +8 -0
  194. package/dist/types/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +26 -0
  195. package/dist/types/Extensions/LinkPreview/LinkPreviewConfiguration.d.ts +8 -0
  196. package/dist/types/Extensions/LinkPreview/LinkPreviewExtension.d.ts +8 -0
  197. package/dist/types/Extensions/LinkPreview/LinkPreviewExtensionDecorator.d.ts +24 -0
  198. package/dist/types/Extensions/MessageTranslation/MessageTranslationConfiguration.d.ts +14 -0
  199. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +8 -0
  200. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +19 -0
  201. package/dist/types/Extensions/Polls/PollsConfiguration.d.ts +29 -0
  202. package/dist/types/Extensions/Polls/PollsExtension.d.ts +8 -0
  203. package/dist/types/Extensions/Polls/PollsExtensionDecorator.d.ts +26 -0
  204. package/dist/types/Extensions/SmartReplies/SmartRepliesConfiguration.d.ts +8 -0
  205. package/dist/types/Extensions/SmartReplies/SmartRepliesExtension.d.ts +9 -0
  206. package/dist/types/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +35 -0
  207. package/dist/types/Extensions/Stickers/StickersConfiguration.d.ts +14 -0
  208. package/dist/types/Extensions/Stickers/StickersExtension.d.ts +8 -0
  209. package/dist/types/Extensions/Stickers/StickersExtensionDecorator.d.ts +27 -0
  210. package/dist/types/Extensions/TextModerator/TextModeratorExtension.d.ts +6 -0
  211. package/dist/types/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +8 -0
  212. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +5 -0
  213. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +8 -0
  214. package/dist/types/Shared/CometChatUIKit/CometChatUIKit.d.ts +42 -0
  215. package/dist/types/Shared/Framework/AIExtensionDataSource.d.ts +6 -0
  216. package/dist/types/Shared/Framework/ChatConfigurator.d.ts +8 -0
  217. package/dist/types/Shared/Framework/DataSource.d.ts +56 -0
  218. package/dist/types/Shared/Framework/DataSourceDecorator.d.ts +59 -0
  219. package/dist/types/Shared/Framework/ExtensionsDataSource.d.ts +6 -0
  220. package/dist/types/Shared/Utils/MessageUtils.d.ts +16 -0
  221. package/dist/types/Shared/Utils/MessagesDataSource.d.ts +92 -0
  222. package/dist/types/Shared/Views/CometChatButton/hooks.d.ts +11 -0
  223. package/dist/types/Shared/Views/CometChatButton/index.d.ts +19 -0
  224. package/dist/types/Shared/Views/CometChatCheckbox/hooks.d.ts +9 -0
  225. package/dist/types/Shared/Views/CometChatCheckbox/index.d.ts +13 -0
  226. package/dist/types/Shared/Views/CometChatContextMenu/index.d.ts +14 -0
  227. package/dist/types/Shared/Views/CometChatContextMenu/style.d.ts +28 -0
  228. package/dist/types/Shared/Views/CometChatList/hooks.d.ts +20 -0
  229. package/dist/types/Shared/Views/CometChatList/index.d.ts +151 -0
  230. package/dist/types/Shared/Views/CometChatList/style.d.ts +18 -0
  231. package/dist/types/Shared/Views/CometChatListItem/hooks.d.ts +9 -0
  232. package/dist/types/Shared/Views/CometChatListItem/index.d.ts +29 -0
  233. package/dist/types/Shared/Views/CometChatMenuList/hooks.d.ts +12 -0
  234. package/dist/types/Shared/Views/CometChatMenuList/index.d.ts +13 -0
  235. package/dist/types/Shared/Views/CometChatMessageBubble/index.d.ts +22 -0
  236. package/dist/types/Shared/Views/CometChatMessageBubble/style.d.ts +22 -0
  237. package/dist/types/Shared/Views/CometChatRadioButton/hooks.d.ts +9 -0
  238. package/dist/types/Shared/Views/CometChatRadioButton/index.d.ts +13 -0
  239. package/dist/types/Shared/Views/CometChatTabs/TabsStyle.d.ts +31 -0
  240. package/dist/types/Shared/Views/CometChatTabs/index.d.ts +11 -0
  241. package/dist/types/Shared/Views/CometChatTabs/style.d.ts +42 -0
  242. package/dist/types/Shared/Views/LitElementsWrapper/LitElementsWrapper.d.ts +49 -0
  243. package/dist/types/index.d.ts +84 -0
  244. package/package.json +1 -1
@@ -0,0 +1,874 @@
1
+ import { CometChat } from "@cometchat/chat-sdk-javascript";
2
+ import { CometChatTheme } from '@cometchat/uikit-resources';
3
+ import { WithMessagesStyle, JoinGroupConfiguration, MessageHeaderStyle, MessageHeaderConfiguration, CreateGroupConfiguration, GroupsStyle, GroupsConfiguration, MessagesConfiguration, MessagesStyle } from '@cometchat/uikit-shared';
4
+ import { LabelStyle, JoinGroupStyle, ListItemStyle, CreateGroupStyle, BackdropStyle } from '@cometchat/uikit-elements';
5
+ import { CSSProperties } from 'react';
6
+ export declare const getGroupsWrapperStyles: (groupsWithMessagesStyle: WithMessagesStyle | undefined, theme: CometChatTheme) => CSSProperties;
7
+ export declare const getWithMessagesSidebarStyle: (groupsWithMessagesStyle: WithMessagesStyle | undefined, theme: CometChatTheme, isMobileView: boolean | undefined, activeGroup: CometChat.Group | undefined) => CSSProperties;
8
+ export declare const getWithMessagesMainStyle: (groupsWithMessagesStyle: WithMessagesStyle | undefined, isMobileView: boolean | undefined, activeGroup: CometChat.Group | undefined) => CSSProperties;
9
+ export declare const getLabelStyle: (groupsWithMessagesStyle: WithMessagesStyle | undefined, theme: CometChatTheme) => LabelStyle;
10
+ export declare const getGroupsStyle: (groupsConfiguration: GroupsConfiguration | undefined) => GroupsStyle;
11
+ export declare const getMessageHeaderStyle: (groupsWithMessagesStyle: WithMessagesStyle | undefined, messagesConfiguration: MessagesConfiguration | undefined, isMobileView: boolean | undefined) => MessageHeaderStyle;
12
+ export declare const getMessageComposerStyle: (groupsWithMessagesStyle: WithMessagesStyle | undefined, messagesConfiguration: MessagesConfiguration | undefined, isMobileView: boolean | undefined) => {
13
+ attachIcontint?: string | undefined;
14
+ liveReactionIconTint?: string | undefined;
15
+ sendIconTint?: string | undefined;
16
+ emojiIconTint?: string | undefined;
17
+ AIIconTint?: string | undefined;
18
+ voiceRecordingIconTint?: string | undefined;
19
+ inputBackground?: string | undefined;
20
+ inputBorder?: string | undefined;
21
+ inputBorderRadius?: string | undefined;
22
+ dividerTint?: string | undefined;
23
+ textFont?: string | undefined;
24
+ textColor?: string | undefined;
25
+ placeHolderTextColor?: string | undefined;
26
+ placeHolderTextFont?: string | undefined;
27
+ emojiKeyboardTextFont?: string | undefined;
28
+ emojiKeyboardTextColor?: string | undefined;
29
+ previewTitleFont?: string | undefined;
30
+ previewTitleColor?: string | undefined;
31
+ previewSubtitleColor?: string | undefined;
32
+ previewSubtitleFont?: string | undefined;
33
+ closePreviewTint?: string | undefined;
34
+ maxInputHeight?: string | undefined;
35
+ height?: string | undefined;
36
+ width?: string | undefined;
37
+ border?: string | undefined;
38
+ borderRadius: string;
39
+ background?: string | undefined;
40
+ };
41
+ export declare const getMessagesStyle: (messagesStyle?: MessagesStyle, withMessagesStyle?: WithMessagesStyle | undefined) => {
42
+ height?: string | undefined;
43
+ width?: string | undefined;
44
+ border?: string | undefined;
45
+ borderRadius?: string | undefined;
46
+ background: string | undefined;
47
+ };
48
+ export declare const getEmptyMessageLayoutStyle: (isMobileView: boolean | undefined, activeGroup: CometChat.Group | undefined) => CSSProperties;
49
+ export declare const getJoinGroupWrapperStyle: (isMobileView: boolean | undefined) => {
50
+ background: string;
51
+ borderRadius: string;
52
+ accentColor?: import("csstype").Property.AccentColor | undefined;
53
+ alignContent?: import("csstype").Property.AlignContent | undefined;
54
+ alignItems?: import("csstype").Property.AlignItems | undefined;
55
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
56
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
57
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
58
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
59
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
60
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
61
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
62
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
63
+ animationName?: import("csstype").Property.AnimationName | undefined;
64
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
65
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
66
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
67
+ appearance?: import("csstype").Property.Appearance | undefined;
68
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
69
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
70
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
71
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
72
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
73
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
74
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
75
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
76
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
77
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
78
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
79
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
80
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
81
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
82
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
83
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
84
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
85
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
86
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
87
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
88
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
89
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
90
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
91
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
92
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
93
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
94
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
95
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
96
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
97
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
98
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
99
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
100
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
101
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
102
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
103
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
104
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
105
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
106
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
107
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
108
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
109
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
110
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
111
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
112
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
113
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
114
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
115
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
116
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
117
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
118
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
119
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
120
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
121
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
122
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
123
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
124
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
125
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
126
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
127
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
128
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
129
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
130
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
131
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
132
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
133
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
134
+ breakInside?: import("csstype").Property.BreakInside | undefined;
135
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
136
+ caretColor?: import("csstype").Property.CaretColor | undefined;
137
+ caretShape?: import("csstype").Property.CaretShape | undefined;
138
+ clear?: import("csstype").Property.Clear | undefined;
139
+ clipPath?: import("csstype").Property.ClipPath | undefined;
140
+ color?: import("csstype").Property.Color | undefined;
141
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
142
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
143
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
144
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
145
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
146
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
147
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
148
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
149
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
150
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
151
+ contain?: import("csstype").Property.Contain | undefined;
152
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
153
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
154
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
155
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
156
+ containerName?: import("csstype").Property.ContainerName | undefined;
157
+ containerType?: import("csstype").Property.ContainerType | undefined;
158
+ content?: import("csstype").Property.Content | undefined;
159
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
160
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
161
+ counterReset?: import("csstype").Property.CounterReset | undefined;
162
+ counterSet?: import("csstype").Property.CounterSet | undefined;
163
+ cursor?: import("csstype").Property.Cursor | undefined;
164
+ direction?: import("csstype").Property.Direction | undefined;
165
+ display?: import("csstype").Property.Display | undefined;
166
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
167
+ filter?: import("csstype").Property.Filter | undefined;
168
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
169
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
170
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
171
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
172
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
173
+ float?: import("csstype").Property.Float | undefined;
174
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
175
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
176
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
177
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
178
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
179
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
180
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
181
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
182
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
183
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
184
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
185
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
186
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
187
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
188
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
189
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
190
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
191
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
192
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
193
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
194
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
195
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
196
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
197
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
198
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
199
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
200
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
201
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
202
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
203
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
204
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
205
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
206
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
207
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
208
+ height?: import("csstype").Property.Height<string | number> | undefined;
209
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
210
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
211
+ hyphens?: import("csstype").Property.Hyphens | undefined;
212
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
213
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
214
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
215
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
216
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
217
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
218
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
219
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
220
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
221
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
222
+ isolation?: import("csstype").Property.Isolation | undefined;
223
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
224
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
225
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
226
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
227
+ left?: import("csstype").Property.Left<string | number> | undefined;
228
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
229
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
230
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
231
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
232
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
233
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
234
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
235
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
236
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
237
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
238
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
239
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
240
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
241
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
242
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
243
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
244
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
245
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
246
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
247
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
248
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
249
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
250
+ maskClip?: import("csstype").Property.MaskClip | undefined;
251
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
252
+ maskImage?: import("csstype").Property.MaskImage | undefined;
253
+ maskMode?: import("csstype").Property.MaskMode | undefined;
254
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
255
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
256
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
257
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
258
+ maskType?: import("csstype").Property.MaskType | undefined;
259
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
260
+ mathShift?: import("csstype").Property.MathShift | undefined;
261
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
262
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
263
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
264
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
265
+ maxLines?: import("csstype").Property.MaxLines | undefined;
266
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
267
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
268
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
269
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
270
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
271
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
272
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
273
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
274
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
275
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
276
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
277
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
278
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
279
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
280
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
281
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
282
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
283
+ opacity?: import("csstype").Property.Opacity | undefined;
284
+ order?: import("csstype").Property.Order | undefined;
285
+ orphans?: import("csstype").Property.Orphans | undefined;
286
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
287
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
288
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
289
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
290
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
291
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
292
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
293
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
294
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
295
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
296
+ overflowX?: import("csstype").Property.OverflowX | undefined;
297
+ overflowY?: import("csstype").Property.OverflowY | undefined;
298
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
299
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
300
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
301
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
302
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
303
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
304
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
305
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
306
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
307
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
308
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
309
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
310
+ page?: import("csstype").Property.Page | undefined;
311
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
312
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
313
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
314
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
315
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
316
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
317
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
318
+ position?: import("csstype").Property.Position | undefined;
319
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
320
+ quotes?: import("csstype").Property.Quotes | undefined;
321
+ resize?: import("csstype").Property.Resize | undefined;
322
+ right?: import("csstype").Property.Right<string | number> | undefined;
323
+ rotate?: import("csstype").Property.Rotate | undefined;
324
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
325
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
326
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
327
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
328
+ scale?: import("csstype").Property.Scale | undefined;
329
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
330
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
331
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
332
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
333
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
334
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
335
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
336
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
337
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
338
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
339
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
340
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
341
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
342
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
343
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
344
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
345
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
346
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
347
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
348
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
349
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
350
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
351
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
352
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
353
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
354
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
355
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
356
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
357
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
358
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
359
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
360
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
361
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
362
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
363
+ textAlign?: import("csstype").Property.TextAlign | undefined;
364
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
365
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
366
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
367
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
368
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
369
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
370
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
371
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
372
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
373
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
374
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
375
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
376
+ textJustify?: import("csstype").Property.TextJustify | undefined;
377
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
378
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
379
+ textRendering?: import("csstype").Property.TextRendering | undefined;
380
+ textShadow?: import("csstype").Property.TextShadow | undefined;
381
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
382
+ textTransform?: import("csstype").Property.TextTransform | undefined;
383
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
384
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
385
+ top?: import("csstype").Property.Top<string | number> | undefined;
386
+ touchAction?: import("csstype").Property.TouchAction | undefined;
387
+ transform?: import("csstype").Property.Transform | undefined;
388
+ transformBox?: import("csstype").Property.TransformBox | undefined;
389
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
390
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
391
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
392
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
393
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
394
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
395
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
396
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
397
+ userSelect?: import("csstype").Property.UserSelect | undefined;
398
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
399
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
400
+ visibility?: import("csstype").Property.Visibility | undefined;
401
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
402
+ widows?: import("csstype").Property.Widows | undefined;
403
+ width?: import("csstype").Property.Width<string | number> | undefined;
404
+ willChange?: import("csstype").Property.WillChange | undefined;
405
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
406
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
407
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
408
+ writingMode?: import("csstype").Property.WritingMode | undefined;
409
+ zIndex?: import("csstype").Property.ZIndex | undefined;
410
+ zoom?: import("csstype").Property.Zoom | undefined;
411
+ all?: import("csstype").Globals | undefined;
412
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
413
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
414
+ border?: import("csstype").Property.Border<string | number> | undefined;
415
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
416
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
417
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
418
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
419
+ borderColor?: import("csstype").Property.BorderColor | undefined;
420
+ borderImage?: import("csstype").Property.BorderImage | undefined;
421
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
422
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
423
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
424
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
425
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
426
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
427
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
428
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
429
+ caret?: import("csstype").Property.Caret | undefined;
430
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
431
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
432
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
433
+ container?: import("csstype").Property.Container | undefined;
434
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
435
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
436
+ font?: import("csstype").Property.Font | undefined;
437
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
438
+ grid?: import("csstype").Property.Grid | undefined;
439
+ gridArea?: import("csstype").Property.GridArea | undefined;
440
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
441
+ gridRow?: import("csstype").Property.GridRow | undefined;
442
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
443
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
444
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
445
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
446
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
447
+ listStyle?: import("csstype").Property.ListStyle | undefined;
448
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
449
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
450
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
451
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
452
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
453
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
454
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
455
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
456
+ overflow?: import("csstype").Property.Overflow | undefined;
457
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
458
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
459
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
460
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
461
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
462
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
463
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
464
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
465
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
466
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
467
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
468
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
469
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
470
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
471
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
472
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
473
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
474
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
475
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
476
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
477
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
478
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
479
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
480
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
481
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
482
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
483
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
484
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
485
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
486
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
487
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
488
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
489
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
490
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
491
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
492
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
493
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
494
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
495
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
496
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
497
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
498
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
499
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
500
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
501
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
502
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
503
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
504
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
505
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
506
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
507
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
508
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
509
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
510
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
511
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
512
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
513
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
514
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
515
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
516
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
517
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
518
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
519
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
520
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
521
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
522
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
523
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
524
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
525
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
526
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
527
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
528
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
529
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
530
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
531
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
532
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
533
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
534
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
535
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
536
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
537
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
538
+ msFilter?: import("csstype").Property.MsFilter | undefined;
539
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
540
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
541
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
542
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
543
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
544
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
545
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
546
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
547
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
548
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
549
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
550
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
551
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
552
+ msOrder?: import("csstype").Property.Order | undefined;
553
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
554
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
555
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
556
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
557
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
558
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
559
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
560
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
561
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
562
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
563
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
564
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
565
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
566
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
567
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
568
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
569
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
570
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
571
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
572
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
573
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
574
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
575
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
576
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
577
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
578
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
579
+ msTransform?: import("csstype").Property.Transform | undefined;
580
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
581
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
582
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
583
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
584
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
585
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
586
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
587
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
588
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
589
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
590
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
591
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
592
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
593
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
594
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
595
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
596
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
597
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
598
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
599
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
600
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
601
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
602
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
603
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
604
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
605
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
606
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
607
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
608
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
609
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
610
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
611
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
612
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
613
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
614
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
615
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
616
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
617
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
618
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
619
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
620
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
621
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
622
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
623
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
624
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
625
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
626
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
627
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
628
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
629
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
630
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
631
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
632
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
633
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
634
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
635
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
636
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
637
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
638
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
639
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
640
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
641
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
642
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
643
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
644
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
645
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
646
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
647
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
648
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
649
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
650
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
651
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
652
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
653
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
654
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
655
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
656
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
657
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
658
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
659
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
660
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
661
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
662
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
663
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
664
+ WebkitOrder?: import("csstype").Property.Order | undefined;
665
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
666
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
667
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
668
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
669
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
670
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
671
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
672
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
673
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
674
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
675
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
676
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
677
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
678
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
679
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
680
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
681
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
682
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
683
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
684
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
685
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
686
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
687
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
688
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
689
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
690
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
691
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
692
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
693
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
694
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
695
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
696
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
697
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
698
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
699
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
700
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
701
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
702
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
703
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
704
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
705
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
706
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
707
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
708
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
709
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
710
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
711
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
712
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
713
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
714
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
715
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
716
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
717
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
718
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
719
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
720
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
721
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
722
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
723
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
724
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
725
+ azimuth?: import("csstype").Property.Azimuth | undefined;
726
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
727
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
728
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
729
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
730
+ boxLines?: import("csstype").Property.BoxLines | undefined;
731
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
732
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
733
+ boxPack?: import("csstype").Property.BoxPack | undefined;
734
+ clip?: import("csstype").Property.Clip | undefined;
735
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
736
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
737
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
738
+ imeMode?: import("csstype").Property.ImeMode | undefined;
739
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
740
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
741
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
742
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
743
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
744
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
745
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
746
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
747
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
748
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
749
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
750
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
751
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
752
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
753
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
754
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
755
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
756
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
757
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
758
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
759
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
760
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
761
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
762
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
763
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
764
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
765
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
766
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
767
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
768
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
769
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
770
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
771
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
772
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
773
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
774
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
775
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
776
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
777
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
778
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
779
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
780
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
781
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
782
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
783
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
784
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
785
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
786
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
787
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
788
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
789
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
790
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
791
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
792
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
793
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
794
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
795
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
796
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
797
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
798
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
799
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
800
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
801
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
802
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
803
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
804
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
805
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
806
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
807
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
808
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
809
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
810
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
811
+ OTransform?: import("csstype").Property.Transform | undefined;
812
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
813
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
814
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
815
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
816
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
817
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
818
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
819
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
820
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
821
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
822
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
823
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
824
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
825
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
826
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
827
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
828
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
829
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
830
+ clipRule?: import("csstype").Property.ClipRule | undefined;
831
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
832
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
833
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
834
+ fill?: import("csstype").Property.Fill | undefined;
835
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
836
+ fillRule?: import("csstype").Property.FillRule | undefined;
837
+ floodColor?: import("csstype").Property.FloodColor | undefined;
838
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
839
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
840
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
841
+ marker?: import("csstype").Property.Marker | undefined;
842
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
843
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
844
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
845
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
846
+ stopColor?: import("csstype").Property.StopColor | undefined;
847
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
848
+ stroke?: import("csstype").Property.Stroke | undefined;
849
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
850
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
851
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
852
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
853
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
854
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
855
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
856
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
857
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
858
+ };
859
+ export declare const getJoinGroupStyle: (JoinGroupConfiguration: JoinGroupConfiguration | undefined, theme: CometChatTheme) => JoinGroupStyle;
860
+ export declare const getMessageHeaderSlotStyle: () => CSSProperties;
861
+ export declare const getJoinGroupMessageHederStyle: (groupsWithMessagesStyle: WithMessagesStyle | undefined, messageHeaderConfiguration: MessageHeaderConfiguration | undefined, theme: CometChatTheme) => MessageHeaderStyle;
862
+ export declare const getListItemStyle: (messageHeaderConfiguration: MessageHeaderConfiguration | undefined, theme: CometChatTheme) => ListItemStyle;
863
+ export declare const getBackdropStyle: (groupsWithMessagesStyle: WithMessagesStyle | undefined) => BackdropStyle;
864
+ export declare const getCreateGroupWrapperStyle: (isMobileView: boolean | undefined) => CSSProperties | undefined;
865
+ export declare const getCreateGroupStyle: (createGroupConfiguration: CreateGroupConfiguration | undefined, theme: CometChatTheme, isMobileView: boolean | undefined) => CreateGroupStyle;
866
+ export declare const createGroupButtonStyle: (theme: CometChatTheme) => {
867
+ height: string;
868
+ width: string;
869
+ border: string;
870
+ borderRadius: string;
871
+ background: string;
872
+ buttonIconTint: string;
873
+ padding: string;
874
+ };