@nypl/web-reader 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/dist/{esm/index.css → index.css} +3 -1
  2. package/dist/index.css.map +1 -0
  3. package/dist/index.d.ts +532 -0
  4. package/dist/index.js +9381 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.mjs +9378 -0
  7. package/dist/index.mjs.map +1 -0
  8. package/dist/injectable-html-styles/ReadiumCSS-after.css +488 -2
  9. package/dist/injectable-html-styles/ReadiumCSS-after.css.map +1 -7
  10. package/dist/injectable-html-styles/ReadiumCSS-after.d.ts +2 -0
  11. package/dist/injectable-html-styles/ReadiumCSS-before.css +648 -2
  12. package/dist/injectable-html-styles/ReadiumCSS-before.css.map +1 -7
  13. package/dist/injectable-html-styles/ReadiumCSS-before.d.ts +2 -0
  14. package/dist/injectable-html-styles/ReadiumCSS-default.css +141 -2
  15. package/dist/injectable-html-styles/ReadiumCSS-default.css.map +1 -7
  16. package/dist/injectable-html-styles/ReadiumCSS-default.d.ts +2 -0
  17. package/package.json +9 -21
  18. package/dist/cjs/index.css +0 -2
  19. package/dist/cjs/index.css.map +0 -7
  20. package/dist/cjs/index.js +0 -340
  21. package/dist/cjs/index.js.map +0 -7
  22. package/dist/esm/index.css.map +0 -7
  23. package/dist/esm/index.js +0 -42173
  24. package/dist/esm/index.js.map +0 -7
  25. package/dist/types/HtmlReader/effects.d.ts +0 -22
  26. package/dist/types/HtmlReader/index.d.ts +0 -3
  27. package/dist/types/HtmlReader/lib.d.ts +0 -107
  28. package/dist/types/HtmlReader/reducer.d.ts +0 -8
  29. package/dist/types/HtmlReader/types.d.ts +0 -116
  30. package/dist/types/HtmlReader/useIframeLinkClick.d.ts +0 -4
  31. package/dist/types/HtmlReader/useLocationQuery.d.ts +0 -8
  32. package/dist/types/HtmlReader/useResource.d.ts +0 -14
  33. package/dist/types/HtmlReader/useUpdateCSS.d.ts +0 -6
  34. package/dist/types/HtmlReader/useUpdateScroll.d.ts +0 -6
  35. package/dist/types/HtmlReader/useWindowResize.d.ts +0 -7
  36. package/dist/types/PdfReader/ChakraPage.d.ts +0 -3
  37. package/dist/types/PdfReader/ScrollPage.d.ts +0 -12
  38. package/dist/types/PdfReader/addTocToManifest.d.ts +0 -10
  39. package/dist/types/PdfReader/index.d.ts +0 -12
  40. package/dist/types/PdfReader/lib.d.ts +0 -26
  41. package/dist/types/PdfReader/reducer.d.ts +0 -3
  42. package/dist/types/PdfReader/types.d.ts +0 -61
  43. package/dist/types/PdfReader/useMeasure.d.ts +0 -7
  44. package/dist/types/Readium/Injectable.d.ts +0 -11
  45. package/dist/types/Readium/Locator.d.ts +0 -20
  46. package/dist/types/WebpubManifestTypes/ConformsTo.d.ts +0 -3
  47. package/dist/types/WebpubManifestTypes/Contributor.d.ts +0 -17
  48. package/dist/types/WebpubManifestTypes/EpubExtension.d.ts +0 -47
  49. package/dist/types/WebpubManifestTypes/LanguageMap.d.ts +0 -3
  50. package/dist/types/WebpubManifestTypes/Metadata.d.ts +0 -47
  51. package/dist/types/WebpubManifestTypes/OPDSLink.d.ts +0 -63
  52. package/dist/types/WebpubManifestTypes/PresentationHints.d.ts +0 -53
  53. package/dist/types/WebpubManifestTypes/ReadiumLink.d.ts +0 -58
  54. package/dist/types/WebpubManifestTypes/Subject.d.ts +0 -16
  55. package/dist/types/WebpubManifestTypes/WebpubManifest.d.ts +0 -14
  56. package/dist/types/constants.d.ts +0 -37
  57. package/dist/types/index.d.ts +0 -17
  58. package/dist/types/types.d.ts +0 -123
  59. package/dist/types/ui/Button.d.ts +0 -9
  60. package/dist/types/ui/ErrorBoundary.d.ts +0 -16
  61. package/dist/types/ui/Footer.d.ts +0 -9
  62. package/dist/types/ui/Header.d.ts +0 -9
  63. package/dist/types/ui/HtmlSettings.d.ts +0 -9
  64. package/dist/types/ui/LoadingSkeleton.d.ts +0 -9
  65. package/dist/types/ui/PageButton.d.ts +0 -7
  66. package/dist/types/ui/PdfSettings.d.ts +0 -8
  67. package/dist/types/ui/SettingsButton.d.ts +0 -5
  68. package/dist/types/ui/TableOfContent.d.ts +0 -7
  69. package/dist/types/ui/ToggleButton.d.ts +0 -14
  70. package/dist/types/ui/ToggleGroup.d.ts +0 -8
  71. package/dist/types/ui/hooks/useColorModeValue.d.ts +0 -7
  72. package/dist/types/ui/hooks/useContainerWidth.d.ts +0 -6
  73. package/dist/types/ui/hooks/useEventListener.d.ts +0 -8
  74. package/dist/types/ui/hooks/useFullScreen.d.ts +0 -7
  75. package/dist/types/ui/icons/Continuous.d.ts +0 -4
  76. package/dist/types/ui/icons/Day.d.ts +0 -4
  77. package/dist/types/ui/icons/EnlargeFont.d.ts +0 -4
  78. package/dist/types/ui/icons/Night.d.ts +0 -4
  79. package/dist/types/ui/icons/Paginated.d.ts +0 -4
  80. package/dist/types/ui/icons/Previous.d.ts +0 -4
  81. package/dist/types/ui/icons/ReaderSettings.d.ts +0 -4
  82. package/dist/types/ui/icons/ReduceFont.d.ts +0 -4
  83. package/dist/types/ui/icons/Reset.d.ts +0 -4
  84. package/dist/types/ui/icons/Sepia.d.ts +0 -4
  85. package/dist/types/ui/icons/TableOfContents.d.ts +0 -4
  86. package/dist/types/ui/icons/ToggleFullScreen.d.ts +0 -4
  87. package/dist/types/ui/icons/ToggleFullScreenExit.d.ts +0 -4
  88. package/dist/types/ui/icons/index.d.ts +0 -14
  89. package/dist/types/ui/manager.d.ts +0 -9
  90. package/dist/types/ui/menu/index.d.ts +0 -10
  91. package/dist/types/ui/menu/menu.d.ts +0 -76
  92. package/dist/types/ui/menu/use-menu.d.ts +0 -2510
  93. package/dist/types/ui/nypl-base-theme/components/button.d.ts +0 -94
  94. package/dist/types/ui/nypl-base-theme/components/checkbox.d.ts +0 -41
  95. package/dist/types/ui/nypl-base-theme/components/form-error.d.ts +0 -14
  96. package/dist/types/ui/nypl-base-theme/components/form-label.d.ts +0 -14
  97. package/dist/types/ui/nypl-base-theme/components/form.d.ts +0 -15
  98. package/dist/types/ui/nypl-base-theme/components/input.d.ts +0 -107
  99. package/dist/types/ui/nypl-base-theme/components/text-area.d.ts +0 -34
  100. package/dist/types/ui/nypl-base-theme/foundations/breakpoints.d.ts +0 -8
  101. package/dist/types/ui/nypl-base-theme/foundations/colors.d.ts +0 -3
  102. package/dist/types/ui/nypl-base-theme/foundations/global.d.ts +0 -13
  103. package/dist/types/ui/nypl-base-theme/foundations/radii.d.ts +0 -12
  104. package/dist/types/ui/nypl-base-theme/foundations/spacing.d.ts +0 -49
  105. package/dist/types/ui/nypl-base-theme/foundations/typography.d.ts +0 -10
  106. package/dist/types/ui/nypl-base-theme/index.d.ts +0 -7
  107. package/dist/types/ui/nypl-base-theme/types.d.ts +0 -1
  108. package/dist/types/ui/theme/components/alert.d.ts +0 -24
  109. package/dist/types/ui/theme/components/button.d.ts +0 -93
  110. package/dist/types/ui/theme/components/text.d.ts +0 -20
  111. package/dist/types/ui/theme/foundations/colors.d.ts +0 -3
  112. package/dist/types/ui/theme/foundations/fonts.d.ts +0 -3
  113. package/dist/types/ui/theme/foundations/typography.d.ts +0 -6
  114. package/dist/types/ui/theme/index.d.ts +0 -12
  115. package/dist/types/ui/theme/types.d.ts +0 -1
  116. package/dist/types/useWebReader.d.ts +0 -7
  117. package/dist/types/utils/fetch.d.ts +0 -4
  118. package/dist/types/utils/getColor.d.ts +0 -2
  119. package/dist/types/utils/localstorage.d.ts +0 -17
@@ -1,2510 +0,0 @@
1
- import { UseDisclosureProps } from '@chakra-ui/hooks';
2
- import { UsePopperProps } from '@chakra-ui/popper';
3
- import { LazyBehavior } from '@chakra-ui/utils';
4
- import * as React from 'react';
5
- export declare const MenuDescendantsProvider: React.Provider<import("@chakra-ui/descendant").DescendantsManager<HTMLElement, {}>>, useMenuDescendantsContext: () => import("@chakra-ui/descendant").DescendantsManager<HTMLElement, {}>, useMenuDescendants: () => import("@chakra-ui/descendant").DescendantsManager<HTMLElement, {}>, useMenuDescendant: (options?: {
6
- disabled?: boolean | undefined;
7
- id?: string | undefined;
8
- } | undefined) => {
9
- descendants: import("@chakra-ui/descendant/dist/declarations/src/use-descendant").UseDescendantsReturn;
10
- index: number;
11
- enabledIndex: number;
12
- register: (node: HTMLElement | null) => void;
13
- };
14
- export declare const MenuProvider: React.Provider<Omit<UseMenuReturn, "descendants">>, useMenuContext: () => Omit<UseMenuReturn, "descendants">;
15
- export interface UseMenuProps extends UsePopperProps, UseDisclosureProps {
16
- /**
17
- * If `true`, the menu will close when a menu item is
18
- * clicked
19
- *
20
- * @default true
21
- */
22
- closeOnSelect?: boolean;
23
- /**
24
- * If `true`, the menu will close when you click outside
25
- * the menu list
26
- *
27
- * @default true
28
- */
29
- closeOnBlur?: boolean;
30
- /**
31
- * If `true`, the first enabled menu item will receive focus and be selected
32
- * when the menu opens.
33
- *
34
- * @default true
35
- */
36
- autoSelect?: boolean;
37
- /**
38
- * Performance 🚀:
39
- * If `true`, the MenuItem rendering will be deferred
40
- * until the menu is open.
41
- */
42
- isLazy?: boolean;
43
- /**
44
- * Performance 🚀:
45
- * The lazy behavior of menu's content when not visible.
46
- * Only works when `isLazy={true}`
47
- *
48
- * - "unmount": The menu's content is always unmounted when not open.
49
- * - "keepMounted": The menu's content initially unmounted,
50
- * but stays mounted when menu is open.
51
- *
52
- * @default "unmount"
53
- */
54
- lazyBehavior?: LazyBehavior;
55
- /**
56
- * If `rtl`, poper placement positions will be flipped i.e. 'top-right' will
57
- * become 'top-left' and vice-verse
58
- */
59
- direction?: 'ltr' | 'rtl';
60
- computePositionOnMount?: boolean;
61
- }
62
- /**
63
- * React Hook to manage a menu
64
- *
65
- * It provides the logic and will be used with react context
66
- * to propagate its return value to all children
67
- */
68
- export declare function useMenu(props?: UseMenuProps): {
69
- openAndFocusMenu: () => void;
70
- openAndFocusFirstItem: () => void;
71
- openAndFocusLastItem: () => void;
72
- onTransitionEnd: () => void;
73
- descendants: import("@chakra-ui/descendant").DescendantsManager<HTMLElement, {}>;
74
- buttonId: string;
75
- menuId: string;
76
- orientation: string;
77
- isOpen: boolean;
78
- onToggle: () => void;
79
- onOpen: () => void;
80
- onClose: () => void;
81
- menuRef: React.RefObject<HTMLDivElement>;
82
- buttonRef: React.RefObject<HTMLButtonElement>;
83
- focusedIndex: number;
84
- closeOnSelect: boolean;
85
- closeOnBlur: boolean;
86
- autoSelect: boolean;
87
- setFocusedIndex: React.Dispatch<React.SetStateAction<number>>;
88
- isLazy: boolean | undefined;
89
- lazyBehavior: LazyBehavior;
90
- };
91
- export interface UseMenuReturn extends ReturnType<typeof useMenu> {
92
- }
93
- export interface UseMenuButtonProps extends Omit<React.HTMLAttributes<Element>, 'color'> {
94
- }
95
- /**
96
- * React Hook to manage a menu button.
97
- *
98
- * The assumption here is that the `useMenu` hook is used
99
- * in a component higher up the tree, and its return value
100
- * is passed as `context` to this hook.
101
- */
102
- export declare function useMenuButton(props?: UseMenuButtonProps, externalRef?: React.Ref<any>): {
103
- ref: (node: any) => void;
104
- id: string;
105
- 'data-active': import("@chakra-ui/utils").Booleanish;
106
- 'aria-expanded': boolean;
107
- 'aria-haspopup': boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
108
- 'aria-controls': string;
109
- onClick: (event: React.MouseEvent<Element, MouseEvent>) => void;
110
- onKeyDown: (event: React.KeyboardEvent<Element>) => void;
111
- title?: string | undefined;
112
- children?: React.ReactNode;
113
- role?: React.AriaRole | undefined;
114
- slot?: string | undefined;
115
- style?: React.CSSProperties | undefined;
116
- defaultChecked?: boolean | undefined;
117
- defaultValue?: string | number | readonly string[] | undefined;
118
- suppressContentEditableWarning?: boolean | undefined;
119
- suppressHydrationWarning?: boolean | undefined;
120
- accessKey?: string | undefined;
121
- className?: string | undefined;
122
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
123
- contextMenu?: string | undefined;
124
- dir?: string | undefined;
125
- draggable?: (boolean | "true" | "false") | undefined;
126
- hidden?: boolean | undefined;
127
- lang?: string | undefined;
128
- placeholder?: string | undefined;
129
- spellCheck?: (boolean | "true" | "false") | undefined;
130
- tabIndex?: number | undefined;
131
- translate?: "no" | "yes" | undefined;
132
- radioGroup?: string | undefined;
133
- about?: string | undefined;
134
- datatype?: string | undefined;
135
- inlist?: any;
136
- prefix?: string | undefined;
137
- property?: string | undefined;
138
- resource?: string | undefined;
139
- typeof?: string | undefined;
140
- vocab?: string | undefined;
141
- autoCapitalize?: string | undefined;
142
- autoCorrect?: string | undefined;
143
- autoSave?: string | undefined;
144
- itemProp?: string | undefined;
145
- itemScope?: boolean | undefined;
146
- itemType?: string | undefined;
147
- itemID?: string | undefined;
148
- itemRef?: string | undefined;
149
- results?: number | undefined;
150
- security?: string | undefined;
151
- unselectable?: "off" | "on" | undefined;
152
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
153
- is?: string | undefined;
154
- 'aria-activedescendant'?: string | undefined;
155
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
156
- 'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
157
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
158
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
159
- 'aria-colcount'?: number | undefined;
160
- 'aria-colindex'?: number | undefined;
161
- 'aria-colspan'?: number | undefined;
162
- 'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
163
- 'aria-describedby'?: string | undefined;
164
- 'aria-details'?: string | undefined;
165
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
166
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
167
- 'aria-errormessage'?: string | undefined;
168
- 'aria-flowto'?: string | undefined;
169
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
170
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
171
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
172
- 'aria-keyshortcuts'?: string | undefined;
173
- 'aria-label'?: string | undefined;
174
- 'aria-labelledby'?: string | undefined;
175
- 'aria-level'?: number | undefined;
176
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
177
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
178
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
179
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
180
- 'aria-orientation'?: "vertical" | "horizontal" | undefined;
181
- 'aria-owns'?: string | undefined;
182
- 'aria-placeholder'?: string | undefined;
183
- 'aria-posinset'?: number | undefined;
184
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
185
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
186
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
187
- 'aria-required'?: (boolean | "true" | "false") | undefined;
188
- 'aria-roledescription'?: string | undefined;
189
- 'aria-rowcount'?: number | undefined;
190
- 'aria-rowindex'?: number | undefined;
191
- 'aria-rowspan'?: number | undefined;
192
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
193
- 'aria-setsize'?: number | undefined;
194
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
195
- 'aria-valuemax'?: number | undefined;
196
- 'aria-valuemin'?: number | undefined;
197
- 'aria-valuenow'?: number | undefined;
198
- 'aria-valuetext'?: string | undefined;
199
- dangerouslySetInnerHTML?: {
200
- __html: string;
201
- } | undefined;
202
- onCopy?: React.ClipboardEventHandler<Element> | undefined;
203
- onCopyCapture?: React.ClipboardEventHandler<Element> | undefined;
204
- onCut?: React.ClipboardEventHandler<Element> | undefined;
205
- onCutCapture?: React.ClipboardEventHandler<Element> | undefined;
206
- onPaste?: React.ClipboardEventHandler<Element> | undefined;
207
- onPasteCapture?: React.ClipboardEventHandler<Element> | undefined;
208
- onCompositionEnd?: React.CompositionEventHandler<Element> | undefined;
209
- onCompositionEndCapture?: React.CompositionEventHandler<Element> | undefined;
210
- onCompositionStart?: React.CompositionEventHandler<Element> | undefined;
211
- onCompositionStartCapture?: React.CompositionEventHandler<Element> | undefined;
212
- onCompositionUpdate?: React.CompositionEventHandler<Element> | undefined;
213
- onCompositionUpdateCapture?: React.CompositionEventHandler<Element> | undefined;
214
- onFocus?: React.FocusEventHandler<Element> | undefined;
215
- onFocusCapture?: React.FocusEventHandler<Element> | undefined;
216
- onBlur?: React.FocusEventHandler<Element> | undefined;
217
- onBlurCapture?: React.FocusEventHandler<Element> | undefined;
218
- onChange?: React.FormEventHandler<Element> | undefined;
219
- onChangeCapture?: React.FormEventHandler<Element> | undefined;
220
- onBeforeInput?: React.FormEventHandler<Element> | undefined;
221
- onBeforeInputCapture?: React.FormEventHandler<Element> | undefined;
222
- onInput?: React.FormEventHandler<Element> | undefined;
223
- onInputCapture?: React.FormEventHandler<Element> | undefined;
224
- onReset?: React.FormEventHandler<Element> | undefined;
225
- onResetCapture?: React.FormEventHandler<Element> | undefined;
226
- onSubmit?: React.FormEventHandler<Element> | undefined;
227
- onSubmitCapture?: React.FormEventHandler<Element> | undefined;
228
- onInvalid?: React.FormEventHandler<Element> | undefined;
229
- onInvalidCapture?: React.FormEventHandler<Element> | undefined;
230
- onLoad?: React.ReactEventHandler<Element> | undefined;
231
- onLoadCapture?: React.ReactEventHandler<Element> | undefined;
232
- onError?: React.ReactEventHandler<Element> | undefined;
233
- onErrorCapture?: React.ReactEventHandler<Element> | undefined;
234
- onKeyDownCapture?: React.KeyboardEventHandler<Element> | undefined;
235
- onKeyPress?: React.KeyboardEventHandler<Element> | undefined;
236
- onKeyPressCapture?: React.KeyboardEventHandler<Element> | undefined;
237
- onKeyUp?: React.KeyboardEventHandler<Element> | undefined;
238
- onKeyUpCapture?: React.KeyboardEventHandler<Element> | undefined;
239
- onAbort?: React.ReactEventHandler<Element> | undefined;
240
- onAbortCapture?: React.ReactEventHandler<Element> | undefined;
241
- onCanPlay?: React.ReactEventHandler<Element> | undefined;
242
- onCanPlayCapture?: React.ReactEventHandler<Element> | undefined;
243
- onCanPlayThrough?: React.ReactEventHandler<Element> | undefined;
244
- onCanPlayThroughCapture?: React.ReactEventHandler<Element> | undefined;
245
- onDurationChange?: React.ReactEventHandler<Element> | undefined;
246
- onDurationChangeCapture?: React.ReactEventHandler<Element> | undefined;
247
- onEmptied?: React.ReactEventHandler<Element> | undefined;
248
- onEmptiedCapture?: React.ReactEventHandler<Element> | undefined;
249
- onEncrypted?: React.ReactEventHandler<Element> | undefined;
250
- onEncryptedCapture?: React.ReactEventHandler<Element> | undefined;
251
- onEnded?: React.ReactEventHandler<Element> | undefined;
252
- onEndedCapture?: React.ReactEventHandler<Element> | undefined;
253
- onLoadedData?: React.ReactEventHandler<Element> | undefined;
254
- onLoadedDataCapture?: React.ReactEventHandler<Element> | undefined;
255
- onLoadedMetadata?: React.ReactEventHandler<Element> | undefined;
256
- onLoadedMetadataCapture?: React.ReactEventHandler<Element> | undefined;
257
- onLoadStart?: React.ReactEventHandler<Element> | undefined;
258
- onLoadStartCapture?: React.ReactEventHandler<Element> | undefined;
259
- onPause?: React.ReactEventHandler<Element> | undefined;
260
- onPauseCapture?: React.ReactEventHandler<Element> | undefined;
261
- onPlay?: React.ReactEventHandler<Element> | undefined;
262
- onPlayCapture?: React.ReactEventHandler<Element> | undefined;
263
- onPlaying?: React.ReactEventHandler<Element> | undefined;
264
- onPlayingCapture?: React.ReactEventHandler<Element> | undefined;
265
- onProgress?: React.ReactEventHandler<Element> | undefined;
266
- onProgressCapture?: React.ReactEventHandler<Element> | undefined;
267
- onRateChange?: React.ReactEventHandler<Element> | undefined;
268
- onRateChangeCapture?: React.ReactEventHandler<Element> | undefined;
269
- onSeeked?: React.ReactEventHandler<Element> | undefined;
270
- onSeekedCapture?: React.ReactEventHandler<Element> | undefined;
271
- onSeeking?: React.ReactEventHandler<Element> | undefined;
272
- onSeekingCapture?: React.ReactEventHandler<Element> | undefined;
273
- onStalled?: React.ReactEventHandler<Element> | undefined;
274
- onStalledCapture?: React.ReactEventHandler<Element> | undefined;
275
- onSuspend?: React.ReactEventHandler<Element> | undefined;
276
- onSuspendCapture?: React.ReactEventHandler<Element> | undefined;
277
- onTimeUpdate?: React.ReactEventHandler<Element> | undefined;
278
- onTimeUpdateCapture?: React.ReactEventHandler<Element> | undefined;
279
- onVolumeChange?: React.ReactEventHandler<Element> | undefined;
280
- onVolumeChangeCapture?: React.ReactEventHandler<Element> | undefined;
281
- onWaiting?: React.ReactEventHandler<Element> | undefined;
282
- onWaitingCapture?: React.ReactEventHandler<Element> | undefined;
283
- onAuxClick?: React.MouseEventHandler<Element> | undefined;
284
- onAuxClickCapture?: React.MouseEventHandler<Element> | undefined;
285
- onClickCapture?: React.MouseEventHandler<Element> | undefined;
286
- onContextMenu?: React.MouseEventHandler<Element> | undefined;
287
- onContextMenuCapture?: React.MouseEventHandler<Element> | undefined;
288
- onDoubleClick?: React.MouseEventHandler<Element> | undefined;
289
- onDoubleClickCapture?: React.MouseEventHandler<Element> | undefined;
290
- onDrag?: React.DragEventHandler<Element> | undefined;
291
- onDragCapture?: React.DragEventHandler<Element> | undefined;
292
- onDragEnd?: React.DragEventHandler<Element> | undefined;
293
- onDragEndCapture?: React.DragEventHandler<Element> | undefined;
294
- onDragEnter?: React.DragEventHandler<Element> | undefined;
295
- onDragEnterCapture?: React.DragEventHandler<Element> | undefined;
296
- onDragExit?: React.DragEventHandler<Element> | undefined;
297
- onDragExitCapture?: React.DragEventHandler<Element> | undefined;
298
- onDragLeave?: React.DragEventHandler<Element> | undefined;
299
- onDragLeaveCapture?: React.DragEventHandler<Element> | undefined;
300
- onDragOver?: React.DragEventHandler<Element> | undefined;
301
- onDragOverCapture?: React.DragEventHandler<Element> | undefined;
302
- onDragStart?: React.DragEventHandler<Element> | undefined;
303
- onDragStartCapture?: React.DragEventHandler<Element> | undefined;
304
- onDrop?: React.DragEventHandler<Element> | undefined;
305
- onDropCapture?: React.DragEventHandler<Element> | undefined;
306
- onMouseDown?: React.MouseEventHandler<Element> | undefined;
307
- onMouseDownCapture?: React.MouseEventHandler<Element> | undefined;
308
- onMouseEnter?: React.MouseEventHandler<Element> | undefined;
309
- onMouseLeave?: React.MouseEventHandler<Element> | undefined;
310
- onMouseMove?: React.MouseEventHandler<Element> | undefined;
311
- onMouseMoveCapture?: React.MouseEventHandler<Element> | undefined;
312
- onMouseOut?: React.MouseEventHandler<Element> | undefined;
313
- onMouseOutCapture?: React.MouseEventHandler<Element> | undefined;
314
- onMouseOver?: React.MouseEventHandler<Element> | undefined;
315
- onMouseOverCapture?: React.MouseEventHandler<Element> | undefined;
316
- onMouseUp?: React.MouseEventHandler<Element> | undefined;
317
- onMouseUpCapture?: React.MouseEventHandler<Element> | undefined;
318
- onSelect?: React.ReactEventHandler<Element> | undefined;
319
- onSelectCapture?: React.ReactEventHandler<Element> | undefined;
320
- onTouchCancel?: React.TouchEventHandler<Element> | undefined;
321
- onTouchCancelCapture?: React.TouchEventHandler<Element> | undefined;
322
- onTouchEnd?: React.TouchEventHandler<Element> | undefined;
323
- onTouchEndCapture?: React.TouchEventHandler<Element> | undefined;
324
- onTouchMove?: React.TouchEventHandler<Element> | undefined;
325
- onTouchMoveCapture?: React.TouchEventHandler<Element> | undefined;
326
- onTouchStart?: React.TouchEventHandler<Element> | undefined;
327
- onTouchStartCapture?: React.TouchEventHandler<Element> | undefined;
328
- onPointerDown?: React.PointerEventHandler<Element> | undefined;
329
- onPointerDownCapture?: React.PointerEventHandler<Element> | undefined;
330
- onPointerMove?: React.PointerEventHandler<Element> | undefined;
331
- onPointerMoveCapture?: React.PointerEventHandler<Element> | undefined;
332
- onPointerUp?: React.PointerEventHandler<Element> | undefined;
333
- onPointerUpCapture?: React.PointerEventHandler<Element> | undefined;
334
- onPointerCancel?: React.PointerEventHandler<Element> | undefined;
335
- onPointerCancelCapture?: React.PointerEventHandler<Element> | undefined;
336
- onPointerEnter?: React.PointerEventHandler<Element> | undefined;
337
- onPointerEnterCapture?: React.PointerEventHandler<Element> | undefined;
338
- onPointerLeave?: React.PointerEventHandler<Element> | undefined;
339
- onPointerLeaveCapture?: React.PointerEventHandler<Element> | undefined;
340
- onPointerOver?: React.PointerEventHandler<Element> | undefined;
341
- onPointerOverCapture?: React.PointerEventHandler<Element> | undefined;
342
- onPointerOut?: React.PointerEventHandler<Element> | undefined;
343
- onPointerOutCapture?: React.PointerEventHandler<Element> | undefined;
344
- onGotPointerCapture?: React.PointerEventHandler<Element> | undefined;
345
- onGotPointerCaptureCapture?: React.PointerEventHandler<Element> | undefined;
346
- onLostPointerCapture?: React.PointerEventHandler<Element> | undefined;
347
- onLostPointerCaptureCapture?: React.PointerEventHandler<Element> | undefined;
348
- onScroll?: React.UIEventHandler<Element> | undefined;
349
- onScrollCapture?: React.UIEventHandler<Element> | undefined;
350
- onWheel?: React.WheelEventHandler<Element> | undefined;
351
- onWheelCapture?: React.WheelEventHandler<Element> | undefined;
352
- onAnimationStart?: React.AnimationEventHandler<Element> | undefined;
353
- onAnimationStartCapture?: React.AnimationEventHandler<Element> | undefined;
354
- onAnimationEnd?: React.AnimationEventHandler<Element> | undefined;
355
- onAnimationEndCapture?: React.AnimationEventHandler<Element> | undefined;
356
- onAnimationIteration?: React.AnimationEventHandler<Element> | undefined;
357
- onAnimationIterationCapture?: React.AnimationEventHandler<Element> | undefined;
358
- onTransitionEnd?: React.TransitionEventHandler<Element> | undefined;
359
- onTransitionEndCapture?: React.TransitionEventHandler<Element> | undefined;
360
- };
361
- export interface UseMenuListProps extends Omit<React.HTMLAttributes<Element>, 'color'> {
362
- }
363
- /**
364
- * React Hook to manage a menu list.
365
- *
366
- * The assumption here is that the `useMenu` hook is used
367
- * in a component higher up the tree, and its return value
368
- * is passed as `context` to this hook.
369
- */
370
- export declare function useMenuList(props?: UseMenuListProps, ref?: React.Ref<any>): {
371
- ref: (node: any) => void;
372
- children: React.ReactNode;
373
- tabIndex: number;
374
- role: string;
375
- id: string;
376
- style: {
377
- transformOrigin: string;
378
- accentColor?: import("csstype").Property.AccentColor | undefined;
379
- alignContent?: import("csstype").Property.AlignContent | undefined;
380
- alignItems?: import("csstype").Property.AlignItems | undefined;
381
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
382
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
383
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
384
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
385
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
386
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
387
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
388
- animationName?: import("csstype").Property.AnimationName | undefined;
389
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
390
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
391
- appearance?: import("csstype").Property.Appearance | undefined;
392
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
393
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
394
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
395
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
396
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
397
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
398
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
399
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
400
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
401
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
402
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
403
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
404
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
405
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
406
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
407
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
408
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
409
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
410
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
411
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
412
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
413
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
414
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
415
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
416
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
417
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
418
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
419
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
420
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
421
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
422
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
423
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
424
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
425
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
426
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
427
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
428
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
429
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
430
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
431
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
432
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
433
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
434
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
435
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
436
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
437
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
438
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
439
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
440
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
441
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
442
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
443
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
444
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
445
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
446
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
447
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
448
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
449
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
450
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
451
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
452
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
453
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
454
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
455
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
456
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
457
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
458
- breakInside?: import("csstype").Property.BreakInside | undefined;
459
- captionSide?: import("csstype").Property.CaptionSide | undefined;
460
- caretColor?: import("csstype").Property.CaretColor | undefined;
461
- clear?: import("csstype").Property.Clear | undefined;
462
- clipPath?: import("csstype").Property.ClipPath | undefined;
463
- color?: import("csstype").Property.Color | undefined;
464
- colorAdjust?: import("csstype").Property.ColorAdjust | undefined;
465
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
466
- columnCount?: import("csstype").Property.ColumnCount | undefined;
467
- columnFill?: import("csstype").Property.ColumnFill | undefined;
468
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
469
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
470
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
471
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
472
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
473
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
474
- contain?: import("csstype").Property.Contain | undefined;
475
- content?: import("csstype").Property.Content | undefined;
476
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
477
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
478
- counterReset?: import("csstype").Property.CounterReset | undefined;
479
- counterSet?: import("csstype").Property.CounterSet | undefined;
480
- cursor?: import("csstype").Property.Cursor | undefined;
481
- direction?: import("csstype").Property.Direction | undefined;
482
- display?: import("csstype").Property.Display | undefined;
483
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
484
- filter?: import("csstype").Property.Filter | undefined;
485
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
486
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
487
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
488
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
489
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
490
- float?: import("csstype").Property.Float | undefined;
491
- fontFamily?: import("csstype").Property.FontFamily | undefined;
492
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
493
- fontKerning?: import("csstype").Property.FontKerning | undefined;
494
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
495
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
496
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
497
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
498
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
499
- fontStretch?: import("csstype").Property.FontStretch | undefined;
500
- fontStyle?: import("csstype").Property.FontStyle | undefined;
501
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
502
- fontVariant?: import("csstype").Property.FontVariant | undefined;
503
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
504
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
505
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
506
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
507
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
508
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
509
- fontWeight?: import("csstype").Property.FontWeight | undefined;
510
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
511
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
512
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
513
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
514
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
515
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
516
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
517
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
518
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
519
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
520
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
521
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
522
- height?: import("csstype").Property.Height<string | number> | undefined;
523
- hyphens?: import("csstype").Property.Hyphens | undefined;
524
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
525
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
526
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
527
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
528
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
529
- inset?: import("csstype").Property.Inset<string | number> | undefined;
530
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
531
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
532
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
533
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
534
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
535
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
536
- isolation?: import("csstype").Property.Isolation | undefined;
537
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
538
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
539
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
540
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
541
- left?: import("csstype").Property.Left<string | number> | undefined;
542
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
543
- lineBreak?: import("csstype").Property.LineBreak | undefined;
544
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
545
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
546
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
547
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
548
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
549
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
550
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
551
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
552
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
553
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
554
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
555
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
556
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
557
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
558
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
559
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
560
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
561
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
562
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
563
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
564
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
565
- maskClip?: import("csstype").Property.MaskClip | undefined;
566
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
567
- maskImage?: import("csstype").Property.MaskImage | undefined;
568
- maskMode?: import("csstype").Property.MaskMode | undefined;
569
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
570
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
571
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
572
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
573
- maskType?: import("csstype").Property.MaskType | undefined;
574
- mathStyle?: import("csstype").Property.MathStyle | undefined;
575
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
576
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
577
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
578
- maxLines?: import("csstype").Property.MaxLines | undefined;
579
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
580
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
581
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
582
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
583
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
584
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
585
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
586
- motionPath?: import("csstype").Property.OffsetPath | undefined;
587
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
588
- objectFit?: import("csstype").Property.ObjectFit | undefined;
589
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
590
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
591
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
592
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
593
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
594
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
595
- opacity?: import("csstype").Property.Opacity | undefined;
596
- order?: import("csstype").Property.Order | undefined;
597
- orphans?: import("csstype").Property.Orphans | undefined;
598
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
599
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
600
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
601
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
602
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
603
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
604
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
605
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
606
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
607
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
608
- overflowX?: import("csstype").Property.OverflowX | undefined;
609
- overflowY?: import("csstype").Property.OverflowY | undefined;
610
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
611
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
612
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
613
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
614
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
615
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
616
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
617
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
618
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
619
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
620
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
621
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
622
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
623
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
624
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
625
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
626
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
627
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
628
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
629
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
630
- placeContent?: import("csstype").Property.PlaceContent | undefined;
631
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
632
- position?: import("csstype").Property.Position | undefined;
633
- quotes?: import("csstype").Property.Quotes | undefined;
634
- resize?: import("csstype").Property.Resize | undefined;
635
- right?: import("csstype").Property.Right<string | number> | undefined;
636
- rotate?: import("csstype").Property.Rotate | undefined;
637
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
638
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
639
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
640
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
641
- scale?: import("csstype").Property.Scale | undefined;
642
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
643
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
644
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
645
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
646
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
647
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
648
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
649
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
650
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
651
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
652
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
653
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
654
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
655
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
656
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
657
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
658
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
659
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
660
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
661
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
662
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
663
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
664
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
665
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
666
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
667
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
668
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
669
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
670
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
671
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
672
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
673
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
674
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
675
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
676
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
677
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
678
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
679
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
680
- tableLayout?: import("csstype").Property.TableLayout | undefined;
681
- textAlign?: import("csstype").Property.TextAlign | undefined;
682
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
683
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
684
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
685
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
686
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
687
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
688
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
689
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
690
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
691
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
692
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
693
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
694
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
695
- textJustify?: import("csstype").Property.TextJustify | undefined;
696
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
697
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
698
- textRendering?: import("csstype").Property.TextRendering | undefined;
699
- textShadow?: import("csstype").Property.TextShadow | undefined;
700
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
701
- textTransform?: import("csstype").Property.TextTransform | undefined;
702
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
703
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
704
- top?: import("csstype").Property.Top<string | number> | undefined;
705
- touchAction?: import("csstype").Property.TouchAction | undefined;
706
- transform?: import("csstype").Property.Transform | undefined;
707
- transformBox?: import("csstype").Property.TransformBox | undefined;
708
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
709
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
710
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
711
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
712
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
713
- translate?: import("csstype").Property.Translate<string | number> | undefined;
714
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
715
- userSelect?: import("csstype").Property.UserSelect | undefined;
716
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
717
- visibility?: import("csstype").Property.Visibility | undefined;
718
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
719
- widows?: import("csstype").Property.Widows | undefined;
720
- width?: import("csstype").Property.Width<string | number> | undefined;
721
- willChange?: import("csstype").Property.WillChange | undefined;
722
- wordBreak?: import("csstype").Property.WordBreak | undefined;
723
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
724
- wordWrap?: import("csstype").Property.WordWrap | undefined;
725
- writingMode?: import("csstype").Property.WritingMode | undefined;
726
- zIndex?: import("csstype").Property.ZIndex | undefined;
727
- zoom?: import("csstype").Property.Zoom | undefined;
728
- all?: import("csstype").Globals | undefined;
729
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
730
- background?: import("csstype").Property.Background<string | number> | undefined;
731
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
732
- border?: import("csstype").Property.Border<string | number> | undefined;
733
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
734
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
735
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
736
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
737
- borderColor?: import("csstype").Property.BorderColor | undefined;
738
- borderImage?: import("csstype").Property.BorderImage | undefined;
739
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
740
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
741
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
742
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
743
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
744
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
745
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
746
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
747
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
748
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
749
- columns?: import("csstype").Property.Columns<string | number> | undefined;
750
- flex?: import("csstype").Property.Flex<string | number> | undefined;
751
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
752
- font?: import("csstype").Property.Font | undefined;
753
- gap?: import("csstype").Property.Gap<string | number> | undefined;
754
- grid?: import("csstype").Property.Grid | undefined;
755
- gridArea?: import("csstype").Property.GridArea | undefined;
756
- gridColumn?: import("csstype").Property.GridColumn | undefined;
757
- gridRow?: import("csstype").Property.GridRow | undefined;
758
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
759
- lineClamp?: import("csstype").Property.LineClamp | undefined;
760
- listStyle?: import("csstype").Property.ListStyle | undefined;
761
- margin?: import("csstype").Property.Margin<string | number> | undefined;
762
- mask?: import("csstype").Property.Mask<string | number> | undefined;
763
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
764
- motion?: import("csstype").Property.Offset<string | number> | undefined;
765
- offset?: import("csstype").Property.Offset<string | number> | undefined;
766
- outline?: import("csstype").Property.Outline<string | number> | undefined;
767
- overflow?: import("csstype").Property.Overflow | undefined;
768
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
769
- padding?: import("csstype").Property.Padding<string | number> | undefined;
770
- placeItems?: import("csstype").Property.PlaceItems | undefined;
771
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
772
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
773
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
774
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
775
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
776
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
777
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
778
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
779
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
780
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
781
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
782
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
783
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
784
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
785
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
786
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
787
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
788
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
789
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
790
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
791
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
792
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
793
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
794
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
795
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
796
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
797
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
798
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
799
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
800
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
801
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
802
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
803
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
804
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
805
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
806
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
807
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
808
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
809
- MozOrient?: import("csstype").Property.MozOrient | undefined;
810
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
811
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
812
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
813
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
814
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
815
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
816
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
817
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
818
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
819
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
820
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
821
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
822
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
823
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
824
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
825
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
826
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
827
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
828
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
829
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
830
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
831
- msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
832
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
833
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
834
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
835
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
836
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
837
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
838
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
839
- msFilter?: import("csstype").Property.MsFilter | undefined;
840
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
841
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
842
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
843
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
844
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
845
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
846
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
847
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
848
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
849
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
850
- msHyphens?: import("csstype").Property.Hyphens | undefined;
851
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
852
- msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
853
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
854
- msOrder?: import("csstype").Property.Order | undefined;
855
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
856
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
857
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
858
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
859
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
860
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
861
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
862
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
863
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
864
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
865
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
866
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
867
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
868
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
869
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
870
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
871
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
872
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
873
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
874
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
875
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
876
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
877
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
878
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
879
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
880
- msTransform?: import("csstype").Property.Transform | undefined;
881
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
882
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
883
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
884
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
885
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
886
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
887
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
888
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
889
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
890
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
891
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
892
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
893
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
894
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
895
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
896
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
897
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
898
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
899
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
900
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
901
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
902
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
903
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
904
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
905
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
906
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
907
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
908
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
909
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
910
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
911
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
912
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
913
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
914
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
915
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
916
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
917
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
918
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
919
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
920
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
921
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
922
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
923
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
924
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
925
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
926
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
927
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
928
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
929
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
930
- WebkitFilter?: import("csstype").Property.Filter | undefined;
931
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
932
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
933
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
934
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
935
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
936
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
937
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
938
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
939
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
940
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
941
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
942
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
943
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
944
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
945
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
946
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
947
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
948
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
949
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
950
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
951
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
952
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
953
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
954
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
955
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
956
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
957
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
958
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
959
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
960
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
961
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
962
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
963
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
964
- WebkitOrder?: import("csstype").Property.Order | undefined;
965
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
966
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
967
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
968
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
969
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
970
- WebkitPrintColorAdjust?: import("csstype").Property.ColorAdjust | undefined;
971
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
972
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
973
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
974
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
975
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
976
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
977
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
978
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
979
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
980
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
981
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
982
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
983
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
984
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
985
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
986
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
987
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
988
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
989
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
990
- WebkitTransform?: import("csstype").Property.Transform | undefined;
991
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
992
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
993
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
994
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
995
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
996
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
997
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
998
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
999
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1000
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1001
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1002
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1003
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1004
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1005
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1006
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1007
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1008
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1009
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1010
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1011
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1012
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1013
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1014
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1015
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1016
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1017
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1018
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1019
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1020
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1021
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1022
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1023
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1024
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1025
- azimuth?: import("csstype").Property.Azimuth | undefined;
1026
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
1027
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
1028
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
1029
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1030
- boxLines?: import("csstype").Property.BoxLines | undefined;
1031
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1032
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
1033
- boxPack?: import("csstype").Property.BoxPack | undefined;
1034
- clip?: import("csstype").Property.Clip | undefined;
1035
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1036
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1037
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1038
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1039
- imeMode?: import("csstype").Property.ImeMode | undefined;
1040
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1041
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1042
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1043
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1044
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1045
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1046
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1047
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1048
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1049
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1050
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1051
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1052
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1053
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1054
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1055
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1056
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1057
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1058
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1059
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1060
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1061
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1062
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1063
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1064
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1065
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1066
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1067
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1068
- MozBinding?: import("csstype").Property.MozBinding | undefined;
1069
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1070
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1071
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1072
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1073
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1074
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1075
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1076
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1077
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1078
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1079
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1080
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1081
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1082
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1083
- MozOpacity?: import("csstype").Property.Opacity | undefined;
1084
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1085
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1086
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1087
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1088
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1089
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1090
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1091
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1092
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1093
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1094
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1095
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1096
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1097
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1098
- msImeMode?: import("csstype").Property.ImeMode | undefined;
1099
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1100
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1101
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1102
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1103
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1104
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1105
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1106
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
1107
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1108
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1109
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1110
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
1111
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1112
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1113
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1114
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1115
- OTransform?: import("csstype").Property.Transform | undefined;
1116
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1117
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1118
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1119
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1120
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1121
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1122
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1123
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1124
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1125
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1126
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1127
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1128
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1129
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1130
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1131
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1132
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1133
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1134
- clipRule?: import("csstype").Property.ClipRule | undefined;
1135
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1136
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
1137
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1138
- fill?: import("csstype").Property.Fill | undefined;
1139
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1140
- fillRule?: import("csstype").Property.FillRule | undefined;
1141
- floodColor?: import("csstype").Property.FloodColor | undefined;
1142
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1143
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1144
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1145
- marker?: import("csstype").Property.Marker | undefined;
1146
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1147
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1148
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1149
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1150
- stopColor?: import("csstype").Property.StopColor | undefined;
1151
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1152
- stroke?: import("csstype").Property.Stroke | undefined;
1153
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1154
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1155
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1156
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1157
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1158
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1159
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1160
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1161
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1162
- };
1163
- 'aria-orientation': "vertical" | "horizontal" | undefined;
1164
- onKeyDown: (event: React.KeyboardEvent<Element>) => void;
1165
- title?: string | undefined;
1166
- slot?: string | undefined;
1167
- defaultChecked?: boolean | undefined;
1168
- defaultValue?: string | number | readonly string[] | undefined;
1169
- suppressContentEditableWarning?: boolean | undefined;
1170
- suppressHydrationWarning?: boolean | undefined;
1171
- accessKey?: string | undefined;
1172
- className?: string | undefined;
1173
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1174
- contextMenu?: string | undefined;
1175
- dir?: string | undefined;
1176
- draggable?: (boolean | "true" | "false") | undefined;
1177
- hidden?: boolean | undefined;
1178
- lang?: string | undefined;
1179
- placeholder?: string | undefined;
1180
- spellCheck?: (boolean | "true" | "false") | undefined;
1181
- translate?: "no" | "yes" | undefined;
1182
- radioGroup?: string | undefined;
1183
- about?: string | undefined;
1184
- datatype?: string | undefined;
1185
- inlist?: any;
1186
- prefix?: string | undefined;
1187
- property?: string | undefined;
1188
- resource?: string | undefined;
1189
- typeof?: string | undefined;
1190
- vocab?: string | undefined;
1191
- autoCapitalize?: string | undefined;
1192
- autoCorrect?: string | undefined;
1193
- autoSave?: string | undefined;
1194
- itemProp?: string | undefined;
1195
- itemScope?: boolean | undefined;
1196
- itemType?: string | undefined;
1197
- itemID?: string | undefined;
1198
- itemRef?: string | undefined;
1199
- results?: number | undefined;
1200
- security?: string | undefined;
1201
- unselectable?: "off" | "on" | undefined;
1202
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1203
- is?: string | undefined;
1204
- 'aria-activedescendant'?: string | undefined;
1205
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
1206
- 'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
1207
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
1208
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1209
- 'aria-colcount'?: number | undefined;
1210
- 'aria-colindex'?: number | undefined;
1211
- 'aria-colspan'?: number | undefined;
1212
- 'aria-controls'?: string | undefined;
1213
- 'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
1214
- 'aria-describedby'?: string | undefined;
1215
- 'aria-details'?: string | undefined;
1216
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
1217
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1218
- 'aria-errormessage'?: string | undefined;
1219
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
1220
- 'aria-flowto'?: string | undefined;
1221
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
1222
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1223
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
1224
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1225
- 'aria-keyshortcuts'?: string | undefined;
1226
- 'aria-label'?: string | undefined;
1227
- 'aria-labelledby'?: string | undefined;
1228
- 'aria-level'?: number | undefined;
1229
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1230
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
1231
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
1232
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
1233
- 'aria-owns'?: string | undefined;
1234
- 'aria-placeholder'?: string | undefined;
1235
- 'aria-posinset'?: number | undefined;
1236
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1237
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
1238
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1239
- 'aria-required'?: (boolean | "true" | "false") | undefined;
1240
- 'aria-roledescription'?: string | undefined;
1241
- 'aria-rowcount'?: number | undefined;
1242
- 'aria-rowindex'?: number | undefined;
1243
- 'aria-rowspan'?: number | undefined;
1244
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
1245
- 'aria-setsize'?: number | undefined;
1246
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1247
- 'aria-valuemax'?: number | undefined;
1248
- 'aria-valuemin'?: number | undefined;
1249
- 'aria-valuenow'?: number | undefined;
1250
- 'aria-valuetext'?: string | undefined;
1251
- dangerouslySetInnerHTML?: {
1252
- __html: string;
1253
- } | undefined;
1254
- onCopy?: React.ClipboardEventHandler<Element> | undefined;
1255
- onCopyCapture?: React.ClipboardEventHandler<Element> | undefined;
1256
- onCut?: React.ClipboardEventHandler<Element> | undefined;
1257
- onCutCapture?: React.ClipboardEventHandler<Element> | undefined;
1258
- onPaste?: React.ClipboardEventHandler<Element> | undefined;
1259
- onPasteCapture?: React.ClipboardEventHandler<Element> | undefined;
1260
- onCompositionEnd?: React.CompositionEventHandler<Element> | undefined;
1261
- onCompositionEndCapture?: React.CompositionEventHandler<Element> | undefined;
1262
- onCompositionStart?: React.CompositionEventHandler<Element> | undefined;
1263
- onCompositionStartCapture?: React.CompositionEventHandler<Element> | undefined;
1264
- onCompositionUpdate?: React.CompositionEventHandler<Element> | undefined;
1265
- onCompositionUpdateCapture?: React.CompositionEventHandler<Element> | undefined;
1266
- onFocus?: React.FocusEventHandler<Element> | undefined;
1267
- onFocusCapture?: React.FocusEventHandler<Element> | undefined;
1268
- onBlur?: React.FocusEventHandler<Element> | undefined;
1269
- onBlurCapture?: React.FocusEventHandler<Element> | undefined;
1270
- onChange?: React.FormEventHandler<Element> | undefined;
1271
- onChangeCapture?: React.FormEventHandler<Element> | undefined;
1272
- onBeforeInput?: React.FormEventHandler<Element> | undefined;
1273
- onBeforeInputCapture?: React.FormEventHandler<Element> | undefined;
1274
- onInput?: React.FormEventHandler<Element> | undefined;
1275
- onInputCapture?: React.FormEventHandler<Element> | undefined;
1276
- onReset?: React.FormEventHandler<Element> | undefined;
1277
- onResetCapture?: React.FormEventHandler<Element> | undefined;
1278
- onSubmit?: React.FormEventHandler<Element> | undefined;
1279
- onSubmitCapture?: React.FormEventHandler<Element> | undefined;
1280
- onInvalid?: React.FormEventHandler<Element> | undefined;
1281
- onInvalidCapture?: React.FormEventHandler<Element> | undefined;
1282
- onLoad?: React.ReactEventHandler<Element> | undefined;
1283
- onLoadCapture?: React.ReactEventHandler<Element> | undefined;
1284
- onError?: React.ReactEventHandler<Element> | undefined;
1285
- onErrorCapture?: React.ReactEventHandler<Element> | undefined;
1286
- onKeyDownCapture?: React.KeyboardEventHandler<Element> | undefined;
1287
- onKeyPress?: React.KeyboardEventHandler<Element> | undefined;
1288
- onKeyPressCapture?: React.KeyboardEventHandler<Element> | undefined;
1289
- onKeyUp?: React.KeyboardEventHandler<Element> | undefined;
1290
- onKeyUpCapture?: React.KeyboardEventHandler<Element> | undefined;
1291
- onAbort?: React.ReactEventHandler<Element> | undefined;
1292
- onAbortCapture?: React.ReactEventHandler<Element> | undefined;
1293
- onCanPlay?: React.ReactEventHandler<Element> | undefined;
1294
- onCanPlayCapture?: React.ReactEventHandler<Element> | undefined;
1295
- onCanPlayThrough?: React.ReactEventHandler<Element> | undefined;
1296
- onCanPlayThroughCapture?: React.ReactEventHandler<Element> | undefined;
1297
- onDurationChange?: React.ReactEventHandler<Element> | undefined;
1298
- onDurationChangeCapture?: React.ReactEventHandler<Element> | undefined;
1299
- onEmptied?: React.ReactEventHandler<Element> | undefined;
1300
- onEmptiedCapture?: React.ReactEventHandler<Element> | undefined;
1301
- onEncrypted?: React.ReactEventHandler<Element> | undefined;
1302
- onEncryptedCapture?: React.ReactEventHandler<Element> | undefined;
1303
- onEnded?: React.ReactEventHandler<Element> | undefined;
1304
- onEndedCapture?: React.ReactEventHandler<Element> | undefined;
1305
- onLoadedData?: React.ReactEventHandler<Element> | undefined;
1306
- onLoadedDataCapture?: React.ReactEventHandler<Element> | undefined;
1307
- onLoadedMetadata?: React.ReactEventHandler<Element> | undefined;
1308
- onLoadedMetadataCapture?: React.ReactEventHandler<Element> | undefined;
1309
- onLoadStart?: React.ReactEventHandler<Element> | undefined;
1310
- onLoadStartCapture?: React.ReactEventHandler<Element> | undefined;
1311
- onPause?: React.ReactEventHandler<Element> | undefined;
1312
- onPauseCapture?: React.ReactEventHandler<Element> | undefined;
1313
- onPlay?: React.ReactEventHandler<Element> | undefined;
1314
- onPlayCapture?: React.ReactEventHandler<Element> | undefined;
1315
- onPlaying?: React.ReactEventHandler<Element> | undefined;
1316
- onPlayingCapture?: React.ReactEventHandler<Element> | undefined;
1317
- onProgress?: React.ReactEventHandler<Element> | undefined;
1318
- onProgressCapture?: React.ReactEventHandler<Element> | undefined;
1319
- onRateChange?: React.ReactEventHandler<Element> | undefined;
1320
- onRateChangeCapture?: React.ReactEventHandler<Element> | undefined;
1321
- onSeeked?: React.ReactEventHandler<Element> | undefined;
1322
- onSeekedCapture?: React.ReactEventHandler<Element> | undefined;
1323
- onSeeking?: React.ReactEventHandler<Element> | undefined;
1324
- onSeekingCapture?: React.ReactEventHandler<Element> | undefined;
1325
- onStalled?: React.ReactEventHandler<Element> | undefined;
1326
- onStalledCapture?: React.ReactEventHandler<Element> | undefined;
1327
- onSuspend?: React.ReactEventHandler<Element> | undefined;
1328
- onSuspendCapture?: React.ReactEventHandler<Element> | undefined;
1329
- onTimeUpdate?: React.ReactEventHandler<Element> | undefined;
1330
- onTimeUpdateCapture?: React.ReactEventHandler<Element> | undefined;
1331
- onVolumeChange?: React.ReactEventHandler<Element> | undefined;
1332
- onVolumeChangeCapture?: React.ReactEventHandler<Element> | undefined;
1333
- onWaiting?: React.ReactEventHandler<Element> | undefined;
1334
- onWaitingCapture?: React.ReactEventHandler<Element> | undefined;
1335
- onAuxClick?: React.MouseEventHandler<Element> | undefined;
1336
- onAuxClickCapture?: React.MouseEventHandler<Element> | undefined;
1337
- onClick?: React.MouseEventHandler<Element> | undefined;
1338
- onClickCapture?: React.MouseEventHandler<Element> | undefined;
1339
- onContextMenu?: React.MouseEventHandler<Element> | undefined;
1340
- onContextMenuCapture?: React.MouseEventHandler<Element> | undefined;
1341
- onDoubleClick?: React.MouseEventHandler<Element> | undefined;
1342
- onDoubleClickCapture?: React.MouseEventHandler<Element> | undefined;
1343
- onDrag?: React.DragEventHandler<Element> | undefined;
1344
- onDragCapture?: React.DragEventHandler<Element> | undefined;
1345
- onDragEnd?: React.DragEventHandler<Element> | undefined;
1346
- onDragEndCapture?: React.DragEventHandler<Element> | undefined;
1347
- onDragEnter?: React.DragEventHandler<Element> | undefined;
1348
- onDragEnterCapture?: React.DragEventHandler<Element> | undefined;
1349
- onDragExit?: React.DragEventHandler<Element> | undefined;
1350
- onDragExitCapture?: React.DragEventHandler<Element> | undefined;
1351
- onDragLeave?: React.DragEventHandler<Element> | undefined;
1352
- onDragLeaveCapture?: React.DragEventHandler<Element> | undefined;
1353
- onDragOver?: React.DragEventHandler<Element> | undefined;
1354
- onDragOverCapture?: React.DragEventHandler<Element> | undefined;
1355
- onDragStart?: React.DragEventHandler<Element> | undefined;
1356
- onDragStartCapture?: React.DragEventHandler<Element> | undefined;
1357
- onDrop?: React.DragEventHandler<Element> | undefined;
1358
- onDropCapture?: React.DragEventHandler<Element> | undefined;
1359
- onMouseDown?: React.MouseEventHandler<Element> | undefined;
1360
- onMouseDownCapture?: React.MouseEventHandler<Element> | undefined;
1361
- onMouseEnter?: React.MouseEventHandler<Element> | undefined;
1362
- onMouseLeave?: React.MouseEventHandler<Element> | undefined;
1363
- onMouseMove?: React.MouseEventHandler<Element> | undefined;
1364
- onMouseMoveCapture?: React.MouseEventHandler<Element> | undefined;
1365
- onMouseOut?: React.MouseEventHandler<Element> | undefined;
1366
- onMouseOutCapture?: React.MouseEventHandler<Element> | undefined;
1367
- onMouseOver?: React.MouseEventHandler<Element> | undefined;
1368
- onMouseOverCapture?: React.MouseEventHandler<Element> | undefined;
1369
- onMouseUp?: React.MouseEventHandler<Element> | undefined;
1370
- onMouseUpCapture?: React.MouseEventHandler<Element> | undefined;
1371
- onSelect?: React.ReactEventHandler<Element> | undefined;
1372
- onSelectCapture?: React.ReactEventHandler<Element> | undefined;
1373
- onTouchCancel?: React.TouchEventHandler<Element> | undefined;
1374
- onTouchCancelCapture?: React.TouchEventHandler<Element> | undefined;
1375
- onTouchEnd?: React.TouchEventHandler<Element> | undefined;
1376
- onTouchEndCapture?: React.TouchEventHandler<Element> | undefined;
1377
- onTouchMove?: React.TouchEventHandler<Element> | undefined;
1378
- onTouchMoveCapture?: React.TouchEventHandler<Element> | undefined;
1379
- onTouchStart?: React.TouchEventHandler<Element> | undefined;
1380
- onTouchStartCapture?: React.TouchEventHandler<Element> | undefined;
1381
- onPointerDown?: React.PointerEventHandler<Element> | undefined;
1382
- onPointerDownCapture?: React.PointerEventHandler<Element> | undefined;
1383
- onPointerMove?: React.PointerEventHandler<Element> | undefined;
1384
- onPointerMoveCapture?: React.PointerEventHandler<Element> | undefined;
1385
- onPointerUp?: React.PointerEventHandler<Element> | undefined;
1386
- onPointerUpCapture?: React.PointerEventHandler<Element> | undefined;
1387
- onPointerCancel?: React.PointerEventHandler<Element> | undefined;
1388
- onPointerCancelCapture?: React.PointerEventHandler<Element> | undefined;
1389
- onPointerEnter?: React.PointerEventHandler<Element> | undefined;
1390
- onPointerEnterCapture?: React.PointerEventHandler<Element> | undefined;
1391
- onPointerLeave?: React.PointerEventHandler<Element> | undefined;
1392
- onPointerLeaveCapture?: React.PointerEventHandler<Element> | undefined;
1393
- onPointerOver?: React.PointerEventHandler<Element> | undefined;
1394
- onPointerOverCapture?: React.PointerEventHandler<Element> | undefined;
1395
- onPointerOut?: React.PointerEventHandler<Element> | undefined;
1396
- onPointerOutCapture?: React.PointerEventHandler<Element> | undefined;
1397
- onGotPointerCapture?: React.PointerEventHandler<Element> | undefined;
1398
- onGotPointerCaptureCapture?: React.PointerEventHandler<Element> | undefined;
1399
- onLostPointerCapture?: React.PointerEventHandler<Element> | undefined;
1400
- onLostPointerCaptureCapture?: React.PointerEventHandler<Element> | undefined;
1401
- onScroll?: React.UIEventHandler<Element> | undefined;
1402
- onScrollCapture?: React.UIEventHandler<Element> | undefined;
1403
- onWheel?: React.WheelEventHandler<Element> | undefined;
1404
- onWheelCapture?: React.WheelEventHandler<Element> | undefined;
1405
- onAnimationStart?: React.AnimationEventHandler<Element> | undefined;
1406
- onAnimationStartCapture?: React.AnimationEventHandler<Element> | undefined;
1407
- onAnimationEnd?: React.AnimationEventHandler<Element> | undefined;
1408
- onAnimationEndCapture?: React.AnimationEventHandler<Element> | undefined;
1409
- onAnimationIteration?: React.AnimationEventHandler<Element> | undefined;
1410
- onAnimationIterationCapture?: React.AnimationEventHandler<Element> | undefined;
1411
- onTransitionEnd?: React.TransitionEventHandler<Element> | undefined;
1412
- onTransitionEndCapture?: React.TransitionEventHandler<Element> | undefined;
1413
- };
1414
- export interface UseMenuItemProps extends Omit<React.HTMLAttributes<Element>, 'color'> {
1415
- /**
1416
- * If `true`, the menuitem will be disabled
1417
- */
1418
- isDisabled?: boolean;
1419
- /**
1420
- * If `true` and the menuitem is disabled, it'll
1421
- * remain keyboard-focusable
1422
- */
1423
- isFocusable?: boolean;
1424
- /**
1425
- * Overrides the parent menu's `closeOnSelect` prop.
1426
- */
1427
- closeOnSelect?: boolean;
1428
- }
1429
- export declare function useMenuItem(props?: UseMenuItemProps, externalRef?: React.Ref<any>): {
1430
- id: string;
1431
- role: string;
1432
- tabIndex: number;
1433
- ref: (node: any) => void;
1434
- type: "button" | "reset" | "submit" | undefined;
1435
- "aria-disabled": boolean | undefined;
1436
- disabled: boolean | undefined;
1437
- onClick: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
1438
- onMouseDown: React.MouseEventHandler<HTMLElement> | undefined;
1439
- onMouseUp: React.MouseEventHandler<HTMLElement> | undefined;
1440
- onKeyUp: React.KeyboardEventHandler<HTMLElement> | undefined;
1441
- onKeyDown: React.KeyboardEventHandler<HTMLElement> | undefined;
1442
- onMouseOver: React.MouseEventHandler<HTMLElement> | undefined;
1443
- onMouseLeave: React.MouseEventHandler<HTMLElement> | undefined;
1444
- defaultChecked?: boolean | undefined;
1445
- defaultValue?: string | number | readonly string[] | undefined;
1446
- suppressContentEditableWarning?: boolean | undefined;
1447
- suppressHydrationWarning?: boolean | undefined;
1448
- accessKey?: string | undefined;
1449
- className?: string | undefined;
1450
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1451
- contextMenu?: string | undefined;
1452
- dir?: string | undefined;
1453
- draggable?: (boolean | "true" | "false") | undefined;
1454
- hidden?: boolean | undefined;
1455
- lang?: string | undefined;
1456
- placeholder?: string | undefined;
1457
- slot?: string | undefined;
1458
- spellCheck?: (boolean | "true" | "false") | undefined;
1459
- style?: React.CSSProperties | undefined;
1460
- title?: string | undefined;
1461
- translate?: "no" | "yes" | undefined;
1462
- radioGroup?: string | undefined;
1463
- about?: string | undefined;
1464
- datatype?: string | undefined;
1465
- inlist?: any;
1466
- prefix?: string | undefined;
1467
- property?: string | undefined;
1468
- resource?: string | undefined;
1469
- typeof?: string | undefined;
1470
- vocab?: string | undefined;
1471
- autoCapitalize?: string | undefined;
1472
- autoCorrect?: string | undefined;
1473
- autoSave?: string | undefined;
1474
- color?: string | undefined;
1475
- itemProp?: string | undefined;
1476
- itemScope?: boolean | undefined;
1477
- itemType?: string | undefined;
1478
- itemID?: string | undefined;
1479
- itemRef?: string | undefined;
1480
- results?: number | undefined;
1481
- security?: string | undefined;
1482
- unselectable?: "off" | "on" | undefined;
1483
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1484
- is?: string | undefined;
1485
- 'aria-activedescendant'?: string | undefined;
1486
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
1487
- 'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
1488
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
1489
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1490
- 'aria-colcount'?: number | undefined;
1491
- 'aria-colindex'?: number | undefined;
1492
- 'aria-colspan'?: number | undefined;
1493
- 'aria-controls'?: string | undefined;
1494
- 'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
1495
- 'aria-describedby'?: string | undefined;
1496
- 'aria-details'?: string | undefined;
1497
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1498
- 'aria-errormessage'?: string | undefined;
1499
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
1500
- 'aria-flowto'?: string | undefined;
1501
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
1502
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1503
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
1504
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1505
- 'aria-keyshortcuts'?: string | undefined;
1506
- 'aria-label'?: string | undefined;
1507
- 'aria-labelledby'?: string | undefined;
1508
- 'aria-level'?: number | undefined;
1509
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1510
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
1511
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
1512
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
1513
- 'aria-orientation'?: "vertical" | "horizontal" | undefined;
1514
- 'aria-owns'?: string | undefined;
1515
- 'aria-placeholder'?: string | undefined;
1516
- 'aria-posinset'?: number | undefined;
1517
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1518
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
1519
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1520
- 'aria-required'?: (boolean | "true" | "false") | undefined;
1521
- 'aria-roledescription'?: string | undefined;
1522
- 'aria-rowcount'?: number | undefined;
1523
- 'aria-rowindex'?: number | undefined;
1524
- 'aria-rowspan'?: number | undefined;
1525
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
1526
- 'aria-setsize'?: number | undefined;
1527
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1528
- 'aria-valuemax'?: number | undefined;
1529
- 'aria-valuemin'?: number | undefined;
1530
- 'aria-valuenow'?: number | undefined;
1531
- 'aria-valuetext'?: string | undefined;
1532
- children?: string | number | boolean | {} | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined;
1533
- dangerouslySetInnerHTML?: {
1534
- __html: string;
1535
- } | {
1536
- __html: string;
1537
- } | undefined;
1538
- onCopy?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1539
- onCopyCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1540
- onCut?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1541
- onCutCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1542
- onPaste?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1543
- onPasteCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1544
- onCompositionEnd?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1545
- onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1546
- onCompositionStart?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1547
- onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1548
- onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1549
- onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1550
- onFocus?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1551
- onFocusCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1552
- onBlur?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1553
- onBlurCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1554
- onChange?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1555
- onChangeCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1556
- onBeforeInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1557
- onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1558
- onInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1559
- onInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1560
- onReset?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1561
- onResetCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1562
- onSubmit?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1563
- onSubmitCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1564
- onInvalid?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1565
- onInvalidCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1566
- onLoad?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1567
- onLoadCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1568
- onError?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1569
- onErrorCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1570
- onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1571
- onKeyPress?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1572
- onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1573
- onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1574
- onAbort?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1575
- onAbortCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1576
- onCanPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1577
- onCanPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1578
- onCanPlayThrough?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1579
- onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1580
- onDurationChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1581
- onDurationChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1582
- onEmptied?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1583
- onEmptiedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1584
- onEncrypted?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1585
- onEncryptedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1586
- onEnded?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1587
- onEndedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1588
- onLoadedData?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1589
- onLoadedDataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1590
- onLoadedMetadata?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1591
- onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1592
- onLoadStart?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1593
- onLoadStartCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1594
- onPause?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1595
- onPauseCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1596
- onPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1597
- onPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1598
- onPlaying?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1599
- onPlayingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1600
- onProgress?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1601
- onProgressCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1602
- onRateChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1603
- onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1604
- onSeeked?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1605
- onSeekedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1606
- onSeeking?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1607
- onSeekingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1608
- onStalled?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1609
- onStalledCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1610
- onSuspend?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1611
- onSuspendCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1612
- onTimeUpdate?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1613
- onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1614
- onVolumeChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1615
- onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1616
- onWaiting?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1617
- onWaitingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1618
- onAuxClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1619
- onAuxClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1620
- onClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1621
- onContextMenu?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1622
- onContextMenuCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1623
- onDoubleClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1624
- onDoubleClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1625
- onDrag?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1626
- onDragCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1627
- onDragEnd?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1628
- onDragEndCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1629
- onDragEnter?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1630
- onDragEnterCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1631
- onDragExit?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1632
- onDragExitCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1633
- onDragLeave?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1634
- onDragLeaveCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1635
- onDragOver?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1636
- onDragOverCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1637
- onDragStart?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1638
- onDragStartCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1639
- onDrop?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1640
- onDropCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1641
- onMouseDownCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1642
- onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
1643
- onMouseMove?: React.MouseEventHandler<HTMLElement> | undefined;
1644
- onMouseMoveCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1645
- onMouseOut?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1646
- onMouseOutCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1647
- onMouseOverCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1648
- onMouseUpCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1649
- onSelect?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1650
- onSelectCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1651
- onTouchCancel?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1652
- onTouchCancelCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1653
- onTouchEnd?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1654
- onTouchEndCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1655
- onTouchMove?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1656
- onTouchMoveCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1657
- onTouchStart?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1658
- onTouchStartCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1659
- onPointerDown?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1660
- onPointerDownCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1661
- onPointerMove?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1662
- onPointerMoveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1663
- onPointerUp?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1664
- onPointerUpCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1665
- onPointerCancel?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1666
- onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1667
- onPointerEnter?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1668
- onPointerEnterCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1669
- onPointerLeave?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1670
- onPointerLeaveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1671
- onPointerOver?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1672
- onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1673
- onPointerOut?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1674
- onPointerOutCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1675
- onGotPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1676
- onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1677
- onLostPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1678
- onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1679
- onScroll?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
1680
- onScrollCapture?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
1681
- onWheel?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
1682
- onWheelCapture?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
1683
- onAnimationStart?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1684
- onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1685
- onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1686
- onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1687
- onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1688
- onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1689
- onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
1690
- onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
1691
- } | {
1692
- id: string;
1693
- role: string;
1694
- tabIndex: number;
1695
- ref: (node: any) => void;
1696
- "data-active": import("@chakra-ui/utils").Booleanish;
1697
- "aria-disabled": "true" | undefined;
1698
- onClick: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
1699
- onMouseDown: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
1700
- onMouseUp: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
1701
- onKeyUp: (event: React.KeyboardEvent<HTMLElement>) => void;
1702
- onKeyDown: (event: React.KeyboardEvent<HTMLElement>) => void;
1703
- onMouseOver: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
1704
- onMouseLeave: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
1705
- defaultChecked?: boolean | undefined;
1706
- defaultValue?: string | number | readonly string[] | undefined;
1707
- suppressContentEditableWarning?: boolean | undefined;
1708
- suppressHydrationWarning?: boolean | undefined;
1709
- accessKey?: string | undefined;
1710
- className?: string | undefined;
1711
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1712
- contextMenu?: string | undefined;
1713
- dir?: string | undefined;
1714
- draggable?: (boolean | "true" | "false") | undefined;
1715
- hidden?: boolean | undefined;
1716
- lang?: string | undefined;
1717
- placeholder?: string | undefined;
1718
- slot?: string | undefined;
1719
- spellCheck?: (boolean | "true" | "false") | undefined;
1720
- style?: React.CSSProperties | undefined;
1721
- title?: string | undefined;
1722
- translate?: "no" | "yes" | undefined;
1723
- radioGroup?: string | undefined;
1724
- about?: string | undefined;
1725
- datatype?: string | undefined;
1726
- inlist?: any;
1727
- prefix?: string | undefined;
1728
- property?: string | undefined;
1729
- resource?: string | undefined;
1730
- typeof?: string | undefined;
1731
- vocab?: string | undefined;
1732
- autoCapitalize?: string | undefined;
1733
- autoCorrect?: string | undefined;
1734
- autoSave?: string | undefined;
1735
- color?: string | undefined; /**
1736
- * We've added an internal `id` to each `MenuItemOption`,
1737
- * let's use that for type-checking.
1738
- *
1739
- * We can't rely on displayName or the element's type since
1740
- * they can be changed by the user.
1741
- */
1742
- itemProp?: string | undefined;
1743
- itemScope?: boolean | undefined;
1744
- itemType?: string | undefined;
1745
- itemID?: string | undefined;
1746
- itemRef?: string | undefined;
1747
- results?: number | undefined;
1748
- security?: string | undefined;
1749
- unselectable?: "off" | "on" | undefined;
1750
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1751
- is?: string | undefined;
1752
- 'aria-activedescendant'?: string | undefined;
1753
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
1754
- 'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
1755
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
1756
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1757
- 'aria-colcount'?: number | undefined;
1758
- 'aria-colindex'?: number | undefined;
1759
- 'aria-colspan'?: number | undefined;
1760
- 'aria-controls'?: string | undefined;
1761
- 'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
1762
- 'aria-describedby'?: string | undefined;
1763
- 'aria-details'?: string | undefined;
1764
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1765
- 'aria-errormessage'?: string | undefined;
1766
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
1767
- 'aria-flowto'?: string | undefined;
1768
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
1769
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1770
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
1771
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1772
- 'aria-keyshortcuts'?: string | undefined;
1773
- 'aria-label'?: string | undefined;
1774
- 'aria-labelledby'?: string | undefined;
1775
- 'aria-level'?: number | undefined;
1776
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1777
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
1778
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
1779
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
1780
- 'aria-orientation'?: "vertical" | "horizontal" | undefined;
1781
- 'aria-owns'?: string | undefined;
1782
- 'aria-placeholder'?: string | undefined;
1783
- 'aria-posinset'?: number | undefined;
1784
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1785
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
1786
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1787
- 'aria-required'?: (boolean | "true" | "false") | undefined;
1788
- 'aria-roledescription'?: string | undefined;
1789
- 'aria-rowcount'?: number | undefined;
1790
- 'aria-rowindex'?: number | undefined;
1791
- 'aria-rowspan'?: number | undefined;
1792
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
1793
- 'aria-setsize'?: number | undefined;
1794
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1795
- 'aria-valuemax'?: number | undefined;
1796
- 'aria-valuemin'?: number | undefined;
1797
- 'aria-valuenow'?: number | undefined;
1798
- 'aria-valuetext'?: string | undefined;
1799
- children?: string | number | boolean | {} | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined;
1800
- dangerouslySetInnerHTML?: {
1801
- __html: string;
1802
- } | {
1803
- __html: string;
1804
- } | undefined;
1805
- onCopy?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1806
- onCopyCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1807
- onCut?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1808
- onCutCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1809
- onPaste?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1810
- onPasteCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
1811
- onCompositionEnd?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1812
- onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1813
- onCompositionStart?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1814
- onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1815
- onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1816
- onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
1817
- onFocus?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1818
- onFocusCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1819
- onBlur?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1820
- onBlurCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
1821
- onChange?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1822
- onChangeCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1823
- onBeforeInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1824
- onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1825
- onInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1826
- onInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1827
- onReset?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1828
- onResetCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1829
- onSubmit?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1830
- onSubmitCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1831
- onInvalid?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1832
- onInvalidCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
1833
- onLoad?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1834
- onLoadCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1835
- onError?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1836
- onErrorCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1837
- onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1838
- onKeyPress?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1839
- onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1840
- onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
1841
- onAbort?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1842
- onAbortCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1843
- onCanPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1844
- onCanPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1845
- onCanPlayThrough?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1846
- onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1847
- onDurationChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1848
- onDurationChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1849
- onEmptied?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1850
- onEmptiedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1851
- onEncrypted?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1852
- onEncryptedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1853
- onEnded?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1854
- onEndedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1855
- onLoadedData?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1856
- onLoadedDataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1857
- onLoadedMetadata?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1858
- onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1859
- onLoadStart?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1860
- onLoadStartCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1861
- onPause?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1862
- onPauseCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1863
- onPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1864
- onPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1865
- onPlaying?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1866
- onPlayingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1867
- onProgress?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1868
- onProgressCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1869
- onRateChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1870
- onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1871
- onSeeked?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1872
- onSeekedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1873
- onSeeking?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1874
- onSeekingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1875
- onStalled?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1876
- onStalledCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1877
- onSuspend?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1878
- onSuspendCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1879
- onTimeUpdate?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1880
- onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1881
- onVolumeChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1882
- onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1883
- onWaiting?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1884
- onWaitingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1885
- onAuxClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1886
- onAuxClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1887
- onClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1888
- onContextMenu?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1889
- onContextMenuCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1890
- onDoubleClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1891
- onDoubleClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1892
- onDrag?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1893
- onDragCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1894
- onDragEnd?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1895
- onDragEndCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1896
- onDragEnter?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1897
- onDragEnterCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1898
- onDragExit?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1899
- onDragExitCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1900
- onDragLeave?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1901
- onDragLeaveCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1902
- onDragOver?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1903
- onDragOverCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1904
- onDragStart?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1905
- onDragStartCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1906
- onDrop?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1907
- onDropCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
1908
- onMouseDownCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1909
- onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
1910
- onMouseMove?: React.MouseEventHandler<HTMLElement> | undefined;
1911
- onMouseMoveCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1912
- onMouseOut?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1913
- onMouseOutCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1914
- onMouseOverCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1915
- onMouseUpCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
1916
- onSelect?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1917
- onSelectCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
1918
- onTouchCancel?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1919
- onTouchCancelCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1920
- onTouchEnd?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1921
- onTouchEndCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1922
- onTouchMove?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1923
- onTouchMoveCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1924
- onTouchStart?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1925
- onTouchStartCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
1926
- onPointerDown?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1927
- onPointerDownCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1928
- onPointerMove?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1929
- onPointerMoveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1930
- onPointerUp?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1931
- onPointerUpCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1932
- onPointerCancel?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1933
- onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1934
- onPointerEnter?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1935
- onPointerEnterCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1936
- onPointerLeave?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1937
- onPointerLeaveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1938
- onPointerOver?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1939
- onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1940
- onPointerOut?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1941
- onPointerOutCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1942
- onGotPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1943
- onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1944
- onLostPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1945
- onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
1946
- onScroll?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
1947
- onScrollCapture?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
1948
- onWheel?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
1949
- onWheelCapture?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
1950
- onAnimationStart?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1951
- onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1952
- onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1953
- onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1954
- onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1955
- onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
1956
- onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
1957
- onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
1958
- };
1959
- export interface UseMenuOptionOptions {
1960
- value?: string;
1961
- isChecked?: boolean;
1962
- type?: 'radio' | 'checkbox';
1963
- children?: React.ReactNode;
1964
- }
1965
- export interface UseMenuOptionProps extends UseMenuItemProps, UseMenuOptionOptions {
1966
- }
1967
- export declare function useMenuOption(props?: UseMenuOptionProps, ref?: React.Ref<any>): {
1968
- role: string;
1969
- 'aria-checked': boolean | "true" | "false" | "mixed" | undefined;
1970
- id: string;
1971
- tabIndex: number;
1972
- ref: (node: any) => void;
1973
- type: "button" | "reset" | "submit" | undefined;
1974
- "aria-disabled": boolean | undefined;
1975
- disabled: boolean | undefined;
1976
- onClick: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
1977
- onMouseDown: React.MouseEventHandler<HTMLElement> | undefined;
1978
- onMouseUp: React.MouseEventHandler<HTMLElement> | undefined;
1979
- onKeyUp: React.KeyboardEventHandler<HTMLElement> | undefined;
1980
- onKeyDown: React.KeyboardEventHandler<HTMLElement> | undefined;
1981
- onMouseOver: React.MouseEventHandler<HTMLElement> | undefined;
1982
- onMouseLeave: React.MouseEventHandler<HTMLElement> | undefined;
1983
- defaultChecked?: boolean | undefined;
1984
- defaultValue?: string | number | readonly string[] | undefined;
1985
- suppressContentEditableWarning?: boolean | undefined;
1986
- suppressHydrationWarning?: boolean | undefined;
1987
- accessKey?: string | undefined;
1988
- className?: string | undefined;
1989
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1990
- contextMenu?: string | undefined;
1991
- dir?: string | undefined;
1992
- draggable?: (boolean | "true" | "false") | undefined;
1993
- hidden?: boolean | undefined;
1994
- lang?: string | undefined;
1995
- placeholder?: string | undefined;
1996
- slot?: string | undefined;
1997
- spellCheck?: (boolean | "true" | "false") | undefined;
1998
- style?: React.CSSProperties | undefined;
1999
- title?: string | undefined;
2000
- translate?: "no" | "yes" | undefined;
2001
- radioGroup?: string | undefined;
2002
- about?: string | undefined;
2003
- datatype?: string | undefined;
2004
- inlist?: any;
2005
- prefix?: string | undefined;
2006
- property?: string | undefined;
2007
- resource?: string | undefined;
2008
- typeof?: string | undefined;
2009
- vocab?: string | undefined;
2010
- autoCapitalize?: string | undefined;
2011
- autoCorrect?: string | undefined;
2012
- autoSave?: string | undefined;
2013
- color?: string | undefined;
2014
- itemProp?: string | undefined;
2015
- itemScope?: boolean | undefined;
2016
- itemType?: string | undefined;
2017
- itemID?: string | undefined;
2018
- itemRef?: string | undefined;
2019
- results?: number | undefined;
2020
- security?: string | undefined;
2021
- unselectable?: "off" | "on" | undefined;
2022
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2023
- is?: string | undefined;
2024
- 'aria-activedescendant'?: string | undefined;
2025
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
2026
- 'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
2027
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
2028
- 'aria-colcount'?: number | undefined;
2029
- 'aria-colindex'?: number | undefined;
2030
- 'aria-colspan'?: number | undefined;
2031
- 'aria-controls'?: string | undefined;
2032
- 'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
2033
- 'aria-describedby'?: string | undefined;
2034
- 'aria-details'?: string | undefined;
2035
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
2036
- 'aria-errormessage'?: string | undefined;
2037
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
2038
- 'aria-flowto'?: string | undefined;
2039
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
2040
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
2041
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
2042
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2043
- 'aria-keyshortcuts'?: string | undefined;
2044
- 'aria-label'?: string | undefined;
2045
- 'aria-labelledby'?: string | undefined;
2046
- 'aria-level'?: number | undefined;
2047
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
2048
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
2049
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
2050
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
2051
- 'aria-orientation'?: "vertical" | "horizontal" | undefined;
2052
- 'aria-owns'?: string | undefined;
2053
- 'aria-placeholder'?: string | undefined;
2054
- 'aria-posinset'?: number | undefined;
2055
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
2056
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
2057
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2058
- 'aria-required'?: (boolean | "true" | "false") | undefined;
2059
- 'aria-roledescription'?: string | undefined;
2060
- 'aria-rowcount'?: number | undefined;
2061
- 'aria-rowindex'?: number | undefined;
2062
- 'aria-rowspan'?: number | undefined;
2063
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
2064
- 'aria-setsize'?: number | undefined;
2065
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
2066
- 'aria-valuemax'?: number | undefined;
2067
- 'aria-valuemin'?: number | undefined;
2068
- 'aria-valuenow'?: number | undefined;
2069
- 'aria-valuetext'?: string | undefined;
2070
- children?: string | number | boolean | {} | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined;
2071
- dangerouslySetInnerHTML?: {
2072
- __html: string;
2073
- } | {
2074
- __html: string;
2075
- } | undefined;
2076
- onCopy?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2077
- onCopyCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2078
- onCut?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2079
- onCutCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2080
- onPaste?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2081
- onPasteCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2082
- onCompositionEnd?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2083
- onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2084
- onCompositionStart?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2085
- onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2086
- onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2087
- onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2088
- onFocus?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2089
- onFocusCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2090
- onBlur?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2091
- onBlurCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2092
- onChange?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2093
- onChangeCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2094
- onBeforeInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2095
- onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2096
- onInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2097
- onInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2098
- onReset?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2099
- onResetCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2100
- onSubmit?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2101
- onSubmitCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2102
- onInvalid?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2103
- onInvalidCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2104
- onLoad?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2105
- onLoadCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2106
- onError?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2107
- onErrorCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2108
- onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2109
- onKeyPress?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2110
- onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2111
- onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2112
- onAbort?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2113
- onAbortCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2114
- onCanPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2115
- onCanPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2116
- onCanPlayThrough?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2117
- onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2118
- onDurationChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2119
- onDurationChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2120
- onEmptied?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2121
- onEmptiedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2122
- onEncrypted?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2123
- onEncryptedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2124
- onEnded?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2125
- onEndedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2126
- onLoadedData?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2127
- onLoadedDataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2128
- onLoadedMetadata?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2129
- onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2130
- onLoadStart?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2131
- onLoadStartCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2132
- onPause?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2133
- onPauseCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2134
- onPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2135
- onPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2136
- onPlaying?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2137
- onPlayingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2138
- onProgress?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2139
- onProgressCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2140
- onRateChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2141
- onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2142
- onSeeked?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2143
- onSeekedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2144
- onSeeking?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2145
- onSeekingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2146
- onStalled?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2147
- onStalledCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2148
- onSuspend?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2149
- onSuspendCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2150
- onTimeUpdate?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2151
- onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2152
- onVolumeChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2153
- onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2154
- onWaiting?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2155
- onWaitingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2156
- onAuxClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2157
- onAuxClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2158
- onClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2159
- onContextMenu?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2160
- onContextMenuCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2161
- onDoubleClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2162
- onDoubleClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2163
- onDrag?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2164
- onDragCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2165
- onDragEnd?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2166
- onDragEndCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2167
- onDragEnter?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2168
- onDragEnterCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2169
- onDragExit?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2170
- onDragExitCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2171
- onDragLeave?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2172
- onDragLeaveCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2173
- onDragOver?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2174
- onDragOverCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2175
- onDragStart?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2176
- onDragStartCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2177
- onDrop?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2178
- onDropCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2179
- onMouseDownCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2180
- onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
2181
- onMouseMove?: React.MouseEventHandler<HTMLElement> | undefined;
2182
- onMouseMoveCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2183
- onMouseOut?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2184
- onMouseOutCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2185
- onMouseOverCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2186
- onMouseUpCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2187
- onSelect?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2188
- onSelectCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2189
- onTouchCancel?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2190
- onTouchCancelCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2191
- onTouchEnd?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2192
- onTouchEndCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2193
- onTouchMove?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2194
- onTouchMoveCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2195
- onTouchStart?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2196
- onTouchStartCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2197
- onPointerDown?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2198
- onPointerDownCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2199
- onPointerMove?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2200
- onPointerMoveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2201
- onPointerUp?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2202
- onPointerUpCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2203
- onPointerCancel?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2204
- onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2205
- onPointerEnter?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2206
- onPointerEnterCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2207
- onPointerLeave?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2208
- onPointerLeaveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2209
- onPointerOver?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2210
- onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2211
- onPointerOut?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2212
- onPointerOutCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2213
- onGotPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2214
- onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2215
- onLostPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2216
- onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2217
- onScroll?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
2218
- onScrollCapture?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
2219
- onWheel?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
2220
- onWheelCapture?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
2221
- onAnimationStart?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2222
- onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2223
- onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2224
- onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2225
- onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2226
- onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2227
- onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
2228
- onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
2229
- } | {
2230
- role: string;
2231
- 'aria-checked': boolean | "true" | "false" | "mixed" | undefined;
2232
- id: string;
2233
- tabIndex: number;
2234
- ref: (node: any) => void;
2235
- "data-active": import("@chakra-ui/utils").Booleanish;
2236
- "aria-disabled": "true" | undefined;
2237
- onClick: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
2238
- onMouseDown: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
2239
- onMouseUp: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
2240
- onKeyUp: (event: React.KeyboardEvent<HTMLElement>) => void;
2241
- onKeyDown: (event: React.KeyboardEvent<HTMLElement>) => void;
2242
- onMouseOver: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
2243
- onMouseLeave: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
2244
- defaultChecked?: boolean | undefined;
2245
- defaultValue?: string | number | readonly string[] | undefined;
2246
- suppressContentEditableWarning?: boolean | undefined;
2247
- suppressHydrationWarning?: boolean | undefined;
2248
- accessKey?: string | undefined;
2249
- className?: string | undefined;
2250
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
2251
- contextMenu?: string | undefined;
2252
- dir?: string | undefined;
2253
- draggable?: (boolean | "true" | "false") | undefined;
2254
- hidden?: boolean | undefined;
2255
- lang?: string | undefined;
2256
- placeholder?: string | undefined;
2257
- slot?: string | undefined;
2258
- spellCheck?: (boolean | "true" | "false") | undefined;
2259
- style?: React.CSSProperties | undefined;
2260
- title?: string | undefined;
2261
- translate?: "no" | "yes" | undefined;
2262
- radioGroup?: string | undefined;
2263
- about?: string | undefined;
2264
- datatype?: string | undefined;
2265
- inlist?: any;
2266
- prefix?: string | undefined;
2267
- property?: string | undefined;
2268
- resource?: string | undefined;
2269
- typeof?: string | undefined;
2270
- vocab?: string | undefined;
2271
- autoCapitalize?: string | undefined;
2272
- autoCorrect?: string | undefined;
2273
- autoSave?: string | undefined;
2274
- color?: string | undefined; /**
2275
- * We've added an internal `id` to each `MenuItemOption`,
2276
- * let's use that for type-checking.
2277
- *
2278
- * We can't rely on displayName or the element's type since
2279
- * they can be changed by the user.
2280
- */
2281
- itemProp?: string | undefined;
2282
- itemScope?: boolean | undefined;
2283
- itemType?: string | undefined;
2284
- itemID?: string | undefined;
2285
- itemRef?: string | undefined;
2286
- results?: number | undefined;
2287
- security?: string | undefined;
2288
- unselectable?: "off" | "on" | undefined;
2289
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2290
- is?: string | undefined;
2291
- 'aria-activedescendant'?: string | undefined;
2292
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
2293
- 'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
2294
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
2295
- 'aria-colcount'?: number | undefined;
2296
- 'aria-colindex'?: number | undefined;
2297
- 'aria-colspan'?: number | undefined;
2298
- 'aria-controls'?: string | undefined;
2299
- 'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
2300
- 'aria-describedby'?: string | undefined;
2301
- 'aria-details'?: string | undefined;
2302
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
2303
- 'aria-errormessage'?: string | undefined;
2304
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
2305
- 'aria-flowto'?: string | undefined;
2306
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
2307
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
2308
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
2309
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2310
- 'aria-keyshortcuts'?: string | undefined;
2311
- 'aria-label'?: string | undefined;
2312
- 'aria-labelledby'?: string | undefined;
2313
- 'aria-level'?: number | undefined;
2314
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
2315
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
2316
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
2317
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
2318
- 'aria-orientation'?: "vertical" | "horizontal" | undefined;
2319
- 'aria-owns'?: string | undefined;
2320
- 'aria-placeholder'?: string | undefined;
2321
- 'aria-posinset'?: number | undefined;
2322
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
2323
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
2324
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2325
- 'aria-required'?: (boolean | "true" | "false") | undefined;
2326
- 'aria-roledescription'?: string | undefined;
2327
- 'aria-rowcount'?: number | undefined;
2328
- 'aria-rowindex'?: number | undefined;
2329
- 'aria-rowspan'?: number | undefined;
2330
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
2331
- 'aria-setsize'?: number | undefined;
2332
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
2333
- 'aria-valuemax'?: number | undefined;
2334
- 'aria-valuemin'?: number | undefined;
2335
- 'aria-valuenow'?: number | undefined;
2336
- 'aria-valuetext'?: string | undefined;
2337
- children?: string | number | boolean | {} | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined;
2338
- dangerouslySetInnerHTML?: {
2339
- __html: string;
2340
- } | {
2341
- __html: string;
2342
- } | undefined;
2343
- onCopy?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2344
- onCopyCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2345
- onCut?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2346
- onCutCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2347
- onPaste?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2348
- onPasteCapture?: React.ClipboardEventHandler<HTMLElement> | React.ClipboardEventHandler<Element> | undefined;
2349
- onCompositionEnd?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2350
- onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2351
- onCompositionStart?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2352
- onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2353
- onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2354
- onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | React.CompositionEventHandler<Element> | undefined;
2355
- onFocus?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2356
- onFocusCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2357
- onBlur?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2358
- onBlurCapture?: React.FocusEventHandler<HTMLElement> | React.FocusEventHandler<Element> | undefined;
2359
- onChange?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2360
- onChangeCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2361
- onBeforeInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2362
- onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2363
- onInput?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2364
- onInputCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2365
- onReset?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2366
- onResetCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2367
- onSubmit?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2368
- onSubmitCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2369
- onInvalid?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2370
- onInvalidCapture?: React.FormEventHandler<HTMLElement> | React.FormEventHandler<Element> | undefined;
2371
- onLoad?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2372
- onLoadCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2373
- onError?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2374
- onErrorCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2375
- onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2376
- onKeyPress?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2377
- onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2378
- onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement> | React.KeyboardEventHandler<Element> | undefined;
2379
- onAbort?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2380
- onAbortCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2381
- onCanPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2382
- onCanPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2383
- onCanPlayThrough?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2384
- onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2385
- onDurationChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2386
- onDurationChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2387
- onEmptied?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2388
- onEmptiedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2389
- onEncrypted?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2390
- onEncryptedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2391
- onEnded?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2392
- onEndedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2393
- onLoadedData?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2394
- onLoadedDataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2395
- onLoadedMetadata?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2396
- onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2397
- onLoadStart?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2398
- onLoadStartCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2399
- onPause?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2400
- onPauseCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2401
- onPlay?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2402
- onPlayCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2403
- onPlaying?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2404
- onPlayingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2405
- onProgress?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2406
- onProgressCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2407
- onRateChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2408
- onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2409
- onSeeked?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2410
- onSeekedCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2411
- onSeeking?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2412
- onSeekingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2413
- onStalled?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2414
- onStalledCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2415
- onSuspend?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2416
- onSuspendCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2417
- onTimeUpdate?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2418
- onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2419
- onVolumeChange?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2420
- onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2421
- onWaiting?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2422
- onWaitingCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2423
- onAuxClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2424
- onAuxClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2425
- onClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2426
- onContextMenu?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2427
- onContextMenuCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2428
- onDoubleClick?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2429
- onDoubleClickCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2430
- onDrag?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2431
- onDragCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2432
- onDragEnd?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2433
- onDragEndCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2434
- onDragEnter?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2435
- onDragEnterCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2436
- onDragExit?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2437
- onDragExitCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2438
- onDragLeave?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2439
- onDragLeaveCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2440
- onDragOver?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2441
- onDragOverCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2442
- onDragStart?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2443
- onDragStartCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2444
- onDrop?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2445
- onDropCapture?: React.DragEventHandler<HTMLElement> | React.DragEventHandler<Element> | undefined;
2446
- onMouseDownCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2447
- onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
2448
- onMouseMove?: React.MouseEventHandler<HTMLElement> | undefined;
2449
- onMouseMoveCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2450
- onMouseOut?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2451
- onMouseOutCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2452
- onMouseOverCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2453
- onMouseUpCapture?: React.MouseEventHandler<HTMLElement> | React.MouseEventHandler<Element> | undefined;
2454
- onSelect?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2455
- onSelectCapture?: React.ReactEventHandler<HTMLElement> | React.ReactEventHandler<Element> | undefined;
2456
- onTouchCancel?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2457
- onTouchCancelCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2458
- onTouchEnd?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2459
- onTouchEndCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2460
- onTouchMove?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2461
- onTouchMoveCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2462
- onTouchStart?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2463
- onTouchStartCapture?: React.TouchEventHandler<HTMLElement> | React.TouchEventHandler<Element> | undefined;
2464
- onPointerDown?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2465
- onPointerDownCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2466
- onPointerMove?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2467
- onPointerMoveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2468
- onPointerUp?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2469
- onPointerUpCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2470
- onPointerCancel?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2471
- onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2472
- onPointerEnter?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2473
- onPointerEnterCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2474
- onPointerLeave?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2475
- onPointerLeaveCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2476
- onPointerOver?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2477
- onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2478
- onPointerOut?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2479
- onPointerOutCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2480
- onGotPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2481
- onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2482
- onLostPointerCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2483
- onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | React.PointerEventHandler<Element> | undefined;
2484
- onScroll?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
2485
- onScrollCapture?: React.UIEventHandler<HTMLElement> | React.UIEventHandler<Element> | undefined;
2486
- onWheel?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
2487
- onWheelCapture?: React.WheelEventHandler<HTMLElement> | React.WheelEventHandler<Element> | undefined;
2488
- onAnimationStart?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2489
- onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2490
- onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2491
- onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2492
- onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2493
- onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | React.AnimationEventHandler<Element> | undefined;
2494
- onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
2495
- onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | React.TransitionEventHandler<Element> | undefined;
2496
- };
2497
- export interface UseMenuOptionGroupProps {
2498
- value?: string | string[];
2499
- defaultValue?: string | string[];
2500
- type?: 'radio' | 'checkbox';
2501
- onChange?: (value: string | string[]) => void;
2502
- children?: React.ReactNode;
2503
- }
2504
- export declare function useMenuOptionGroup(props?: UseMenuOptionGroupProps): {
2505
- children: React.ReactElement<any, string | React.JSXElementConstructor<any>>[];
2506
- };
2507
- export declare function useMenuState(): {
2508
- isOpen: boolean;
2509
- onClose: () => void;
2510
- };