@galaxy-ds/core 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +480 -329
  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,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const ButtonStyled: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
2
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
3
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3
4
  }, "children" | "classes" | "className" | "style" | "color" | "sx" | "tabIndex" | "href" | "disabled" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -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
  * Using the `variant` property with value `elevation` or `outlined`.
@@ -13,6 +16,23 @@ declare const meta: {
13
16
  badges: BADGE[];
14
17
  layout: string;
15
18
  };
19
+ argTypes: {
20
+ ref: {
21
+ control: {
22
+ type: undefined;
23
+ };
24
+ };
25
+ component: {
26
+ table: {
27
+ disable: boolean;
28
+ };
29
+ };
30
+ children: {
31
+ control: {
32
+ type: undefined;
33
+ };
34
+ };
35
+ };
16
36
  };
17
37
  export default meta;
18
38
  export declare const Default: {
@@ -24,8 +44,8 @@ export declare const Default: {
24
44
  };
25
45
  };
26
46
  };
27
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
28
- children?: React.ReactNode;
47
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
48
+ children?: import("react").ReactNode;
29
49
  classes?: (Partial<import("@mui/material").CardClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
30
50
  raised?: boolean | undefined;
31
51
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
@@ -33,8 +53,8 @@ export declare const Default: {
33
53
  square?: boolean | undefined;
34
54
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
35
55
  className?: string | undefined;
36
- style?: React.CSSProperties | undefined;
37
- 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;
56
+ style?: import("react").CSSProperties | undefined;
57
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
38
58
  color?: string | undefined;
39
59
  slot?: string | undefined;
40
60
  title?: string | undefined;
@@ -45,27 +65,27 @@ export declare const Default: {
45
65
  tabIndex?: number | undefined;
46
66
  "aria-activedescendant"?: string | undefined;
47
67
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
48
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
68
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
49
69
  "aria-braillelabel"?: string | undefined;
50
70
  "aria-brailleroledescription"?: string | undefined;
51
71
  "aria-busy"?: (boolean | "false" | "true") | undefined;
52
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
72
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
53
73
  "aria-colcount"?: number | undefined;
54
74
  "aria-colindex"?: number | undefined;
55
75
  "aria-colindextext"?: string | undefined;
56
76
  "aria-colspan"?: number | undefined;
57
77
  "aria-controls"?: string | undefined;
58
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
78
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
59
79
  "aria-describedby"?: string | undefined;
60
80
  "aria-description"?: string | undefined;
61
81
  "aria-details"?: string | undefined;
62
82
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
63
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
83
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
64
84
  "aria-errormessage"?: string | undefined;
65
85
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
66
86
  "aria-flowto"?: string | undefined;
67
87
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
68
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
88
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
69
89
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
70
90
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
71
91
  "aria-keyshortcuts"?: string | undefined;
@@ -80,9 +100,9 @@ export declare const Default: {
80
100
  "aria-owns"?: string | undefined;
81
101
  "aria-placeholder"?: string | undefined;
82
102
  "aria-posinset"?: number | undefined;
83
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
103
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
84
104
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
85
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
105
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
86
106
  "aria-required"?: (boolean | "false" | "true") | undefined;
87
107
  "aria-roledescription"?: string | undefined;
88
108
  "aria-rowcount"?: number | undefined;
@@ -267,7 +287,7 @@ export declare const Default: {
267
287
  suppressContentEditableWarning?: boolean | undefined;
268
288
  accessKey?: string | undefined;
269
289
  autoFocus?: boolean | undefined;
270
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
290
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
271
291
  contextMenu?: string | undefined;
272
292
  dir?: string | undefined;
273
293
  draggable?: (boolean | "false" | "true") | undefined;
@@ -295,13 +315,13 @@ export declare const Default: {
295
315
  itemRef?: string | undefined;
296
316
  results?: number | undefined;
297
317
  security?: string | undefined;
298
- unselectable?: "on" | "off" | undefined;
299
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
318
+ unselectable?: "off" | "on" | undefined;
319
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
300
320
  is?: string | undefined;
301
- component?: React.ElementType | undefined;
321
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
302
322
  }>) => Promise<void>;
303
323
  render: (args: {
304
- children?: React.ReactNode;
324
+ children?: import("react").ReactNode;
305
325
  classes?: (Partial<import("@mui/material").CardClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
306
326
  raised?: boolean | undefined;
307
327
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
@@ -309,8 +329,8 @@ export declare const Default: {
309
329
  square?: boolean | undefined;
310
330
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
311
331
  className?: string | undefined;
312
- style?: React.CSSProperties | undefined;
313
- 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;
332
+ style?: import("react").CSSProperties | undefined;
333
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
314
334
  color?: string | undefined;
315
335
  slot?: string | undefined;
316
336
  title?: string | undefined;
@@ -321,27 +341,27 @@ export declare const Default: {
321
341
  tabIndex?: number | undefined;
322
342
  "aria-activedescendant"?: string | undefined;
323
343
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
324
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
344
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
325
345
  "aria-braillelabel"?: string | undefined;
326
346
  "aria-brailleroledescription"?: string | undefined;
327
347
  "aria-busy"?: (boolean | "false" | "true") | undefined;
328
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
348
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
329
349
  "aria-colcount"?: number | undefined;
330
350
  "aria-colindex"?: number | undefined;
331
351
  "aria-colindextext"?: string | undefined;
332
352
  "aria-colspan"?: number | undefined;
333
353
  "aria-controls"?: string | undefined;
334
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
354
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
335
355
  "aria-describedby"?: string | undefined;
336
356
  "aria-description"?: string | undefined;
337
357
  "aria-details"?: string | undefined;
338
358
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
339
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
359
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
340
360
  "aria-errormessage"?: string | undefined;
341
361
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
342
362
  "aria-flowto"?: string | undefined;
343
363
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
344
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
364
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
345
365
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
346
366
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
347
367
  "aria-keyshortcuts"?: string | undefined;
@@ -356,9 +376,9 @@ export declare const Default: {
356
376
  "aria-owns"?: string | undefined;
357
377
  "aria-placeholder"?: string | undefined;
358
378
  "aria-posinset"?: number | undefined;
359
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
379
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
360
380
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
361
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
381
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
362
382
  "aria-required"?: (boolean | "false" | "true") | undefined;
363
383
  "aria-roledescription"?: string | undefined;
364
384
  "aria-rowcount"?: number | undefined;
@@ -543,7 +563,7 @@ export declare const Default: {
543
563
  suppressContentEditableWarning?: boolean | undefined;
544
564
  accessKey?: string | undefined;
545
565
  autoFocus?: boolean | undefined;
546
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
566
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
547
567
  contextMenu?: string | undefined;
548
568
  dir?: string | undefined;
549
569
  draggable?: (boolean | "false" | "true") | undefined;
@@ -571,9 +591,9 @@ export declare const Default: {
571
591
  itemRef?: string | undefined;
572
592
  results?: number | undefined;
573
593
  security?: string | undefined;
574
- unselectable?: "on" | "off" | undefined;
575
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
594
+ unselectable?: "off" | "on" | undefined;
595
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
576
596
  is?: string | undefined;
577
- component?: React.ElementType | undefined;
597
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
578
598
  }) => import("react/jsx-runtime").JSX.Element;
579
599
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const CardContainer: import("@emotion/styled").StyledComponent<import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
- 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;
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
4
  }, "children" | "classes" | "className" | "style" | "sx" | "elevation" | "square" | "variant" | "raised"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;