@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.
- package/dist/Accordion/Accordion.stories.d.ts +361 -204
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
- package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +105 -85
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +446 -332
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +233 -194
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
- package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +67 -57
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +473 -423
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +49 -29
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
- package/dist/Chip/Chip.stories.d.ts +439 -112
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
- package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +232 -137
- package/dist/Divider/Divider.stories.d.ts +81 -53
- package/dist/Drawer/Drawer.stories.d.ts +141 -87
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
- package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +4 -3
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
- package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1001 -22
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +628 -618
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +98 -52
- package/dist/Icons/doctype-icons.stories.d.ts +827 -824
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +795 -840
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29270 -36
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29256 -19
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- 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
|
|
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").
|
|
28
|
-
children?:
|
|
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?:
|
|
37
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
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" | "
|
|
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 | "
|
|
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 | "
|
|
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"?: "
|
|
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 | "
|
|
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 | "
|
|
103
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
84
104
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
85
|
-
"aria-relevant"?: "
|
|
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") | "
|
|
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?: "
|
|
299
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
318
|
+
unselectable?: "off" | "on" | undefined;
|
|
319
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
300
320
|
is?: string | undefined;
|
|
301
|
-
component?:
|
|
321
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
302
322
|
}>) => Promise<void>;
|
|
303
323
|
render: (args: {
|
|
304
|
-
children?:
|
|
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?:
|
|
313
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
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" | "
|
|
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 | "
|
|
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 | "
|
|
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"?: "
|
|
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 | "
|
|
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 | "
|
|
379
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
360
380
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
361
|
-
"aria-relevant"?: "
|
|
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") | "
|
|
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?: "
|
|
575
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
594
|
+
unselectable?: "off" | "on" | undefined;
|
|
595
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
576
596
|
is?: string | undefined;
|
|
577
|
-
component?:
|
|
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
|
|
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>, {}, {}>;
|