@galaxy-ds/core 2.1.3 → 2.1.4
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 +14 -12
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +3 -2
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +7 -7
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +7 -7
- package/dist/ActivityLog/ActivityLog.stories.d.ts +5 -5
- package/dist/AppBar/AppBar.stories.d.ts +9 -9
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +5 -3
- package/dist/Autocomplete/Autocomplete.stories.d.ts +44 -50
- package/dist/Avatar/Avatar.stories.d.ts +21 -11
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +30 -11
- package/dist/BottomListButton/BottomListButton.stories.d.ts +7 -7
- package/dist/Box/Box.stories.d.ts +2 -2
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +5 -5
- package/dist/Button/Button.stories.d.ts +17 -17
- package/dist/Card/Card.stories.d.ts +4 -4
- package/dist/Checkbox/Checkbox.stories.d.ts +25 -20
- package/dist/Chip/Chip.stories.d.ts +9 -9
- package/dist/CssBaseline/CssBaseline.stories.d.ts +8 -0
- package/dist/Dialog/Dialog.stories.d.ts +15 -15
- package/dist/Divider/Divider.stories.d.ts +22 -5
- package/dist/Drawer/Drawer.stories.d.ts +9 -9
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +5 -5
- package/dist/Dropdown/Dropdown.stories.d.ts +23 -23
- package/dist/FooterActions/FooterActions.stories.d.ts +6 -1
- package/dist/FormBody/FormBody.stories.d.ts +1 -1
- package/dist/FormContainer/FormContainer.stories.d.ts +1 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +2 -2
- package/dist/FormHeader/FormHeader.stories.d.ts +2 -2
- package/dist/Grid/Grid.stories.d.ts +47 -549
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +16 -6
- package/dist/Icon/Icon.stories.d.ts +12 -2
- package/dist/IconButton/IconButton.stories.d.ts +7 -7
- package/dist/Icons/doctype-icons.stories.d.ts +17 -0
- package/dist/Icons/lawconnect-icons.stories.d.ts +1 -1
- package/dist/Icons/leap-icons.stories.d.ts +20 -3
- package/dist/ImageUpload/ImageUpload.stories.d.ts +1 -1
- package/dist/Input/Input.stories.d.ts +66 -32
- package/dist/index.esm.js +9 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/package.json +23 -16
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: (props: import("./CssBaseline.types").CssBaselineProps) => import("react").JSX.Element;
|
|
5
|
+
argTypes: {
|
|
6
|
+
children: {
|
|
7
|
+
control: {
|
|
8
|
+
disable: true;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
5
12
|
};
|
|
6
13
|
export default meta;
|
|
7
14
|
/**
|
|
@@ -26,6 +33,7 @@ export default meta;
|
|
|
26
33
|
*/
|
|
27
34
|
export declare const Default: {
|
|
28
35
|
args: {};
|
|
36
|
+
tags: string[];
|
|
29
37
|
render: (args: {
|
|
30
38
|
children?: import("react").ReactNode;
|
|
31
39
|
enableColorScheme?: boolean | undefined;
|
|
@@ -20,67 +20,67 @@ declare const meta: {
|
|
|
20
20
|
argTypes: {
|
|
21
21
|
onBackdropClick: {
|
|
22
22
|
table: {
|
|
23
|
-
disable:
|
|
23
|
+
disable: true;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
BackdropComponent: {
|
|
27
27
|
table: {
|
|
28
|
-
disable:
|
|
28
|
+
disable: true;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
BackdropProps: {
|
|
32
32
|
table: {
|
|
33
|
-
disable:
|
|
33
|
+
disable: true;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
children: {
|
|
37
37
|
control: {
|
|
38
|
-
|
|
38
|
+
disable: true;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
TransitionComponent: {
|
|
42
42
|
control: {
|
|
43
|
-
|
|
43
|
+
disable: true;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
TransitionProps: {
|
|
47
47
|
control: {
|
|
48
|
-
|
|
48
|
+
disable: true;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
51
|
PaperComponent: {
|
|
52
52
|
control: {
|
|
53
|
-
|
|
53
|
+
disable: true;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
56
|
PaperProps: {
|
|
57
57
|
control: {
|
|
58
|
-
|
|
58
|
+
disable: true;
|
|
59
59
|
};
|
|
60
60
|
};
|
|
61
61
|
component: {
|
|
62
62
|
table: {
|
|
63
|
-
disable:
|
|
63
|
+
disable: true;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
ref: {
|
|
67
67
|
control: {
|
|
68
|
-
|
|
68
|
+
disable: true;
|
|
69
69
|
};
|
|
70
70
|
};
|
|
71
71
|
container: {
|
|
72
72
|
control: {
|
|
73
|
-
|
|
73
|
+
disable: true;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
components: {
|
|
77
77
|
control: {
|
|
78
|
-
|
|
78
|
+
disable: true;
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
componentsProps: {
|
|
82
82
|
control: {
|
|
83
|
-
|
|
83
|
+
disable: true;
|
|
84
84
|
};
|
|
85
85
|
};
|
|
86
86
|
};
|
|
@@ -92,9 +92,9 @@ export declare const Alert: {
|
|
|
92
92
|
variant: "alert";
|
|
93
93
|
title: string;
|
|
94
94
|
message: string;
|
|
95
|
-
onTransitionEnter: import("@vitest/spy").Mock<[]
|
|
95
|
+
onTransitionEnter: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
96
96
|
};
|
|
97
|
-
play: ({ canvasElement }: import("@storybook/
|
|
97
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
98
98
|
variant?: "info" | "alert" | "plain" | undefined;
|
|
99
99
|
title?: string | undefined;
|
|
100
100
|
message?: import("react").ReactNode;
|
|
@@ -16,7 +16,7 @@ declare const meta: {
|
|
|
16
16
|
badges: BADGE[];
|
|
17
17
|
layout: string;
|
|
18
18
|
};
|
|
19
|
-
decorators: ((Story: import("@storybook/
|
|
19
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
20
20
|
absolute?: boolean | undefined;
|
|
21
21
|
children?: import("react").ReactNode;
|
|
22
22
|
classes?: (Partial<import("@mui/material").DividerClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -297,22 +297,22 @@ declare const meta: {
|
|
|
297
297
|
argTypes: {
|
|
298
298
|
light: {
|
|
299
299
|
table: {
|
|
300
|
-
disable:
|
|
300
|
+
disable: true;
|
|
301
301
|
};
|
|
302
302
|
};
|
|
303
303
|
children: {
|
|
304
304
|
table: {
|
|
305
|
-
disable:
|
|
305
|
+
disable: true;
|
|
306
306
|
};
|
|
307
307
|
};
|
|
308
308
|
ref: {
|
|
309
309
|
table: {
|
|
310
|
-
disable:
|
|
310
|
+
disable: true;
|
|
311
311
|
};
|
|
312
312
|
};
|
|
313
313
|
component: {
|
|
314
314
|
table: {
|
|
315
|
-
disable:
|
|
315
|
+
disable: true;
|
|
316
316
|
};
|
|
317
317
|
};
|
|
318
318
|
};
|
|
@@ -323,6 +323,14 @@ export declare const Default: {
|
|
|
323
323
|
orientation: "horizontal";
|
|
324
324
|
textAlign: "center";
|
|
325
325
|
};
|
|
326
|
+
argTypes: {
|
|
327
|
+
orientation: {
|
|
328
|
+
options: string[];
|
|
329
|
+
control: {
|
|
330
|
+
type: "radio";
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
};
|
|
326
334
|
render: (args: {
|
|
327
335
|
absolute?: boolean | undefined;
|
|
328
336
|
children?: import("react").ReactNode;
|
|
@@ -610,6 +618,15 @@ export declare const Orientation: {
|
|
|
610
618
|
args: {
|
|
611
619
|
orientation: "vertical";
|
|
612
620
|
};
|
|
621
|
+
argTypes: {
|
|
622
|
+
orientation: {
|
|
623
|
+
description: string;
|
|
624
|
+
options: string[];
|
|
625
|
+
control: {
|
|
626
|
+
type: "radio";
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
};
|
|
613
630
|
render: (args: {
|
|
614
631
|
absolute?: boolean | undefined;
|
|
615
632
|
children?: import("react").ReactNode;
|
|
@@ -18,36 +18,36 @@ declare const meta: {
|
|
|
18
18
|
argTypes: {
|
|
19
19
|
children: {
|
|
20
20
|
control: {
|
|
21
|
-
|
|
21
|
+
disable: true;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
component: {
|
|
25
25
|
table: {
|
|
26
|
-
disable:
|
|
26
|
+
disable: true;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
transitionDuration: {
|
|
30
30
|
control: {
|
|
31
|
-
|
|
31
|
+
disable: true;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
onBackdropClick: {
|
|
35
35
|
table: {
|
|
36
|
-
disable:
|
|
36
|
+
disable: true;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
BackdropComponent: {
|
|
40
40
|
table: {
|
|
41
|
-
disable:
|
|
41
|
+
disable: true;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
BackdropProps: {
|
|
45
45
|
table: {
|
|
46
|
-
disable:
|
|
46
|
+
disable: true;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
|
-
decorators: ((Story: import("@storybook/
|
|
50
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
51
51
|
children?: import("react").ReactNode;
|
|
52
52
|
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
53
53
|
anchor?: "bottom" | "left" | "right" | "top" | undefined;
|
|
@@ -369,11 +369,11 @@ export default meta;
|
|
|
369
369
|
export declare const Default: {
|
|
370
370
|
args: {
|
|
371
371
|
color: "default";
|
|
372
|
-
onClick: import("@vitest/spy").Mock<
|
|
372
|
+
onClick: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
373
373
|
variant: "permanent";
|
|
374
374
|
anchor: "left";
|
|
375
375
|
};
|
|
376
|
-
play: ({ canvasElement, args }: import("@storybook/
|
|
376
|
+
play: ({ canvasElement, args }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
377
377
|
children?: import("react").ReactNode;
|
|
378
378
|
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
379
379
|
anchor?: "bottom" | "left" | "right" | "top" | undefined;
|
|
@@ -12,7 +12,7 @@ declare const meta: {
|
|
|
12
12
|
badges: BADGE[];
|
|
13
13
|
layout: string;
|
|
14
14
|
};
|
|
15
|
-
decorators: ((Story: import("@storybook/
|
|
15
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
16
16
|
children?: import("react").ReactNode;
|
|
17
17
|
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
18
18
|
className?: string | undefined;
|
|
@@ -307,17 +307,17 @@ declare const meta: {
|
|
|
307
307
|
argTypes: {
|
|
308
308
|
children: {
|
|
309
309
|
control: {
|
|
310
|
-
|
|
310
|
+
disable: true;
|
|
311
311
|
};
|
|
312
312
|
};
|
|
313
313
|
LinkComponent: {
|
|
314
314
|
control: {
|
|
315
|
-
|
|
315
|
+
disable: true;
|
|
316
316
|
};
|
|
317
317
|
};
|
|
318
318
|
onFocusVisible: {
|
|
319
319
|
control: {
|
|
320
|
-
|
|
320
|
+
disable: true;
|
|
321
321
|
};
|
|
322
322
|
};
|
|
323
323
|
};
|
|
@@ -328,7 +328,7 @@ export declare const Default: {
|
|
|
328
328
|
variant: "light";
|
|
329
329
|
children: import("react/jsx-runtime").JSX.Element;
|
|
330
330
|
};
|
|
331
|
-
play: ({ canvasElement }: import("@storybook/
|
|
331
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
332
332
|
children?: import("react").ReactNode;
|
|
333
333
|
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
334
334
|
className?: string | undefined;
|
|
@@ -24,87 +24,87 @@ declare const meta: {
|
|
|
24
24
|
argTypes: {
|
|
25
25
|
onFocus: {
|
|
26
26
|
control: {
|
|
27
|
-
|
|
27
|
+
disable: true;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
onBlur: {
|
|
31
31
|
control: {
|
|
32
|
-
|
|
32
|
+
disable: true;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
onInvalid: {
|
|
36
36
|
control: {
|
|
37
|
-
|
|
37
|
+
disable: true;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
onKeyDown: {
|
|
41
41
|
control: {
|
|
42
|
-
|
|
42
|
+
disable: true;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
onKeyUp: {
|
|
46
46
|
control: {
|
|
47
|
-
|
|
47
|
+
disable: true;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
onClose: {
|
|
51
51
|
control: {
|
|
52
|
-
|
|
52
|
+
disable: true;
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
onChange: {
|
|
56
56
|
control: {
|
|
57
|
-
|
|
57
|
+
disable: true;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
onOpen: {
|
|
61
61
|
control: {
|
|
62
|
-
|
|
62
|
+
disable: true;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
input: {
|
|
66
66
|
control: {
|
|
67
|
-
|
|
67
|
+
disable: true;
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
70
|
children: {
|
|
71
71
|
control: {
|
|
72
|
-
|
|
72
|
+
disable: true;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
75
|
components: {
|
|
76
76
|
control: {
|
|
77
|
-
|
|
77
|
+
disable: true;
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
80
|
startAdornment: {
|
|
81
81
|
control: {
|
|
82
|
-
|
|
82
|
+
disable: true;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
85
|
endAdornment: {
|
|
86
86
|
control: {
|
|
87
|
-
|
|
87
|
+
disable: true;
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
inputComponent: {
|
|
91
91
|
control: {
|
|
92
|
-
|
|
92
|
+
disable: true;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
95
|
inputRef: {
|
|
96
96
|
control: {
|
|
97
|
-
|
|
97
|
+
disable: true;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
100
|
IconComponent: {
|
|
101
101
|
control: {
|
|
102
|
-
|
|
102
|
+
disable: true;
|
|
103
103
|
};
|
|
104
104
|
};
|
|
105
105
|
width: {
|
|
106
106
|
table: {
|
|
107
|
-
disable:
|
|
107
|
+
disable: true;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
110
|
};
|
|
@@ -113,10 +113,10 @@ export default meta;
|
|
|
113
113
|
export declare const Default: {
|
|
114
114
|
args: {
|
|
115
115
|
displayEmpty: true;
|
|
116
|
-
onFocus: import("@vitest/spy").Mock<
|
|
117
|
-
onClose: import("@vitest/spy").Mock<
|
|
118
|
-
onChange: import("@vitest/spy").Mock<
|
|
119
|
-
onOpen: import("@vitest/spy").Mock<
|
|
116
|
+
onFocus: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
117
|
+
onClose: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
118
|
+
onChange: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
119
|
+
onOpen: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
120
120
|
align: "left";
|
|
121
121
|
size: "medium";
|
|
122
122
|
variant: "dropdown";
|
|
@@ -1556,8 +1556,8 @@ export declare const MultipleWithCheckboxes: {
|
|
|
1556
1556
|
displayEmpty: boolean;
|
|
1557
1557
|
multiple: boolean;
|
|
1558
1558
|
width: number;
|
|
1559
|
-
onOpen: import("@vitest/spy").Mock<any
|
|
1560
|
-
onFocus: import("@vitest/spy").Mock<any
|
|
1559
|
+
onOpen: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
1560
|
+
onFocus: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
1561
1561
|
};
|
|
1562
1562
|
play: () => Promise<void>;
|
|
1563
1563
|
parameters: {
|
|
@@ -22,12 +22,17 @@ declare const meta: {
|
|
|
22
22
|
badges: BADGE[];
|
|
23
23
|
layout: string;
|
|
24
24
|
};
|
|
25
|
-
decorators: ((Story: import("@storybook/
|
|
25
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
26
26
|
children?: import("react").ReactNode;
|
|
27
27
|
size?: "small" | "medium" | undefined;
|
|
28
28
|
fixed?: boolean | undefined;
|
|
29
29
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
30
30
|
argTypes: {
|
|
31
|
+
children: {
|
|
32
|
+
control: {
|
|
33
|
+
disable: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
31
36
|
size: {
|
|
32
37
|
description: string;
|
|
33
38
|
};
|
|
@@ -13,7 +13,7 @@ declare const meta: {
|
|
|
13
13
|
badges: BADGE[];
|
|
14
14
|
layout: string;
|
|
15
15
|
};
|
|
16
|
-
decorators: ((Story: import("@storybook/
|
|
16
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
17
17
|
children?: import("react").ReactNode;
|
|
18
18
|
mt?: number | undefined;
|
|
19
19
|
mb?: number | undefined;
|
|
@@ -13,7 +13,7 @@ declare const meta: {
|
|
|
13
13
|
badges: BADGE[];
|
|
14
14
|
layout: string;
|
|
15
15
|
};
|
|
16
|
-
decorators: ((Story: import("@storybook/
|
|
16
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
17
17
|
children?: import("react").ReactNode;
|
|
18
18
|
fullHeight?: boolean | undefined;
|
|
19
19
|
onSubmit?: (() => void) | undefined;
|
|
@@ -19,7 +19,7 @@ declare const meta: {
|
|
|
19
19
|
argTypes: {
|
|
20
20
|
children: {
|
|
21
21
|
control: {
|
|
22
|
-
|
|
22
|
+
disable: true;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
};
|
|
@@ -882,7 +882,7 @@ export declare const Margin: {
|
|
|
882
882
|
args: {
|
|
883
883
|
margin: true;
|
|
884
884
|
};
|
|
885
|
-
decorators: ((Story: import("@storybook/
|
|
885
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
886
886
|
alignItems?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
887
887
|
spacing?: 0 | 1 | 2 | 4 | 3 | undefined;
|
|
888
888
|
margin?: boolean | undefined;
|
|
@@ -13,7 +13,7 @@ declare const meta: {
|
|
|
13
13
|
badges: BADGE[];
|
|
14
14
|
layout: string;
|
|
15
15
|
};
|
|
16
|
-
decorators: ((Story: import("@storybook/
|
|
16
|
+
decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
|
|
17
17
|
children?: import("react").ReactNode;
|
|
18
18
|
hideBranding?: boolean | undefined;
|
|
19
19
|
title?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const Default: {
|
|
|
31
31
|
title: string;
|
|
32
32
|
from: string;
|
|
33
33
|
};
|
|
34
|
-
play: ({ canvasElement }: import("@storybook/
|
|
34
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
35
35
|
children?: import("react").ReactNode;
|
|
36
36
|
hideBranding?: boolean | undefined;
|
|
37
37
|
title?: string | undefined;
|