@galaxy-ds/core 2.1.1 → 2.1.3

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 (107) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +361 -204
  2. package/dist/Accordion/Accordion.styled.d.ts +2 -1
  3. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
  4. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
  5. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
  6. package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
  7. package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
  8. package/dist/AppBar/AppBar.stories.d.ts +105 -85
  9. package/dist/AppBar/AppBar.styled.d.ts +3 -2
  10. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
  11. package/dist/Autocomplete/Autocomplete.stories.d.ts +446 -332
  12. package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
  13. package/dist/Avatar/Avatar.stories.d.ts +233 -194
  14. package/dist/Avatar/Avatar.styled.d.ts +2 -1
  15. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
  16. package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
  17. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
  18. package/dist/Box/Box.stories.d.ts +67 -57
  19. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
  20. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
  21. package/dist/Button/Button.stories.d.ts +473 -423
  22. package/dist/Button/Button.styled.d.ts +2 -1
  23. package/dist/Card/Card.stories.d.ts +49 -29
  24. package/dist/Card/Card.styled.d.ts +2 -1
  25. package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
  26. package/dist/Chip/Chip.stories.d.ts +439 -112
  27. package/dist/Chip/Chip.styled.d.ts +2 -1
  28. package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
  29. package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
  30. package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
  31. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
  32. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
  33. package/dist/Dialog/Dialog.stories.d.ts +232 -137
  34. package/dist/Divider/Divider.stories.d.ts +81 -53
  35. package/dist/Drawer/Drawer.stories.d.ts +141 -87
  36. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
  37. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
  38. package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
  39. package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
  40. package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
  41. package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
  42. package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
  43. package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
  44. package/dist/FormBody/FormBody.stories.d.ts +4 -3
  45. package/dist/FormBody/FormBody.styled.d.ts +1 -0
  46. package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
  47. package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
  48. package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
  49. package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
  50. package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
  51. package/dist/Grid/Grid.stories.d.ts +1001 -22
  52. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
  53. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
  54. package/dist/Icon/Icon.stories.d.ts +628 -618
  55. package/dist/IconButton/IconButton.d.ts +1 -0
  56. package/dist/IconButton/IconButton.stories.d.ts +98 -52
  57. package/dist/Icons/doctype-icons.stories.d.ts +827 -824
  58. package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
  59. package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
  60. package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
  61. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
  62. package/dist/Input/Input.stories.d.ts +795 -840
  63. package/dist/Input/Input.styled.d.ts +3 -2
  64. package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
  65. package/dist/Loader/Loader.styled.d.ts +2 -1
  66. package/dist/Menu/Menu.d.ts +1 -0
  67. package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
  68. package/dist/Popover/Popover.types.d.ts +0 -2
  69. package/dist/RibbonButton/RibbonButton.d.ts +1 -0
  70. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
  71. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
  72. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
  73. package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
  74. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
  75. package/dist/Tab/Tab.styled.d.ts +2 -1
  76. package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
  77. package/dist/Tabs/Tabs.styled.d.ts +2 -1
  78. package/dist/Tag/Tag.styled.d.ts +4 -3
  79. package/dist/TextEditor/TextEditor.d.ts +2 -0
  80. package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
  81. package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
  82. package/dist/TextEditor/TextEditor.types.d.ts +27 -0
  83. package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
  84. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
  85. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
  86. package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
  87. package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
  88. package/dist/TextEditor/extensions/index.d.ts +1 -0
  89. package/dist/TextEditor/hooks/index.d.ts +1 -0
  90. package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
  91. package/dist/TextEditor/index.d.ts +3 -0
  92. package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
  93. package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
  94. package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
  95. package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
  96. package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
  97. package/dist/TextEditorMenuBar/index.d.ts +2 -0
  98. package/dist/Typography/Typography.stories.d.ts +0 -3
  99. package/dist/index.d.ts +1 -0
  100. package/dist/index.esm.js +29270 -36
  101. package/dist/index.esm.js.map +1 -1
  102. package/dist/index.js +29256 -19
  103. package/dist/index.js.map +1 -1
  104. package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
  105. package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
  106. package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
  107. package/package.json +4 -1
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
1
4
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
5
  /**
3
6
  * The grid creates visual consistency between layouts while allowing flexibility across a wide variety of designs. Grid is based on a 12-column grid layout.
@@ -13,8 +16,595 @@ declare const meta: {
13
16
  badges: BADGE[];
14
17
  layout: string;
15
18
  };
16
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
17
- children?: React.ReactNode;
19
+ argTypes: {
20
+ columns: {
21
+ control: {
22
+ type: undefined;
23
+ };
24
+ };
25
+ columnSpacing: {
26
+ control: {
27
+ type: undefined;
28
+ };
29
+ };
30
+ spacing: {
31
+ control: {
32
+ type: undefined;
33
+ };
34
+ };
35
+ direction: {
36
+ control: {
37
+ type: undefined;
38
+ };
39
+ };
40
+ sx: {
41
+ control: {
42
+ type: undefined;
43
+ };
44
+ };
45
+ border: {
46
+ control: {
47
+ type: undefined;
48
+ };
49
+ };
50
+ borderTop: {
51
+ control: {
52
+ type: undefined;
53
+ };
54
+ };
55
+ borderRight: {
56
+ control: {
57
+ type: undefined;
58
+ };
59
+ };
60
+ borderBottom: {
61
+ control: {
62
+ type: undefined;
63
+ };
64
+ };
65
+ borderLeft: {
66
+ control: {
67
+ type: undefined;
68
+ };
69
+ };
70
+ borderColor: {
71
+ control: {
72
+ type: undefined;
73
+ };
74
+ };
75
+ borderRadius: {
76
+ control: {
77
+ type: undefined;
78
+ };
79
+ };
80
+ display: {
81
+ control: {
82
+ type: undefined;
83
+ };
84
+ };
85
+ displayPrint: {
86
+ control: {
87
+ type: undefined;
88
+ };
89
+ };
90
+ overflow: {
91
+ control: {
92
+ type: undefined;
93
+ };
94
+ };
95
+ textOverflow: {
96
+ control: {
97
+ type: undefined;
98
+ };
99
+ };
100
+ visibility: {
101
+ control: {
102
+ type: undefined;
103
+ };
104
+ };
105
+ whiteSpace: {
106
+ control: {
107
+ type: undefined;
108
+ };
109
+ };
110
+ flexBasis: {
111
+ control: {
112
+ type: undefined;
113
+ };
114
+ };
115
+ flexDirection: {
116
+ control: {
117
+ type: undefined;
118
+ };
119
+ };
120
+ flexWrap: {
121
+ control: {
122
+ type: undefined;
123
+ };
124
+ };
125
+ justifyContent: {
126
+ control: {
127
+ type: undefined;
128
+ };
129
+ };
130
+ alignItems: {
131
+ control: {
132
+ type: undefined;
133
+ };
134
+ };
135
+ alignContent: {
136
+ control: {
137
+ type: undefined;
138
+ };
139
+ };
140
+ order: {
141
+ control: {
142
+ type: undefined;
143
+ };
144
+ };
145
+ flex: {
146
+ control: {
147
+ type: undefined;
148
+ };
149
+ };
150
+ flexGrow: {
151
+ control: {
152
+ type: undefined;
153
+ };
154
+ };
155
+ flexShrink: {
156
+ control: {
157
+ type: undefined;
158
+ };
159
+ };
160
+ alignSelf: {
161
+ control: {
162
+ type: undefined;
163
+ };
164
+ };
165
+ justifyItems: {
166
+ control: {
167
+ type: undefined;
168
+ };
169
+ };
170
+ justifySelf: {
171
+ control: {
172
+ type: undefined;
173
+ };
174
+ };
175
+ gap: {
176
+ control: {
177
+ type: undefined;
178
+ };
179
+ };
180
+ columnGap: {
181
+ control: {
182
+ type: undefined;
183
+ };
184
+ };
185
+ rowGap: {
186
+ control: {
187
+ type: undefined;
188
+ };
189
+ };
190
+ gridColumn: {
191
+ control: {
192
+ type: undefined;
193
+ };
194
+ };
195
+ gridRow: {
196
+ control: {
197
+ type: undefined;
198
+ };
199
+ };
200
+ gridAutoFlow: {
201
+ control: {
202
+ type: undefined;
203
+ };
204
+ };
205
+ gridAutoColumns: {
206
+ control: {
207
+ type: undefined;
208
+ };
209
+ };
210
+ gridAutoRows: {
211
+ control: {
212
+ type: undefined;
213
+ };
214
+ };
215
+ gridTemplateRows: {
216
+ control: {
217
+ type: undefined;
218
+ };
219
+ };
220
+ gridTemplateAreas: {
221
+ control: {
222
+ type: undefined;
223
+ };
224
+ };
225
+ gridArea: {
226
+ control: {
227
+ type: undefined;
228
+ };
229
+ };
230
+ bgcolor: {
231
+ control: {
232
+ type: undefined;
233
+ };
234
+ };
235
+ color: {
236
+ control: {
237
+ type: undefined;
238
+ };
239
+ };
240
+ zIndex: {
241
+ control: {
242
+ type: undefined;
243
+ };
244
+ };
245
+ position: {
246
+ control: {
247
+ type: undefined;
248
+ };
249
+ };
250
+ top: {
251
+ control: {
252
+ type: undefined;
253
+ };
254
+ };
255
+ right: {
256
+ control: {
257
+ type: undefined;
258
+ };
259
+ };
260
+ bottom: {
261
+ control: {
262
+ type: undefined;
263
+ };
264
+ };
265
+ left: {
266
+ control: {
267
+ type: undefined;
268
+ };
269
+ };
270
+ boxShadow: {
271
+ control: {
272
+ type: undefined;
273
+ };
274
+ };
275
+ width: {
276
+ control: {
277
+ type: undefined;
278
+ };
279
+ };
280
+ maxWidth: {
281
+ control: {
282
+ type: undefined;
283
+ };
284
+ };
285
+ minWidth: {
286
+ control: {
287
+ type: undefined;
288
+ };
289
+ };
290
+ height: {
291
+ control: {
292
+ type: undefined;
293
+ };
294
+ };
295
+ maxHeight: {
296
+ control: {
297
+ type: undefined;
298
+ };
299
+ };
300
+ minHeight: {
301
+ control: {
302
+ type: undefined;
303
+ };
304
+ };
305
+ boxSizing: {
306
+ control: {
307
+ type: undefined;
308
+ };
309
+ };
310
+ m: {
311
+ control: {
312
+ type: undefined;
313
+ };
314
+ };
315
+ mt: {
316
+ control: {
317
+ type: undefined;
318
+ };
319
+ };
320
+ mr: {
321
+ control: {
322
+ type: undefined;
323
+ };
324
+ };
325
+ mb: {
326
+ control: {
327
+ type: undefined;
328
+ };
329
+ };
330
+ ml: {
331
+ control: {
332
+ type: undefined;
333
+ };
334
+ };
335
+ mx: {
336
+ control: {
337
+ type: undefined;
338
+ };
339
+ };
340
+ my: {
341
+ control: {
342
+ type: undefined;
343
+ };
344
+ };
345
+ p: {
346
+ control: {
347
+ type: undefined;
348
+ };
349
+ };
350
+ pt: {
351
+ control: {
352
+ type: undefined;
353
+ };
354
+ };
355
+ pr: {
356
+ control: {
357
+ type: undefined;
358
+ };
359
+ };
360
+ pb: {
361
+ control: {
362
+ type: undefined;
363
+ };
364
+ };
365
+ pl: {
366
+ control: {
367
+ type: undefined;
368
+ };
369
+ };
370
+ px: {
371
+ control: {
372
+ type: undefined;
373
+ };
374
+ };
375
+ py: {
376
+ control: {
377
+ type: undefined;
378
+ };
379
+ };
380
+ margin: {
381
+ control: {
382
+ type: undefined;
383
+ };
384
+ };
385
+ marginTop: {
386
+ control: {
387
+ type: undefined;
388
+ };
389
+ };
390
+ marginRight: {
391
+ control: {
392
+ type: undefined;
393
+ };
394
+ };
395
+ marginBottom: {
396
+ control: {
397
+ type: undefined;
398
+ };
399
+ };
400
+ marginLeft: {
401
+ control: {
402
+ type: undefined;
403
+ };
404
+ };
405
+ marginX: {
406
+ control: {
407
+ type: undefined;
408
+ };
409
+ };
410
+ marginY: {
411
+ control: {
412
+ type: undefined;
413
+ };
414
+ };
415
+ marginInline: {
416
+ control: {
417
+ type: undefined;
418
+ };
419
+ };
420
+ marginInlineStart: {
421
+ control: {
422
+ type: undefined;
423
+ };
424
+ };
425
+ marginInlineEnd: {
426
+ control: {
427
+ type: undefined;
428
+ };
429
+ };
430
+ marginBlock: {
431
+ control: {
432
+ type: undefined;
433
+ };
434
+ };
435
+ marginBlockStart: {
436
+ control: {
437
+ type: undefined;
438
+ };
439
+ };
440
+ marginBlockEnd: {
441
+ control: {
442
+ type: undefined;
443
+ };
444
+ };
445
+ padding: {
446
+ control: {
447
+ type: undefined;
448
+ };
449
+ };
450
+ paddingTop: {
451
+ control: {
452
+ type: undefined;
453
+ };
454
+ };
455
+ paddingRight: {
456
+ control: {
457
+ type: undefined;
458
+ };
459
+ };
460
+ paddingBottom: {
461
+ control: {
462
+ type: undefined;
463
+ };
464
+ };
465
+ paddingLeft: {
466
+ control: {
467
+ type: undefined;
468
+ };
469
+ };
470
+ paddingX: {
471
+ control: {
472
+ type: undefined;
473
+ };
474
+ };
475
+ paddingY: {
476
+ control: {
477
+ type: undefined;
478
+ };
479
+ };
480
+ paddingInline: {
481
+ control: {
482
+ type: undefined;
483
+ };
484
+ };
485
+ paddingInlineStart: {
486
+ control: {
487
+ type: undefined;
488
+ };
489
+ };
490
+ paddingInlineEnd: {
491
+ control: {
492
+ type: undefined;
493
+ };
494
+ };
495
+ paddingBlock: {
496
+ control: {
497
+ type: undefined;
498
+ };
499
+ };
500
+ paddingBlockStart: {
501
+ control: {
502
+ type: undefined;
503
+ };
504
+ };
505
+ paddingBlockEnd: {
506
+ control: {
507
+ type: undefined;
508
+ };
509
+ };
510
+ typography: {
511
+ control: {
512
+ type: undefined;
513
+ };
514
+ };
515
+ fontFamily: {
516
+ control: {
517
+ type: undefined;
518
+ };
519
+ };
520
+ fontSize: {
521
+ control: {
522
+ type: undefined;
523
+ };
524
+ };
525
+ fontWeight: {
526
+ control: {
527
+ type: undefined;
528
+ };
529
+ };
530
+ letterSpacing: {
531
+ control: {
532
+ type: undefined;
533
+ };
534
+ };
535
+ lineHeight: {
536
+ control: {
537
+ type: undefined;
538
+ };
539
+ };
540
+ textAlign: {
541
+ control: {
542
+ type: undefined;
543
+ };
544
+ };
545
+ textTransform: {
546
+ control: {
547
+ type: undefined;
548
+ };
549
+ };
550
+ lg: {
551
+ control: {
552
+ type: undefined;
553
+ };
554
+ };
555
+ md: {
556
+ control: {
557
+ type: undefined;
558
+ };
559
+ };
560
+ sm: {
561
+ control: {
562
+ type: undefined;
563
+ };
564
+ };
565
+ xl: {
566
+ control: {
567
+ type: undefined;
568
+ };
569
+ };
570
+ xs: {
571
+ control: {
572
+ type: undefined;
573
+ };
574
+ };
575
+ style: {
576
+ control: {
577
+ type: undefined;
578
+ };
579
+ };
580
+ fontStyle: {
581
+ control: {
582
+ type: undefined;
583
+ };
584
+ };
585
+ gridTemplateColumns: {
586
+ control: {
587
+ type: undefined;
588
+ };
589
+ };
590
+ children: {
591
+ table: {
592
+ disable: boolean;
593
+ };
594
+ };
595
+ component: {
596
+ table: {
597
+ disable: boolean;
598
+ };
599
+ };
600
+ rowSpacing: {
601
+ control: {
602
+ type: undefined;
603
+ };
604
+ };
605
+ };
606
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
607
+ children?: import("react").ReactNode;
18
608
  classes?: (Partial<import("@mui/material").GridClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
19
609
  columns?: import("@mui/system").ResponsiveStyleValue<number> | undefined;
20
610
  columnSpacing?: import("@mui/system").ResponsiveStyleValue<import("@mui/material").GridSpacing> | undefined;
@@ -129,14 +719,14 @@ declare const meta: {
129
719
  paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
130
720
  typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
131
721
  displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
132
- lg?: (boolean | import("@mui/material").GridSize) | undefined;
133
- md?: (boolean | import("@mui/material").GridSize) | undefined;
134
- sm?: (boolean | import("@mui/material").GridSize) | undefined;
135
- xl?: (boolean | import("@mui/material").GridSize) | undefined;
136
- xs?: (boolean | import("@mui/material").GridSize) | undefined;
722
+ lg?: boolean | import("@mui/material").GridSize | undefined;
723
+ md?: boolean | import("@mui/material").GridSize | undefined;
724
+ sm?: boolean | import("@mui/material").GridSize | undefined;
725
+ xl?: boolean | import("@mui/material").GridSize | undefined;
726
+ xs?: boolean | import("@mui/material").GridSize | undefined;
137
727
  className?: string | undefined;
138
- style?: React.CSSProperties | undefined;
139
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
728
+ style?: import("react").CSSProperties | undefined;
729
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
140
730
  slot?: string | undefined;
141
731
  title?: string | undefined;
142
732
  suppressHydrationWarning?: boolean | undefined;
@@ -146,27 +736,27 @@ declare const meta: {
146
736
  tabIndex?: number | undefined;
147
737
  "aria-activedescendant"?: string | undefined;
148
738
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
149
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
739
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
150
740
  "aria-braillelabel"?: string | undefined;
151
741
  "aria-brailleroledescription"?: string | undefined;
152
742
  "aria-busy"?: (boolean | "false" | "true") | undefined;
153
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
743
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
154
744
  "aria-colcount"?: number | undefined;
155
745
  "aria-colindex"?: number | undefined;
156
746
  "aria-colindextext"?: string | undefined;
157
747
  "aria-colspan"?: number | undefined;
158
748
  "aria-controls"?: string | undefined;
159
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
749
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
160
750
  "aria-describedby"?: string | undefined;
161
751
  "aria-description"?: string | undefined;
162
752
  "aria-details"?: string | undefined;
163
753
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
164
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
754
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
165
755
  "aria-errormessage"?: string | undefined;
166
756
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
167
757
  "aria-flowto"?: string | undefined;
168
758
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
169
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
759
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
170
760
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
171
761
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
172
762
  "aria-keyshortcuts"?: string | undefined;
@@ -181,9 +771,9 @@ declare const meta: {
181
771
  "aria-owns"?: string | undefined;
182
772
  "aria-placeholder"?: string | undefined;
183
773
  "aria-posinset"?: number | undefined;
184
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
774
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
185
775
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
186
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
776
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
187
777
  "aria-required"?: (boolean | "false" | "true") | undefined;
188
778
  "aria-roledescription"?: string | undefined;
189
779
  "aria-rowcount"?: number | undefined;
@@ -368,7 +958,7 @@ declare const meta: {
368
958
  suppressContentEditableWarning?: boolean | undefined;
369
959
  accessKey?: string | undefined;
370
960
  autoFocus?: boolean | undefined;
371
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
961
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
372
962
  contextMenu?: string | undefined;
373
963
  dir?: string | undefined;
374
964
  draggable?: (boolean | "false" | "true") | undefined;
@@ -396,15 +986,17 @@ declare const meta: {
396
986
  itemRef?: string | undefined;
397
987
  results?: number | undefined;
398
988
  security?: string | undefined;
399
- unselectable?: "on" | "off" | undefined;
400
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
989
+ unselectable?: "off" | "on" | undefined;
990
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
401
991
  is?: string | undefined;
402
- component?: React.ElementType | undefined;
992
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
403
993
  }>) => import("react/jsx-runtime").JSX.Element)[];
404
994
  };
405
995
  export default meta;
406
996
  export declare const Default: {
407
- args: {};
997
+ args: {
998
+ wrap: "wrap";
999
+ };
408
1000
  parameters: {
409
1001
  docs: {
410
1002
  source: {
@@ -412,5 +1004,392 @@ export declare const Default: {
412
1004
  };
413
1005
  };
414
1006
  };
415
- render: () => import("react/jsx-runtime").JSX.Element;
1007
+ render: (args: {
1008
+ children?: import("react").ReactNode;
1009
+ classes?: (Partial<import("@mui/material").GridClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
1010
+ columns?: import("@mui/system").ResponsiveStyleValue<number> | undefined;
1011
+ columnSpacing?: import("@mui/system").ResponsiveStyleValue<import("@mui/material").GridSpacing> | undefined;
1012
+ container?: boolean | undefined;
1013
+ direction?: import("@mui/system").ResponsiveStyleValue<import("@mui/material").GridDirection> | undefined;
1014
+ item?: boolean | undefined;
1015
+ rowSpacing?: import("@mui/system").ResponsiveStyleValue<import("@mui/material").GridSpacing> | undefined;
1016
+ spacing?: import("@mui/system").ResponsiveStyleValue<import("@mui/material").GridSpacing> | undefined;
1017
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1018
+ wrap?: import("@mui/material").GridWrap | undefined;
1019
+ zeroMinWidth?: boolean | undefined;
1020
+ color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
1021
+ fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
1022
+ p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
1023
+ height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined>);
1024
+ width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined>);
1025
+ display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
1026
+ fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontFamily | readonly string[] | undefined>);
1027
+ fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStyle | undefined>);
1028
+ fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
1029
+ letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined>);
1030
+ order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined>);
1031
+ overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Overflow | undefined>);
1032
+ visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | undefined>);
1033
+ lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined>);
1034
+ textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextTransform | readonly NonNullable<import("csstype").Property.TextTransform | undefined>[] | undefined>);
1035
+ border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "hidden" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "none" | "inherit" | "white" | "black" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "medium" | "inset" | "hidden" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined>);
1036
+ boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | import("csstype").Property.BoxShadow | undefined>);
1037
+ zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
1038
+ alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>);
1039
+ alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>);
1040
+ alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignSelf | undefined>);
1041
+ bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined>);
1042
+ boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | undefined>);
1043
+ columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined>);
1044
+ flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined>);
1045
+ flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | undefined>);
1046
+ flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined>);
1047
+ flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined>);
1048
+ flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | undefined>);
1049
+ gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined>);
1050
+ gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridAutoFlow | undefined>);
1051
+ gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined>);
1052
+ gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.GridTemplateAreas | undefined>);
1053
+ gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined>);
1054
+ gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined>);
1055
+ justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyContent | undefined>);
1056
+ justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifyItems | undefined>);
1057
+ justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.JustifySelf | undefined>);
1058
+ left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined>);
1059
+ marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined>);
1060
+ marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined>);
1061
+ marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
1062
+ marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>);
1063
+ marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined>);
1064
+ marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1065
+ marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
1066
+ marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1067
+ maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined>);
1068
+ maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined>);
1069
+ minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined>);
1070
+ minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined>);
1071
+ paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>);
1072
+ paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined>);
1073
+ paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
1074
+ paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>);
1075
+ paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>);
1076
+ paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1077
+ paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
1078
+ paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1079
+ position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | undefined>);
1080
+ right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined>);
1081
+ rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined>);
1082
+ textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | undefined>);
1083
+ textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.TextOverflow | undefined>);
1084
+ top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined>);
1085
+ whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.WhiteSpace | undefined>);
1086
+ borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined>);
1087
+ borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.BorderColor | undefined>);
1088
+ borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined>);
1089
+ borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined>);
1090
+ borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined>);
1091
+ borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined>);
1092
+ flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined>);
1093
+ gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined>);
1094
+ gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined>);
1095
+ gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined>);
1096
+ gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined>);
1097
+ margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
1098
+ marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined>);
1099
+ marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined>);
1100
+ padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
1101
+ paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined>);
1102
+ paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined>);
1103
+ bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | readonly string[] | undefined>);
1104
+ m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
1105
+ mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1106
+ mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined>);
1107
+ mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined>);
1108
+ ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1109
+ mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1110
+ marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined>);
1111
+ my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1112
+ marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined>);
1113
+ pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1114
+ pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined>);
1115
+ pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
1116
+ pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1117
+ px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1118
+ paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
1119
+ py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1120
+ paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined>);
1121
+ typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
1122
+ displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
1123
+ lg?: boolean | import("@mui/material").GridSize | undefined;
1124
+ md?: boolean | import("@mui/material").GridSize | undefined;
1125
+ sm?: boolean | import("@mui/material").GridSize | undefined;
1126
+ xl?: boolean | import("@mui/material").GridSize | undefined;
1127
+ xs?: boolean | import("@mui/material").GridSize | undefined;
1128
+ className?: string | undefined;
1129
+ style?: import("react").CSSProperties | undefined;
1130
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
1131
+ slot?: string | undefined;
1132
+ title?: string | undefined;
1133
+ suppressHydrationWarning?: boolean | undefined;
1134
+ id?: string | undefined;
1135
+ lang?: string | undefined;
1136
+ role?: import("react").AriaRole | undefined;
1137
+ tabIndex?: number | undefined;
1138
+ "aria-activedescendant"?: string | undefined;
1139
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
1140
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1141
+ "aria-braillelabel"?: string | undefined;
1142
+ "aria-brailleroledescription"?: string | undefined;
1143
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
1144
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1145
+ "aria-colcount"?: number | undefined;
1146
+ "aria-colindex"?: number | undefined;
1147
+ "aria-colindextext"?: string | undefined;
1148
+ "aria-colspan"?: number | undefined;
1149
+ "aria-controls"?: string | undefined;
1150
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1151
+ "aria-describedby"?: string | undefined;
1152
+ "aria-description"?: string | undefined;
1153
+ "aria-details"?: string | undefined;
1154
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
1155
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1156
+ "aria-errormessage"?: string | undefined;
1157
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
1158
+ "aria-flowto"?: string | undefined;
1159
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1160
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1161
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
1162
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1163
+ "aria-keyshortcuts"?: string | undefined;
1164
+ "aria-label"?: string | undefined;
1165
+ "aria-labelledby"?: string | undefined;
1166
+ "aria-level"?: number | undefined;
1167
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1168
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
1169
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
1170
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1171
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1172
+ "aria-owns"?: string | undefined;
1173
+ "aria-placeholder"?: string | undefined;
1174
+ "aria-posinset"?: number | undefined;
1175
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1176
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
1177
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1178
+ "aria-required"?: (boolean | "false" | "true") | undefined;
1179
+ "aria-roledescription"?: string | undefined;
1180
+ "aria-rowcount"?: number | undefined;
1181
+ "aria-rowindex"?: number | undefined;
1182
+ "aria-rowindextext"?: string | undefined;
1183
+ "aria-rowspan"?: number | undefined;
1184
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
1185
+ "aria-setsize"?: number | undefined;
1186
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1187
+ "aria-valuemax"?: number | undefined;
1188
+ "aria-valuemin"?: number | undefined;
1189
+ "aria-valuenow"?: number | undefined;
1190
+ "aria-valuetext"?: string | undefined;
1191
+ dangerouslySetInnerHTML?: {
1192
+ __html: string | TrustedHTML;
1193
+ } | undefined;
1194
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1195
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1196
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1197
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1198
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1199
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
1200
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1201
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1202
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1203
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1204
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1205
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
1206
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1207
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1208
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1209
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1210
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1211
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1212
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1213
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1214
+ onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1215
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1216
+ onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1217
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1218
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1219
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1220
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1221
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1222
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1223
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1224
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1225
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1226
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1227
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1228
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1229
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1230
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1231
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1232
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1233
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1234
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1235
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1236
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1237
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1238
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1239
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1240
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1241
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1242
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1243
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1244
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1245
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1246
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1247
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1248
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1249
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1250
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1251
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1252
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1253
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1254
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1255
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1256
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1257
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1258
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1259
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1260
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1261
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1262
+ onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1263
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1264
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1265
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1266
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1267
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1268
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1269
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1270
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1271
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1272
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1273
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1274
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1275
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1276
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1277
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1278
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1279
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1280
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1281
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1282
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1283
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1284
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1285
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1286
+ onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1287
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1288
+ onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1289
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1290
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1291
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1292
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1293
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1294
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1295
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1296
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1297
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1298
+ onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1299
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1300
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1301
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1302
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1303
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1304
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1305
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1306
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1307
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1308
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1309
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1310
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1311
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1312
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1313
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1314
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1315
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1316
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1317
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1318
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1319
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1320
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1321
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1322
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1323
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1324
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1325
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1326
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1327
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1328
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1329
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1330
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1331
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1332
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1333
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1334
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1335
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1336
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1337
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1338
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1339
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1340
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1341
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1342
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1343
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1344
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1345
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1346
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1347
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1348
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1349
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1350
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1351
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1352
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1353
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1354
+ key?: import("react").Key | null | undefined;
1355
+ content?: string | undefined;
1356
+ translate?: "yes" | "no" | undefined;
1357
+ defaultChecked?: boolean | undefined;
1358
+ defaultValue?: string | number | readonly string[] | undefined;
1359
+ suppressContentEditableWarning?: boolean | undefined;
1360
+ accessKey?: string | undefined;
1361
+ autoFocus?: boolean | undefined;
1362
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1363
+ contextMenu?: string | undefined;
1364
+ dir?: string | undefined;
1365
+ draggable?: (boolean | "false" | "true") | undefined;
1366
+ hidden?: boolean | undefined;
1367
+ nonce?: string | undefined;
1368
+ spellCheck?: (boolean | "false" | "true") | undefined;
1369
+ radioGroup?: string | undefined;
1370
+ about?: string | undefined;
1371
+ datatype?: string | undefined;
1372
+ inlist?: any;
1373
+ prefix?: string | undefined;
1374
+ property?: string | undefined;
1375
+ rel?: string | undefined;
1376
+ resource?: string | undefined;
1377
+ rev?: string | undefined;
1378
+ typeof?: string | undefined;
1379
+ vocab?: string | undefined;
1380
+ autoCapitalize?: string | undefined;
1381
+ autoCorrect?: string | undefined;
1382
+ autoSave?: string | undefined;
1383
+ itemProp?: string | undefined;
1384
+ itemScope?: boolean | undefined;
1385
+ itemType?: string | undefined;
1386
+ itemID?: string | undefined;
1387
+ itemRef?: string | undefined;
1388
+ results?: number | undefined;
1389
+ security?: string | undefined;
1390
+ unselectable?: "off" | "on" | undefined;
1391
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1392
+ is?: string | undefined;
1393
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1394
+ }) => import("react/jsx-runtime").JSX.Element;
416
1395
  };