@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.
- 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 +480 -329
- 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
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
3
|
/**
|
|
3
4
|
* ```js
|
|
@@ -18,14 +19,10 @@ export default meta;
|
|
|
18
19
|
*/
|
|
19
20
|
export declare const Default: {
|
|
20
21
|
args: {
|
|
22
|
+
variant: "default";
|
|
21
23
|
title: string;
|
|
22
24
|
description: string;
|
|
23
25
|
};
|
|
24
|
-
render: (args: {
|
|
25
|
-
title?: string | undefined;
|
|
26
|
-
description?: string | undefined;
|
|
27
|
-
variant?: ("default" | "document" | "matter" | "appointment" | "transaction") | undefined;
|
|
28
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
29
26
|
};
|
|
30
27
|
export declare const Document: {
|
|
31
28
|
args: {
|
|
@@ -36,7 +33,7 @@ export declare const Document: {
|
|
|
36
33
|
render: (args: {
|
|
37
34
|
title?: string | undefined;
|
|
38
35
|
description?: string | undefined;
|
|
39
|
-
variant?:
|
|
36
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
40
37
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
41
38
|
};
|
|
42
39
|
export declare const Matter: {
|
|
@@ -48,7 +45,7 @@ export declare const Matter: {
|
|
|
48
45
|
render: (args: {
|
|
49
46
|
title?: string | undefined;
|
|
50
47
|
description?: string | undefined;
|
|
51
|
-
variant?:
|
|
48
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
52
49
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
53
50
|
};
|
|
54
51
|
export declare const Appointment: {
|
|
@@ -60,7 +57,7 @@ export declare const Appointment: {
|
|
|
60
57
|
render: (args: {
|
|
61
58
|
title?: string | undefined;
|
|
62
59
|
description?: string | undefined;
|
|
63
|
-
variant?:
|
|
60
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
64
61
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
65
62
|
};
|
|
66
63
|
export declare const Transaction: {
|
|
@@ -72,6 +69,6 @@ export declare const Transaction: {
|
|
|
72
69
|
render: (args: {
|
|
73
70
|
title?: string | undefined;
|
|
74
71
|
description?: string | undefined;
|
|
75
|
-
variant?:
|
|
72
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
76
73
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
77
74
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const EmptyStateContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & 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
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
4
5
|
export declare const EmptyStateTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
5
|
-
ref?: ((instance: HTMLSpanElement | null) => void
|
|
6
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
6
7
|
}, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "lineHeight" | "textTransform" | "variant" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
3
|
/**
|
|
3
4
|
* Footer Actions serves as a wrapper component for most form actions. Add button components to suit your needs.
|
|
@@ -9,26 +10,40 @@ import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
|
9
10
|
declare const meta: {
|
|
10
11
|
component: {
|
|
11
12
|
(props: import("./FooterActions.types").FooterActionsProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
Left: (_props:
|
|
13
|
-
|
|
13
|
+
Left: (_props: {
|
|
14
|
+
children?: import("react").ReactNode;
|
|
15
|
+
}) => null;
|
|
16
|
+
Right: (_props: {
|
|
17
|
+
children?: import("react").ReactNode;
|
|
18
|
+
}) => null;
|
|
14
19
|
};
|
|
15
20
|
title: string;
|
|
16
21
|
parameters: {
|
|
17
22
|
badges: BADGE[];
|
|
18
23
|
layout: string;
|
|
19
24
|
};
|
|
20
|
-
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").
|
|
21
|
-
children?:
|
|
22
|
-
size?:
|
|
25
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
26
|
+
children?: import("react").ReactNode;
|
|
27
|
+
size?: "small" | "medium" | undefined;
|
|
23
28
|
fixed?: boolean | undefined;
|
|
24
29
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
30
|
+
argTypes: {
|
|
31
|
+
size: {
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
fixed: {
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
25
38
|
};
|
|
26
39
|
export default meta;
|
|
27
40
|
export declare const Default: {
|
|
28
|
-
args: {
|
|
41
|
+
args: {
|
|
42
|
+
size: "medium";
|
|
43
|
+
};
|
|
29
44
|
render: (args: {
|
|
30
|
-
children?:
|
|
31
|
-
size?:
|
|
45
|
+
children?: import("react").ReactNode;
|
|
46
|
+
size?: "small" | "medium" | undefined;
|
|
32
47
|
fixed?: boolean | undefined;
|
|
33
48
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
34
49
|
};
|
|
@@ -38,8 +53,8 @@ export declare const Default: {
|
|
|
38
53
|
export declare const Columns: {
|
|
39
54
|
args: {};
|
|
40
55
|
render: (args: {
|
|
41
|
-
children?:
|
|
42
|
-
size?:
|
|
56
|
+
children?: import("react").ReactNode;
|
|
57
|
+
size?: "small" | "medium" | undefined;
|
|
43
58
|
fixed?: boolean | undefined;
|
|
44
59
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
45
60
|
};
|
|
@@ -52,8 +67,8 @@ export declare const Size: {
|
|
|
52
67
|
size: "small";
|
|
53
68
|
};
|
|
54
69
|
render: (args: {
|
|
55
|
-
children?:
|
|
56
|
-
size?:
|
|
70
|
+
children?: import("react").ReactNode;
|
|
71
|
+
size?: "small" | "medium" | undefined;
|
|
57
72
|
fixed?: boolean | undefined;
|
|
58
73
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
59
74
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const FooterActionsContainer: import("@emotion/styled").StyledComponent<import("@mui/material").GridOwnProps & 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" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "direction" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "spacing" | "visibility" | "lineHeight" | "textTransform" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "columns" | "container" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "wrap" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
3
|
/**
|
|
3
4
|
*
|
|
@@ -12,8 +13,8 @@ declare const meta: {
|
|
|
12
13
|
badges: BADGE[];
|
|
13
14
|
layout: string;
|
|
14
15
|
};
|
|
15
|
-
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").
|
|
16
|
-
children?:
|
|
16
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
17
|
+
children?: import("react").ReactNode;
|
|
17
18
|
mt?: number | undefined;
|
|
18
19
|
mb?: number | undefined;
|
|
19
20
|
px?: number | undefined;
|
|
@@ -25,7 +26,7 @@ export default meta;
|
|
|
25
26
|
export declare const Default: {
|
|
26
27
|
args: {};
|
|
27
28
|
render: (args: {
|
|
28
|
-
children?:
|
|
29
|
+
children?: import("react").ReactNode;
|
|
29
30
|
mt?: number | undefined;
|
|
30
31
|
mb?: number | undefined;
|
|
31
32
|
px?: number | undefined;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const FormBodyContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
3
|
/**
|
|
3
4
|
*
|
|
@@ -12,8 +13,8 @@ declare const meta: {
|
|
|
12
13
|
badges: BADGE[];
|
|
13
14
|
layout: string;
|
|
14
15
|
};
|
|
15
|
-
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").
|
|
16
|
-
children?:
|
|
16
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
17
|
+
children?: import("react").ReactNode;
|
|
17
18
|
fullHeight?: boolean | undefined;
|
|
18
19
|
onSubmit?: (() => void) | undefined;
|
|
19
20
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
@@ -22,7 +23,7 @@ export default meta;
|
|
|
22
23
|
export declare const Default: {
|
|
23
24
|
args: {};
|
|
24
25
|
render: (args: {
|
|
25
|
-
children?:
|
|
26
|
+
children?: import("react").ReactNode;
|
|
26
27
|
fullHeight?: boolean | undefined;
|
|
27
28
|
onSubmit?: (() => void) | undefined;
|
|
28
29
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const FormContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
2
|
-
fullHeight?: boolean;
|
|
3
|
+
fullHeight?: boolean | undefined;
|
|
3
4
|
}, import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, {}>;
|