@galaxy-ds/core 2.1.0 → 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 +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- 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 +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- 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 +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- 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 +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- 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 -3
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
3
|
/**
|
|
3
4
|
* ```js
|
|
@@ -9,6 +10,7 @@ declare const meta: {
|
|
|
9
10
|
title: string;
|
|
10
11
|
parameters: {
|
|
11
12
|
badges: BADGE[];
|
|
13
|
+
layout: string;
|
|
12
14
|
};
|
|
13
15
|
};
|
|
14
16
|
export default meta;
|
|
@@ -17,14 +19,10 @@ export default meta;
|
|
|
17
19
|
*/
|
|
18
20
|
export declare const Default: {
|
|
19
21
|
args: {
|
|
22
|
+
variant: "default";
|
|
20
23
|
title: string;
|
|
21
24
|
description: string;
|
|
22
25
|
};
|
|
23
|
-
render: (args: {
|
|
24
|
-
title?: string | undefined;
|
|
25
|
-
description?: string | undefined;
|
|
26
|
-
variant?: ("default" | "document" | "matter" | "appointment" | "transaction") | undefined;
|
|
27
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
28
26
|
};
|
|
29
27
|
export declare const Document: {
|
|
30
28
|
args: {
|
|
@@ -35,7 +33,7 @@ export declare const Document: {
|
|
|
35
33
|
render: (args: {
|
|
36
34
|
title?: string | undefined;
|
|
37
35
|
description?: string | undefined;
|
|
38
|
-
variant?:
|
|
36
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
39
37
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
40
38
|
};
|
|
41
39
|
export declare const Matter: {
|
|
@@ -47,7 +45,7 @@ export declare const Matter: {
|
|
|
47
45
|
render: (args: {
|
|
48
46
|
title?: string | undefined;
|
|
49
47
|
description?: string | undefined;
|
|
50
|
-
variant?:
|
|
48
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
51
49
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
52
50
|
};
|
|
53
51
|
export declare const Appointment: {
|
|
@@ -59,7 +57,7 @@ export declare const Appointment: {
|
|
|
59
57
|
render: (args: {
|
|
60
58
|
title?: string | undefined;
|
|
61
59
|
description?: string | undefined;
|
|
62
|
-
variant?:
|
|
60
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
63
61
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
64
62
|
};
|
|
65
63
|
export declare const Transaction: {
|
|
@@ -71,6 +69,6 @@ export declare const Transaction: {
|
|
|
71
69
|
render: (args: {
|
|
72
70
|
title?: string | undefined;
|
|
73
71
|
description?: string | undefined;
|
|
74
|
-
variant?:
|
|
72
|
+
variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
|
|
75
73
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
76
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,20 +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[];
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
26
|
+
children?: import("react").ReactNode;
|
|
27
|
+
size?: "small" | "medium" | undefined;
|
|
28
|
+
fixed?: boolean | undefined;
|
|
29
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
30
|
+
argTypes: {
|
|
31
|
+
size: {
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
fixed: {
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
18
37
|
};
|
|
19
38
|
};
|
|
20
39
|
export default meta;
|
|
21
40
|
export declare const Default: {
|
|
22
|
-
args: {
|
|
41
|
+
args: {
|
|
42
|
+
size: "medium";
|
|
43
|
+
};
|
|
23
44
|
render: (args: {
|
|
24
45
|
children?: import("react").ReactNode;
|
|
25
|
-
size?:
|
|
46
|
+
size?: "small" | "medium" | undefined;
|
|
26
47
|
fixed?: boolean | undefined;
|
|
27
48
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
28
49
|
};
|
|
@@ -33,7 +54,7 @@ export declare const Columns: {
|
|
|
33
54
|
args: {};
|
|
34
55
|
render: (args: {
|
|
35
56
|
children?: import("react").ReactNode;
|
|
36
|
-
size?:
|
|
57
|
+
size?: "small" | "medium" | undefined;
|
|
37
58
|
fixed?: boolean | undefined;
|
|
38
59
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
39
60
|
};
|
|
@@ -47,7 +68,7 @@ export declare const Size: {
|
|
|
47
68
|
};
|
|
48
69
|
render: (args: {
|
|
49
70
|
children?: import("react").ReactNode;
|
|
50
|
-
size?:
|
|
71
|
+
size?: "small" | "medium" | undefined;
|
|
51
72
|
fixed?: boolean | undefined;
|
|
52
73
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
53
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
|
*
|
|
@@ -10,7 +11,16 @@ declare const meta: {
|
|
|
10
11
|
title: string;
|
|
11
12
|
parameters: {
|
|
12
13
|
badges: BADGE[];
|
|
14
|
+
layout: string;
|
|
13
15
|
};
|
|
16
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
17
|
+
children?: import("react").ReactNode;
|
|
18
|
+
mt?: number | undefined;
|
|
19
|
+
mb?: number | undefined;
|
|
20
|
+
px?: number | undefined;
|
|
21
|
+
py?: number | undefined;
|
|
22
|
+
bg?: string | undefined;
|
|
23
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
14
24
|
};
|
|
15
25
|
export default meta;
|
|
16
26
|
export declare const Default: {
|
|
@@ -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,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
1
3
|
/**
|
|
2
4
|
*
|
|
3
5
|
* ```js
|
|
@@ -7,6 +9,15 @@
|
|
|
7
9
|
declare const meta: {
|
|
8
10
|
title: string;
|
|
9
11
|
component: import("react").FC<import("./FormContainer.types").FormContainerProps>;
|
|
12
|
+
parameters: {
|
|
13
|
+
badges: BADGE[];
|
|
14
|
+
layout: string;
|
|
15
|
+
};
|
|
16
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
17
|
+
children?: import("react").ReactNode;
|
|
18
|
+
fullHeight?: boolean | undefined;
|
|
19
|
+
onSubmit?: (() => void) | undefined;
|
|
20
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
10
21
|
};
|
|
11
22
|
export default meta;
|
|
12
23
|
export declare const Default: {
|
|
@@ -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>, {}>;
|