@autoguru/overdrive 4.42.0-next.1 → 4.43.0-next.0
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/components/Actions/Actions.d.ts +4 -3
- package/dist/components/Actions/Actions.d.ts.map +1 -1
- package/dist/components/Actions/Actions.js +5 -9
- package/dist/components/Actions/Actions.stories.d.ts +1 -1
- package/dist/components/Alert/Alert.d.ts +1 -1
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/Alert.js +13 -17
- package/dist/components/Anchor/Anchor.js +3 -3
- package/dist/components/AutoSuggest/AutoSuggest.js +2 -2
- package/dist/components/Box/Box.d.ts +6 -9
- package/dist/components/Box/Box.d.ts.map +1 -1
- package/dist/components/Box/Box.js +12 -117
- package/dist/components/Box/Box.stories.d.ts +3 -20
- package/dist/components/Box/Box.stories.d.ts.map +1 -1
- package/dist/components/Box/argTypes.d.ts.map +1 -1
- package/dist/components/Box/argTypes.js +1 -1
- package/dist/components/Box/boxStyles.d.ts +5 -0
- package/dist/components/Box/boxStyles.d.ts.map +1 -0
- package/dist/components/Box/boxStyles.js +32 -0
- package/dist/components/Box/index.d.ts +3 -3
- package/dist/components/Box/index.d.ts.map +1 -1
- package/dist/components/Box/index.js +3 -2
- package/dist/components/Box/useBox.d.ts +22 -0
- package/dist/components/Box/useBox.d.ts.map +1 -0
- package/dist/components/Box/useBox.js +42 -0
- package/dist/components/BulletText/BulletText.d.ts +4 -5
- package/dist/components/BulletText/BulletText.d.ts.map +1 -1
- package/dist/components/BulletText/BulletText.js +6 -8
- package/dist/components/BulletText/BulletText.stories.d.ts +1 -1
- package/dist/components/BulletText/BulletText.stories.d.ts.map +1 -1
- package/dist/components/Button/Button.js +4 -4
- package/dist/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/components/ColourInput/ColourInput.js +4 -4
- package/dist/components/Columns/Column.d.ts +13 -14
- package/dist/components/Columns/Column.d.ts.map +1 -1
- package/dist/components/Columns/Column.js +23 -37
- package/dist/components/Columns/Columns.css.d.ts +18 -6
- package/dist/components/Columns/Columns.css.d.ts.map +1 -1
- package/dist/components/Columns/Columns.css.js +46 -34
- package/dist/components/Columns/Columns.d.ts +13 -24
- package/dist/components/Columns/Columns.d.ts.map +1 -1
- package/dist/components/Columns/Columns.js +31 -40
- package/dist/components/Columns/Columns.stories.d.ts +7 -904
- package/dist/components/Columns/Columns.stories.d.ts.map +1 -1
- package/dist/components/Columns/index.d.ts +2 -2
- package/dist/components/Columns/index.d.ts.map +1 -1
- package/dist/components/Columns/index.js +2 -2
- package/dist/components/DateInput/DateInput.js +1 -1
- package/dist/components/DatePicker/DatePicker.js +3 -3
- package/dist/components/DividerLine/DividerLine.js +2 -2
- package/dist/components/DropDown/DropDown.stories.d.ts +5 -5
- package/dist/components/DropDown/DropDown.stories.d.ts.map +1 -1
- package/dist/components/DropDown/DropDownOption.js +2 -2
- package/dist/components/DropDown/DropDownOptionsList.js +2 -1
- package/dist/components/EditableText/EditableText.d.ts +2 -2
- package/dist/components/EditableText/EditableText.d.ts.map +1 -1
- package/dist/components/EditableText/EditableText.js +2 -2
- package/dist/components/EditableText/EditableText.stories.d.ts +1 -1
- package/dist/components/EditableText/EditableText.stories.d.ts.map +1 -1
- package/dist/components/FillHeightBox/FillHeightBox.stories.d.ts +1 -1
- package/dist/components/Flyout/Flyout.stories.d.ts +1 -1
- package/dist/components/Heading/Heading.d.ts +4 -4
- package/dist/components/Heading/Heading.d.ts.map +1 -1
- package/dist/components/Heading/Heading.js +10 -12
- package/dist/components/Heading/Heading.stories.d.ts +1 -8
- package/dist/components/Heading/Heading.stories.d.ts.map +1 -1
- package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.css.d.ts +12 -0
- package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.css.d.ts.map +1 -1
- package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.css.js +33 -0
- package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.d.ts +5 -4
- package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.d.ts.map +1 -1
- package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.js +46 -35
- package/dist/components/Icon/Icon.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts.map +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Inline/Inline.d.ts +13 -13
- package/dist/components/Inline/Inline.d.ts.map +1 -1
- package/dist/components/Inline/Inline.js +54 -55
- package/dist/components/Inline/Inline.stories.d.ts +3 -32
- package/dist/components/Inline/Inline.stories.d.ts.map +1 -1
- package/dist/components/Inline/index.d.ts +1 -1
- package/dist/components/Inline/index.d.ts.map +1 -1
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/IntentStripe/IntentStripe.d.ts +1 -2
- package/dist/components/IntentStripe/IntentStripe.d.ts.map +1 -1
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts.map +1 -1
- package/dist/components/LinearProgressIndicator/LinearProgressIndicator.js +1 -0
- package/dist/components/LoadingBox/LoadingBox.stories.d.ts +394 -431
- package/dist/components/LoadingBox/LoadingBox.stories.d.ts.map +1 -1
- package/dist/components/Meta/Meta.js +1 -1
- package/dist/components/MinimalModal/MinimalModal.css.d.ts +1 -1
- package/dist/components/MinimalModal/MinimalModal.stories.d.ts +6 -1
- package/dist/components/MinimalModal/MinimalModal.stories.d.ts.map +1 -1
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/NumberBubble/NumberBubble.d.ts.map +1 -1
- package/dist/components/NumberBubble/NumberBubble.js +3 -3
- package/dist/components/OptionGrid/OptionGrid.css.js +1 -1
- package/dist/components/OptionList/OptionList.d.ts +2 -2
- package/dist/components/OptionList/OptionListItem.js +1 -1
- package/dist/components/Pagination/Bubble.js +1 -1
- package/dist/components/Pagination/Pagination.js +3 -3
- package/dist/components/ProgressSpinner/ProgressSpinner.js +3 -3
- package/dist/components/ScrollPane/ScrollPane.d.ts +3 -3
- package/dist/components/ScrollPane/ScrollPane.d.ts.map +1 -1
- package/dist/components/ScrollPane/ScrollPane.js +1 -2
- package/dist/components/ScrollPane/ScrollPane.stories.d.ts +1 -1
- package/dist/components/ScrollPane/ScrollPane.stories.d.ts.map +1 -1
- package/dist/components/Section/Section.d.ts +4 -5
- package/dist/components/Section/Section.d.ts.map +1 -1
- package/dist/components/Section/Section.js +18 -13
- package/dist/components/Section/Section.stories.d.ts +1 -1
- package/dist/components/SimplePagination/SimplePagination.js +1 -1
- package/dist/components/SliderProgress/ProgressStep.js +2 -1
- package/dist/components/SliderProgress/SliderProgress.js +2 -1
- package/dist/components/SliderProgress/SliderProgress.stories.d.ts +1 -1
- package/dist/components/Stack/Divider.css.d.ts +1 -1
- package/dist/components/Stack/Divider.css.d.ts.map +1 -1
- package/dist/components/Stack/Divider.css.js +8 -3
- package/dist/components/Stack/Stack.d.ts +8 -9
- package/dist/components/Stack/Stack.d.ts.map +1 -1
- package/dist/components/Stack/Stack.js +50 -35
- package/dist/components/Stack/Stack.stories.d.ts +2 -17
- package/dist/components/Stack/Stack.stories.d.ts.map +1 -1
- package/dist/components/StandardModal/StandardModal.js +2 -2
- package/dist/components/StarRating/StarRating.d.ts.map +1 -1
- package/dist/components/StarRating/StarRating.js +3 -2
- package/dist/components/Stepper/Stepper.css.d.ts +1 -2
- package/dist/components/Stepper/Stepper.css.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.css.js +7 -12
- package/dist/components/Stepper/Stepper.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.js +15 -30
- package/dist/components/Table/TableCell.d.ts.map +1 -1
- package/dist/components/Table/TableCell.js +2 -2
- package/dist/components/Table/TableHeadCell.d.ts +1 -1
- package/dist/components/Table/TableHeadCell.d.ts.map +1 -1
- package/dist/components/Table/TableHeadCell.js +4 -2
- package/dist/components/Tabs/Tab.js +5 -5
- package/dist/components/Text/Text.d.ts +4 -2
- package/dist/components/Text/Text.d.ts.map +1 -1
- package/dist/components/Text/Text.js +2 -5
- package/dist/components/Text/Text.stories.d.ts.map +1 -1
- package/dist/components/Text/useTextStyles.css.d.ts +1 -1
- package/dist/components/Text/useTextStyles.css.d.ts.map +1 -1
- package/dist/components/Text/useTextStyles.css.js +5 -1
- package/dist/components/Text/useTextStyles.d.ts +4 -5
- package/dist/components/Text/useTextStyles.d.ts.map +1 -1
- package/dist/components/Text/useTextStyles.js +3 -4
- package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -1
- package/dist/components/TextAreaInput/TextAreaInput.js +7 -6
- package/dist/components/TextBubble/TextBubble.d.ts.map +1 -1
- package/dist/components/TextBubble/TextBubble.js +3 -3
- package/dist/components/TextContainer/TextContainer.d.ts +0 -1
- package/dist/components/TextContainer/TextContainer.d.ts.map +1 -1
- package/dist/components/TextContainer/TextContainer.js +13 -25
- package/dist/components/TextContainer/TextContainer.stories.d.ts +3 -6
- package/dist/components/TextContainer/TextContainer.stories.d.ts.map +1 -1
- package/dist/components/TextLink/TextLink.d.ts +2 -2
- package/dist/components/TextLink/TextLink.d.ts.map +1 -1
- package/dist/components/TextLink/TextLink.js +8 -8
- package/dist/components/TextLink/TextLink.stories.d.ts +27 -22
- package/dist/components/TextLink/TextLink.stories.d.ts.map +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +5 -4
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.js +9 -3
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +1 -5
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts.map +1 -1
- package/dist/components/private/CheckableBase/CheckableBase.d.ts.map +1 -1
- package/dist/components/private/CheckableBase/CheckableBase.js +10 -10
- package/dist/components/private/InputBase/HintText.js +5 -5
- package/dist/components/private/InputBase/withEnhancedInput.d.ts +3 -3
- package/dist/components/private/InputBase/withEnhancedInput.d.ts.map +1 -1
- package/dist/components/private/InputBase/withEnhancedInput.js +4 -4
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +1 -0
- package/dist/hooks/useDeepCompareMemo/index.d.ts +2 -0
- package/dist/hooks/useDeepCompareMemo/index.d.ts.map +1 -0
- package/dist/hooks/useDeepCompareMemo/index.js +13 -0
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts +1 -2
- package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts.map +1 -1
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts +1 -2
- package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts.map +1 -1
- package/dist/reset/globalReset.css.js +30 -13
- package/dist/reset/reset.css.d.ts.map +1 -1
- package/dist/reset/reset.css.js +94 -37
- package/dist/stories/helpers/index.d.ts +1 -1
- package/dist/stories/helpers/index.d.ts.map +1 -1
- package/dist/stories/helpers/sprinkles.css.d.ts +1 -1
- package/dist/stories/helpers/stack.css.d.ts.map +1 -0
- package/dist/styles/layers.css.d.ts +2 -0
- package/dist/styles/layers.css.d.ts.map +1 -1
- package/dist/styles/layers.css.js +2 -0
- package/dist/styles/sprinkles.css.d.ts +405 -71
- package/dist/styles/sprinkles.css.d.ts.map +1 -1
- package/dist/styles/sprinkles.css.js +193 -19
- package/dist/styles/vars.css.d.ts +2 -0
- package/dist/styles/vars.css.d.ts.map +1 -0
- package/dist/styles/vars.css.js +7 -0
- package/dist/test/vitest.setup.d.ts +2 -0
- package/dist/test/vitest.setup.d.ts.map +1 -0
- package/dist/themes/makeTheme.d.ts +1 -0
- package/dist/themes/makeTheme.d.ts.map +1 -1
- package/dist/themes/makeTheme.js +2 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/index.d.ts +2 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +2 -2
- package/dist/utils/sprinkles.d.ts +11 -0
- package/dist/utils/sprinkles.d.ts.map +1 -0
- package/dist/utils/sprinkles.js +34 -0
- package/package.json +26 -23
- package/dist/components/Box/useBoxStyles.css.d.ts +0 -48
- package/dist/components/Box/useBoxStyles.css.d.ts.map +0 -1
- package/dist/components/Box/useBoxStyles.css.js +0 -141
- package/dist/components/Box/useBoxStyles.d.ts +0 -69
- package/dist/components/Box/useBoxStyles.d.ts.map +0 -1
- package/dist/components/Box/useBoxStyles.js +0 -80
- package/dist/components/Columns/Column.css.d.ts +0 -3
- package/dist/components/Columns/Column.css.d.ts.map +0 -1
- package/dist/components/Columns/Column.css.js +0 -35
- package/dist/components/Stack/Divider.d.ts +0 -3
- package/dist/components/Stack/Divider.d.ts.map +0 -1
- package/dist/components/Stack/Divider.js +0 -14
- package/dist/components/Stack/Stack.css.d.ts +0 -5
- package/dist/components/Stack/Stack.css.d.ts.map +0 -1
- package/dist/components/Stack/Stack.css.js +0 -18
- package/dist/styles/stack.css.d.ts.map +0 -1
- package/dist/styles/stack.css.js +0 -44
- package/dist/test/vitest-setup.d.ts +0 -2
- package/dist/test/vitest-setup.d.ts.map +0 -1
- /package/dist/{styles → stories/helpers}/stack.css.d.ts +0 -0
- /package/dist/test/{vitest-setup.js → vitest.setup.js} +0 -0
|
@@ -1,905 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
space?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
9
|
-
color?: string | undefined | undefined;
|
|
10
|
-
content?: string | undefined | undefined;
|
|
11
|
-
placeholder?: string | undefined | undefined;
|
|
12
|
-
width?: keyof typeof import("../Box/useBoxStyles.css").width | undefined;
|
|
13
|
-
min?: number | string | undefined | undefined;
|
|
14
|
-
size?: number | undefined | undefined;
|
|
15
|
-
muted?: boolean | undefined | undefined;
|
|
16
|
-
opacity?: keyof typeof import("../Box/useBoxStyles.css").opacity | undefined;
|
|
17
|
-
name?: string | undefined | undefined;
|
|
18
|
-
alignItems?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof typeof import("../Box/useBoxStyles.css").alignItems> | undefined;
|
|
19
|
-
boxShadow?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof typeof import("../Box/useBoxStyles.css").boxShadow> | undefined;
|
|
20
|
-
display?: keyof typeof import("../Box/useBoxStyles.css").display | undefined;
|
|
21
|
-
flexDirection?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof typeof import("../Box/useBoxStyles.css").flexDirection> | undefined;
|
|
22
|
-
flexGrow?: keyof typeof import("../Box/useBoxStyles.css").flexGrow | undefined;
|
|
23
|
-
flexShrink?: keyof typeof import("../Box/useBoxStyles.css").flexShrink | undefined;
|
|
24
|
-
flexWrap?: keyof typeof import("../Box/useBoxStyles.css").flexWrap | undefined;
|
|
25
|
-
height?: keyof typeof import("../Box/useBoxStyles.css").height | undefined;
|
|
26
|
-
justifyContent?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof typeof import("../Box/useBoxStyles.css").justifyContent> | undefined;
|
|
27
|
-
marginBottom?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
28
|
-
marginLeft?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
29
|
-
marginRight?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
30
|
-
marginTop?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
31
|
-
order?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof typeof import("../Box/useBoxStyles.css").order> | undefined;
|
|
32
|
-
paddingBottom?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
33
|
-
paddingLeft?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
34
|
-
paddingRight?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
35
|
-
paddingTop?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
36
|
-
pointerEvents?: keyof typeof import("../Box/useBoxStyles.css").pointerEvents | undefined;
|
|
37
|
-
position?: keyof typeof import("../Box/useBoxStyles.css").position | undefined;
|
|
38
|
-
textAlign?: keyof typeof import("../Box/useBoxStyles.css").textAlign | undefined;
|
|
39
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
40
|
-
userSelect?: keyof typeof import("../Box/useBoxStyles.css").userSelect | undefined;
|
|
41
|
-
borderRadius?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof typeof import("../Box/useBoxStyles.css").borderRadius> | undefined;
|
|
42
|
-
borderWidth?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["border"]["width"]> | undefined;
|
|
43
|
-
columns?: number | undefined;
|
|
44
|
-
margin?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
45
|
-
overflow?: keyof typeof import("../Box/useBoxStyles.css").overflow | undefined;
|
|
46
|
-
padding?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
47
|
-
start?: number | undefined | undefined;
|
|
48
|
-
hidden?: boolean | undefined | undefined;
|
|
49
|
-
style?: React.CSSProperties | undefined;
|
|
50
|
-
default?: boolean | undefined | undefined;
|
|
51
|
-
wrap?: string | undefined | undefined;
|
|
52
|
-
open?: boolean | undefined | undefined;
|
|
53
|
-
multiple?: boolean | undefined | undefined;
|
|
54
|
-
disabled?: boolean | undefined | undefined;
|
|
55
|
-
key?: React.Key | null | undefined;
|
|
56
|
-
value?: string | number | readonly string[] | undefined;
|
|
57
|
-
as?: React.ElementType | undefined;
|
|
58
|
-
is?: React.ElementType | undefined;
|
|
59
|
-
className?: string | undefined;
|
|
60
|
-
paddingX?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
61
|
-
paddingY?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
62
|
-
marginX?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
63
|
-
marginY?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["space"]> | undefined;
|
|
64
|
-
borderWidthX?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["border"]["width"]> | undefined;
|
|
65
|
-
borderWidthY?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["border"]["width"]> | undefined;
|
|
66
|
-
borderWidthTop?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["border"]["width"]> | undefined;
|
|
67
|
-
borderWidthRight?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["border"]["width"]> | undefined;
|
|
68
|
-
borderWidthBottom?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["border"]["width"]> | undefined;
|
|
69
|
-
borderWidthLeft?: import("../../utils/responsiveProps.css").ResponsiveProp<keyof import("../../themes").ThemeTokens["border"]["width"]> | undefined;
|
|
70
|
-
borderColour?: keyof typeof import("../Box/useBoxStyles.css").border["colour"]["top"] | undefined;
|
|
71
|
-
borderColourX?: keyof typeof import("../Box/useBoxStyles.css").border["colour"]["top"] | undefined;
|
|
72
|
-
borderColourY?: keyof typeof import("../Box/useBoxStyles.css").border["colour"]["top"] | undefined;
|
|
73
|
-
borderColourTop?: keyof typeof import("../Box/useBoxStyles.css").border["colour"]["top"] | undefined;
|
|
74
|
-
borderColourRight?: keyof typeof import("../Box/useBoxStyles.css").border["colour"]["top"] | undefined;
|
|
75
|
-
borderColourBottom?: keyof typeof import("../Box/useBoxStyles.css").border["colour"]["top"] | undefined;
|
|
76
|
-
borderColourLeft?: keyof typeof import("../Box/useBoxStyles.css").border["colour"]["top"] | undefined;
|
|
77
|
-
cite?: string | undefined | undefined;
|
|
78
|
-
data?: string | undefined | undefined;
|
|
79
|
-
form?: string | undefined | undefined;
|
|
80
|
-
label?: string | undefined | undefined;
|
|
81
|
-
slot?: string | undefined | undefined;
|
|
82
|
-
span?: number | undefined | undefined;
|
|
83
|
-
summary?: string | undefined | undefined;
|
|
84
|
-
title?: string | undefined | undefined;
|
|
85
|
-
pattern?: string | undefined | undefined;
|
|
86
|
-
accept?: string | undefined | undefined;
|
|
87
|
-
acceptCharset?: string | undefined | undefined;
|
|
88
|
-
action?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
89
|
-
allowFullScreen?: boolean | undefined | undefined;
|
|
90
|
-
allowTransparency?: boolean | undefined | undefined;
|
|
91
|
-
alt?: string | undefined | undefined;
|
|
92
|
-
async?: boolean | undefined | undefined;
|
|
93
|
-
autoComplete?: string | undefined | undefined;
|
|
94
|
-
autoPlay?: boolean | undefined | undefined;
|
|
95
|
-
capture?: boolean | "user" | "environment" | undefined | undefined;
|
|
96
|
-
cellPadding?: number | string | undefined | undefined;
|
|
97
|
-
cellSpacing?: number | string | undefined | undefined;
|
|
98
|
-
charSet?: string | undefined | undefined;
|
|
99
|
-
challenge?: string | undefined | undefined;
|
|
100
|
-
checked?: boolean | undefined | undefined;
|
|
101
|
-
classID?: string | undefined | undefined;
|
|
102
|
-
cols?: number | undefined | undefined;
|
|
103
|
-
colSpan?: number | undefined | undefined;
|
|
104
|
-
controls?: boolean | undefined | undefined;
|
|
105
|
-
coords?: string | undefined | undefined;
|
|
106
|
-
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
107
|
-
dateTime?: string | undefined | undefined;
|
|
108
|
-
defer?: boolean | undefined | undefined;
|
|
109
|
-
download?: any;
|
|
110
|
-
encType?: string | undefined | undefined;
|
|
111
|
-
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
112
|
-
formEncType?: string | undefined | undefined;
|
|
113
|
-
formMethod?: string | undefined | undefined;
|
|
114
|
-
formNoValidate?: boolean | undefined | undefined;
|
|
115
|
-
formTarget?: string | undefined | undefined;
|
|
116
|
-
frameBorder?: number | string | undefined | undefined;
|
|
117
|
-
headers?: string | undefined | undefined;
|
|
118
|
-
high?: number | undefined | undefined;
|
|
119
|
-
href?: string | undefined | undefined;
|
|
120
|
-
hrefLang?: string | undefined | undefined;
|
|
121
|
-
htmlFor?: string | undefined | undefined;
|
|
122
|
-
httpEquiv?: string | undefined | undefined;
|
|
123
|
-
integrity?: string | undefined | undefined;
|
|
124
|
-
keyParams?: string | undefined | undefined;
|
|
125
|
-
keyType?: string | undefined | undefined;
|
|
126
|
-
kind?: string | undefined | undefined;
|
|
127
|
-
list?: string | undefined | undefined;
|
|
128
|
-
loop?: boolean | undefined | undefined;
|
|
129
|
-
low?: number | undefined | undefined;
|
|
130
|
-
manifest?: string | undefined | undefined;
|
|
131
|
-
marginHeight?: number | undefined | undefined;
|
|
132
|
-
marginWidth?: number | undefined | undefined;
|
|
133
|
-
max?: number | string | undefined | undefined;
|
|
134
|
-
maxLength?: number | undefined | undefined;
|
|
135
|
-
media?: string | undefined | undefined;
|
|
136
|
-
mediaGroup?: string | undefined | undefined;
|
|
137
|
-
method?: string | undefined | undefined;
|
|
138
|
-
minLength?: number | undefined | undefined;
|
|
139
|
-
noValidate?: boolean | undefined | undefined;
|
|
140
|
-
optimum?: number | undefined | undefined;
|
|
141
|
-
playsInline?: boolean | undefined | undefined;
|
|
142
|
-
poster?: string | undefined | undefined;
|
|
143
|
-
preload?: string | undefined | undefined;
|
|
144
|
-
readOnly?: boolean | undefined | undefined;
|
|
145
|
-
required?: boolean | undefined | undefined;
|
|
146
|
-
reversed?: boolean | undefined | undefined;
|
|
147
|
-
rows?: number | undefined | undefined;
|
|
148
|
-
rowSpan?: number | undefined | undefined;
|
|
149
|
-
sandbox?: string | undefined | undefined;
|
|
150
|
-
scope?: string | undefined | undefined;
|
|
151
|
-
scoped?: boolean | undefined | undefined;
|
|
152
|
-
scrolling?: string | undefined | undefined;
|
|
153
|
-
seamless?: boolean | undefined | undefined;
|
|
154
|
-
selected?: boolean | undefined | undefined;
|
|
155
|
-
shape?: string | undefined | undefined;
|
|
156
|
-
sizes?: string | undefined | undefined;
|
|
157
|
-
src?: string | undefined | undefined;
|
|
158
|
-
srcDoc?: string | undefined | undefined;
|
|
159
|
-
srcLang?: string | undefined | undefined;
|
|
160
|
-
srcSet?: string | undefined | undefined;
|
|
161
|
-
step?: number | string | undefined | undefined;
|
|
162
|
-
target?: string | undefined | undefined;
|
|
163
|
-
type?: string | undefined | undefined;
|
|
164
|
-
useMap?: string | undefined | undefined;
|
|
165
|
-
wmode?: string | undefined | undefined;
|
|
166
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
167
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
168
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
169
|
-
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
170
|
-
accessKey?: string | undefined | undefined;
|
|
171
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
172
|
-
autoFocus?: boolean | undefined | undefined;
|
|
173
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
174
|
-
contextMenu?: string | undefined | undefined;
|
|
175
|
-
dir?: string | undefined | undefined;
|
|
176
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
177
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
178
|
-
id?: string | undefined | undefined;
|
|
179
|
-
lang?: string | undefined | undefined;
|
|
180
|
-
nonce?: string | undefined | undefined;
|
|
181
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
182
|
-
tabIndex?: number | undefined | undefined;
|
|
183
|
-
radioGroup?: string | undefined | undefined;
|
|
184
|
-
role?: React.AriaRole | undefined;
|
|
185
|
-
about?: string | undefined | undefined;
|
|
186
|
-
datatype?: string | undefined | undefined;
|
|
187
|
-
inlist?: any;
|
|
188
|
-
prefix?: string | undefined | undefined;
|
|
189
|
-
property?: string | undefined | undefined;
|
|
190
|
-
rel?: string | undefined | undefined;
|
|
191
|
-
resource?: string | undefined | undefined;
|
|
192
|
-
rev?: string | undefined | undefined;
|
|
193
|
-
typeof?: string | undefined | undefined;
|
|
194
|
-
vocab?: string | undefined | undefined;
|
|
195
|
-
autoCorrect?: string | undefined | undefined;
|
|
196
|
-
autoSave?: string | undefined | undefined;
|
|
197
|
-
itemProp?: string | undefined | undefined;
|
|
198
|
-
itemScope?: boolean | undefined | undefined;
|
|
199
|
-
itemType?: string | undefined | undefined;
|
|
200
|
-
itemID?: string | undefined | undefined;
|
|
201
|
-
itemRef?: string | undefined | undefined;
|
|
202
|
-
results?: number | undefined | undefined;
|
|
203
|
-
security?: string | undefined | undefined;
|
|
204
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
205
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
206
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
207
|
-
popoverTarget?: string | undefined | undefined;
|
|
208
|
-
inert?: boolean | undefined | undefined;
|
|
209
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
210
|
-
exportparts?: string | undefined | undefined;
|
|
211
|
-
part?: string | undefined | undefined;
|
|
212
|
-
"aria-activedescendant"?: string | undefined | undefined;
|
|
213
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
214
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
215
|
-
"aria-braillelabel"?: string | undefined | undefined;
|
|
216
|
-
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
217
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
218
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
219
|
-
"aria-colcount"?: number | undefined | undefined;
|
|
220
|
-
"aria-colindex"?: number | undefined | undefined;
|
|
221
|
-
"aria-colindextext"?: string | undefined | undefined;
|
|
222
|
-
"aria-colspan"?: number | undefined | undefined;
|
|
223
|
-
"aria-controls"?: string | undefined | undefined;
|
|
224
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
225
|
-
"aria-describedby"?: string | undefined | undefined;
|
|
226
|
-
"aria-description"?: string | undefined | undefined;
|
|
227
|
-
"aria-details"?: string | undefined | undefined;
|
|
228
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
229
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
230
|
-
"aria-errormessage"?: string | undefined | undefined;
|
|
231
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
232
|
-
"aria-flowto"?: string | undefined | undefined;
|
|
233
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
234
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
235
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
236
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
237
|
-
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
238
|
-
"aria-label"?: string | undefined | undefined;
|
|
239
|
-
"aria-labelledby"?: string | undefined | undefined;
|
|
240
|
-
"aria-level"?: number | undefined | undefined;
|
|
241
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
242
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
243
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
244
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
245
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
246
|
-
"aria-owns"?: string | undefined | undefined;
|
|
247
|
-
"aria-placeholder"?: string | undefined | undefined;
|
|
248
|
-
"aria-posinset"?: number | undefined | undefined;
|
|
249
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
250
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
251
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
252
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
253
|
-
"aria-roledescription"?: string | undefined | undefined;
|
|
254
|
-
"aria-rowcount"?: number | undefined | undefined;
|
|
255
|
-
"aria-rowindex"?: number | undefined | undefined;
|
|
256
|
-
"aria-rowindextext"?: string | undefined | undefined;
|
|
257
|
-
"aria-rowspan"?: number | undefined | undefined;
|
|
258
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
259
|
-
"aria-setsize"?: number | undefined | undefined;
|
|
260
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
261
|
-
"aria-valuemax"?: number | undefined | undefined;
|
|
262
|
-
"aria-valuemin"?: number | undefined | undefined;
|
|
263
|
-
"aria-valuenow"?: number | undefined | undefined;
|
|
264
|
-
"aria-valuetext"?: string | undefined | undefined;
|
|
265
|
-
children?: React.ReactNode;
|
|
266
|
-
dangerouslySetInnerHTML?: {
|
|
267
|
-
__html: string | TrustedHTML;
|
|
268
|
-
} | undefined | undefined;
|
|
269
|
-
onCopy?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
270
|
-
onCopyCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
271
|
-
onCut?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
272
|
-
onCutCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
273
|
-
onPaste?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
274
|
-
onPasteCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
275
|
-
onCompositionEnd?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
276
|
-
onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
277
|
-
onCompositionStart?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
278
|
-
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
279
|
-
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
280
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
281
|
-
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
282
|
-
onFocusCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
283
|
-
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
284
|
-
onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
285
|
-
onChange?: React.FormEventHandler<HTMLElement> | undefined;
|
|
286
|
-
onChangeCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
287
|
-
onBeforeInput?: React.FormEventHandler<HTMLElement> | undefined;
|
|
288
|
-
onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
289
|
-
onInput?: React.FormEventHandler<HTMLElement> | undefined;
|
|
290
|
-
onInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
291
|
-
onReset?: React.FormEventHandler<HTMLElement> | undefined;
|
|
292
|
-
onResetCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
293
|
-
onSubmit?: React.FormEventHandler<HTMLElement> | undefined;
|
|
294
|
-
onSubmitCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
295
|
-
onInvalid?: React.FormEventHandler<HTMLElement> | undefined;
|
|
296
|
-
onInvalidCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
297
|
-
onLoad?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
298
|
-
onLoadCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
299
|
-
onError?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
300
|
-
onErrorCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
301
|
-
onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
302
|
-
onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
303
|
-
onKeyPress?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
304
|
-
onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
305
|
-
onKeyUp?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
306
|
-
onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
307
|
-
onAbort?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
308
|
-
onAbortCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
309
|
-
onCanPlay?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
310
|
-
onCanPlayCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
311
|
-
onCanPlayThrough?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
312
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
313
|
-
onDurationChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
314
|
-
onDurationChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
315
|
-
onEmptied?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
316
|
-
onEmptiedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
317
|
-
onEncrypted?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
318
|
-
onEncryptedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
319
|
-
onEnded?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
320
|
-
onEndedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
321
|
-
onLoadedData?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
322
|
-
onLoadedDataCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
323
|
-
onLoadedMetadata?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
324
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
325
|
-
onLoadStart?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
326
|
-
onLoadStartCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
327
|
-
onPause?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
328
|
-
onPauseCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
329
|
-
onPlay?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
330
|
-
onPlayCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
331
|
-
onPlaying?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
332
|
-
onPlayingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
333
|
-
onProgress?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
334
|
-
onProgressCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
335
|
-
onRateChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
336
|
-
onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
337
|
-
onResize?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
338
|
-
onResizeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
339
|
-
onSeeked?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
340
|
-
onSeekedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
341
|
-
onSeeking?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
342
|
-
onSeekingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
343
|
-
onStalled?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
344
|
-
onStalledCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
345
|
-
onSuspend?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
346
|
-
onSuspendCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
347
|
-
onTimeUpdate?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
348
|
-
onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
349
|
-
onVolumeChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
350
|
-
onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
351
|
-
onWaiting?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
352
|
-
onWaitingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
353
|
-
onAuxClick?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
354
|
-
onAuxClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
355
|
-
onClick?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
356
|
-
onClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
357
|
-
onContextMenu?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
358
|
-
onContextMenuCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
359
|
-
onDoubleClick?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
360
|
-
onDoubleClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
361
|
-
onDrag?: React.DragEventHandler<HTMLElement> | undefined;
|
|
362
|
-
onDragCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
363
|
-
onDragEnd?: React.DragEventHandler<HTMLElement> | undefined;
|
|
364
|
-
onDragEndCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
365
|
-
onDragEnter?: React.DragEventHandler<HTMLElement> | undefined;
|
|
366
|
-
onDragEnterCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
367
|
-
onDragExit?: React.DragEventHandler<HTMLElement> | undefined;
|
|
368
|
-
onDragExitCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
369
|
-
onDragLeave?: React.DragEventHandler<HTMLElement> | undefined;
|
|
370
|
-
onDragLeaveCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
371
|
-
onDragOver?: React.DragEventHandler<HTMLElement> | undefined;
|
|
372
|
-
onDragOverCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
373
|
-
onDragStart?: React.DragEventHandler<HTMLElement> | undefined;
|
|
374
|
-
onDragStartCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
375
|
-
onDrop?: React.DragEventHandler<HTMLElement> | undefined;
|
|
376
|
-
onDropCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
377
|
-
onMouseDown?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
378
|
-
onMouseDownCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
379
|
-
onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
380
|
-
onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
381
|
-
onMouseMove?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
382
|
-
onMouseMoveCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
383
|
-
onMouseOut?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
384
|
-
onMouseOutCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
385
|
-
onMouseOver?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
386
|
-
onMouseOverCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
387
|
-
onMouseUp?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
388
|
-
onMouseUpCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
389
|
-
onSelect?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
390
|
-
onSelectCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
391
|
-
onTouchCancel?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
392
|
-
onTouchCancelCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
393
|
-
onTouchEnd?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
394
|
-
onTouchEndCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
395
|
-
onTouchMove?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
396
|
-
onTouchMoveCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
397
|
-
onTouchStart?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
398
|
-
onTouchStartCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
399
|
-
onPointerDown?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
400
|
-
onPointerDownCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
401
|
-
onPointerMove?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
402
|
-
onPointerMoveCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
403
|
-
onPointerUp?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
404
|
-
onPointerUpCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
405
|
-
onPointerCancel?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
406
|
-
onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
407
|
-
onPointerEnter?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
408
|
-
onPointerLeave?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
409
|
-
onPointerOver?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
410
|
-
onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
411
|
-
onPointerOut?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
412
|
-
onPointerOutCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
413
|
-
onGotPointerCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
414
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
415
|
-
onLostPointerCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
416
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
417
|
-
onScroll?: React.UIEventHandler<HTMLElement> | undefined;
|
|
418
|
-
onScrollCapture?: React.UIEventHandler<HTMLElement> | undefined;
|
|
419
|
-
onScrollEnd?: React.UIEventHandler<HTMLElement> | undefined;
|
|
420
|
-
onScrollEndCapture?: React.UIEventHandler<HTMLElement> | undefined;
|
|
421
|
-
onWheel?: React.WheelEventHandler<HTMLElement> | undefined;
|
|
422
|
-
onWheelCapture?: React.WheelEventHandler<HTMLElement> | undefined;
|
|
423
|
-
onAnimationStart?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
424
|
-
onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
425
|
-
onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
426
|
-
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
427
|
-
onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
428
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
429
|
-
onToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
430
|
-
onBeforeToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
|
|
431
|
-
onTransitionCancel?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
432
|
-
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
433
|
-
onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
434
|
-
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
435
|
-
onTransitionRun?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
436
|
-
onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
437
|
-
onTransitionStart?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
438
|
-
onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
439
|
-
align?: keyof typeof import("./Columns.css").align | undefined;
|
|
440
|
-
noWrap?: boolean | undefined;
|
|
441
|
-
spaceX?: import("../../utils/responsiveProps.css").ResponsiveProp<string | number> | undefined;
|
|
442
|
-
spaceY?: import("../../utils/responsiveProps.css").ResponsiveProp<string | number> | undefined;
|
|
443
|
-
wrappingDirection?: keyof typeof import("./Columns.css").wrapping | undefined;
|
|
444
|
-
ref?: React.Ref<HTMLElement> | undefined;
|
|
445
|
-
}>) => React.JSX.Element)[];
|
|
446
|
-
argTypes: {
|
|
447
|
-
children?: import("@storybook/core/csf").InputType | undefined;
|
|
448
|
-
as?: import("@storybook/core/csf").InputType | undefined;
|
|
449
|
-
is?: import("@storybook/core/csf").InputType | undefined;
|
|
450
|
-
boxShadow?: import("@storybook/core/csf").InputType | undefined;
|
|
451
|
-
display?: import("@storybook/core/csf").InputType | undefined;
|
|
452
|
-
position?: import("@storybook/core/csf").InputType | undefined;
|
|
453
|
-
width?: import("@storybook/core/csf").InputType | undefined;
|
|
454
|
-
height?: import("@storybook/core/csf").InputType | undefined;
|
|
455
|
-
backgroundColour?: import("@storybook/core/csf").InputType | undefined;
|
|
456
|
-
colour?: import("@storybook/core/csf").InputType | undefined;
|
|
457
|
-
opacity?: import("@storybook/core/csf").InputType | undefined;
|
|
458
|
-
overflow?: import("@storybook/core/csf").InputType | undefined;
|
|
459
|
-
userSelect?: import("@storybook/core/csf").InputType | undefined;
|
|
460
|
-
textAlign?: import("@storybook/core/csf").InputType | undefined;
|
|
461
|
-
pointerEvents?: import("@storybook/core/csf").InputType | undefined;
|
|
462
|
-
className?: import("@storybook/core/csf").InputType | undefined;
|
|
463
|
-
padding?: import("@storybook/core/csf").InputType | undefined;
|
|
464
|
-
paddingX?: import("@storybook/core/csf").InputType | undefined;
|
|
465
|
-
paddingY?: import("@storybook/core/csf").InputType | undefined;
|
|
466
|
-
paddingTop?: import("@storybook/core/csf").InputType | undefined;
|
|
467
|
-
paddingRight?: import("@storybook/core/csf").InputType | undefined;
|
|
468
|
-
paddingBottom?: import("@storybook/core/csf").InputType | undefined;
|
|
469
|
-
paddingLeft?: import("@storybook/core/csf").InputType | undefined;
|
|
470
|
-
margin?: import("@storybook/core/csf").InputType | undefined;
|
|
471
|
-
marginX?: import("@storybook/core/csf").InputType | undefined;
|
|
472
|
-
marginY?: import("@storybook/core/csf").InputType | undefined;
|
|
473
|
-
marginTop?: import("@storybook/core/csf").InputType | undefined;
|
|
474
|
-
marginRight?: import("@storybook/core/csf").InputType | undefined;
|
|
475
|
-
marginBottom?: import("@storybook/core/csf").InputType | undefined;
|
|
476
|
-
marginLeft?: import("@storybook/core/csf").InputType | undefined;
|
|
477
|
-
borderWidth?: import("@storybook/core/csf").InputType | undefined;
|
|
478
|
-
borderWidthX?: import("@storybook/core/csf").InputType | undefined;
|
|
479
|
-
borderWidthY?: import("@storybook/core/csf").InputType | undefined;
|
|
480
|
-
borderWidthTop?: import("@storybook/core/csf").InputType | undefined;
|
|
481
|
-
borderWidthRight?: import("@storybook/core/csf").InputType | undefined;
|
|
482
|
-
borderWidthBottom?: import("@storybook/core/csf").InputType | undefined;
|
|
483
|
-
borderWidthLeft?: import("@storybook/core/csf").InputType | undefined;
|
|
484
|
-
borderColour?: import("@storybook/core/csf").InputType | undefined;
|
|
485
|
-
borderColourX?: import("@storybook/core/csf").InputType | undefined;
|
|
486
|
-
borderColourY?: import("@storybook/core/csf").InputType | undefined;
|
|
487
|
-
borderColourTop?: import("@storybook/core/csf").InputType | undefined;
|
|
488
|
-
borderColourRight?: import("@storybook/core/csf").InputType | undefined;
|
|
489
|
-
borderColourBottom?: import("@storybook/core/csf").InputType | undefined;
|
|
490
|
-
borderColourLeft?: import("@storybook/core/csf").InputType | undefined;
|
|
491
|
-
borderRadius?: import("@storybook/core/csf").InputType | undefined;
|
|
492
|
-
alignItems?: import("@storybook/core/csf").InputType | undefined;
|
|
493
|
-
order?: import("@storybook/core/csf").InputType | undefined;
|
|
494
|
-
flexDirection?: import("@storybook/core/csf").InputType | undefined;
|
|
495
|
-
flexGrow?: import("@storybook/core/csf").InputType | undefined;
|
|
496
|
-
flexShrink?: import("@storybook/core/csf").InputType | undefined;
|
|
497
|
-
flexWrap?: import("@storybook/core/csf").InputType | undefined;
|
|
498
|
-
justifyContent?: import("@storybook/core/csf").InputType | undefined;
|
|
499
|
-
color?: import("@storybook/core/csf").InputType | undefined;
|
|
500
|
-
content?: import("@storybook/core/csf").InputType | undefined;
|
|
501
|
-
placeholder?: import("@storybook/core/csf").InputType | undefined;
|
|
502
|
-
min?: import("@storybook/core/csf").InputType | undefined;
|
|
503
|
-
size?: import("@storybook/core/csf").InputType | undefined;
|
|
504
|
-
muted?: import("@storybook/core/csf").InputType | undefined;
|
|
505
|
-
name?: import("@storybook/core/csf").InputType | undefined;
|
|
506
|
-
translate?: import("@storybook/core/csf").InputType | undefined;
|
|
507
|
-
start?: import("@storybook/core/csf").InputType | undefined;
|
|
508
|
-
hidden?: import("@storybook/core/csf").InputType | undefined;
|
|
509
|
-
style?: import("@storybook/core/csf").InputType | undefined;
|
|
510
|
-
default?: import("@storybook/core/csf").InputType | undefined;
|
|
511
|
-
wrap?: import("@storybook/core/csf").InputType | undefined;
|
|
512
|
-
open?: import("@storybook/core/csf").InputType | undefined;
|
|
513
|
-
multiple?: import("@storybook/core/csf").InputType | undefined;
|
|
514
|
-
disabled?: import("@storybook/core/csf").InputType | undefined;
|
|
515
|
-
value?: import("@storybook/core/csf").InputType | undefined;
|
|
516
|
-
cite?: import("@storybook/core/csf").InputType | undefined;
|
|
517
|
-
data?: import("@storybook/core/csf").InputType | undefined;
|
|
518
|
-
form?: import("@storybook/core/csf").InputType | undefined;
|
|
519
|
-
label?: import("@storybook/core/csf").InputType | undefined;
|
|
520
|
-
slot?: import("@storybook/core/csf").InputType | undefined;
|
|
521
|
-
span?: import("@storybook/core/csf").InputType | undefined;
|
|
522
|
-
summary?: import("@storybook/core/csf").InputType | undefined;
|
|
523
|
-
title?: import("@storybook/core/csf").InputType | undefined;
|
|
524
|
-
pattern?: import("@storybook/core/csf").InputType | undefined;
|
|
525
|
-
accept?: import("@storybook/core/csf").InputType | undefined;
|
|
526
|
-
acceptCharset?: import("@storybook/core/csf").InputType | undefined;
|
|
527
|
-
action?: import("@storybook/core/csf").InputType | undefined;
|
|
528
|
-
allowFullScreen?: import("@storybook/core/csf").InputType | undefined;
|
|
529
|
-
allowTransparency?: import("@storybook/core/csf").InputType | undefined;
|
|
530
|
-
alt?: import("@storybook/core/csf").InputType | undefined;
|
|
531
|
-
async?: import("@storybook/core/csf").InputType | undefined;
|
|
532
|
-
autoComplete?: import("@storybook/core/csf").InputType | undefined;
|
|
533
|
-
autoPlay?: import("@storybook/core/csf").InputType | undefined;
|
|
534
|
-
capture?: import("@storybook/core/csf").InputType | undefined;
|
|
535
|
-
cellPadding?: import("@storybook/core/csf").InputType | undefined;
|
|
536
|
-
cellSpacing?: import("@storybook/core/csf").InputType | undefined;
|
|
537
|
-
charSet?: import("@storybook/core/csf").InputType | undefined;
|
|
538
|
-
challenge?: import("@storybook/core/csf").InputType | undefined;
|
|
539
|
-
checked?: import("@storybook/core/csf").InputType | undefined;
|
|
540
|
-
classID?: import("@storybook/core/csf").InputType | undefined;
|
|
541
|
-
cols?: import("@storybook/core/csf").InputType | undefined;
|
|
542
|
-
colSpan?: import("@storybook/core/csf").InputType | undefined;
|
|
543
|
-
controls?: import("@storybook/core/csf").InputType | undefined;
|
|
544
|
-
coords?: import("@storybook/core/csf").InputType | undefined;
|
|
545
|
-
crossOrigin?: import("@storybook/core/csf").InputType | undefined;
|
|
546
|
-
dateTime?: import("@storybook/core/csf").InputType | undefined;
|
|
547
|
-
defer?: import("@storybook/core/csf").InputType | undefined;
|
|
548
|
-
download?: import("@storybook/core/csf").InputType | undefined;
|
|
549
|
-
encType?: import("@storybook/core/csf").InputType | undefined;
|
|
550
|
-
formAction?: import("@storybook/core/csf").InputType | undefined;
|
|
551
|
-
formEncType?: import("@storybook/core/csf").InputType | undefined;
|
|
552
|
-
formMethod?: import("@storybook/core/csf").InputType | undefined;
|
|
553
|
-
formNoValidate?: import("@storybook/core/csf").InputType | undefined;
|
|
554
|
-
formTarget?: import("@storybook/core/csf").InputType | undefined;
|
|
555
|
-
frameBorder?: import("@storybook/core/csf").InputType | undefined;
|
|
556
|
-
headers?: import("@storybook/core/csf").InputType | undefined;
|
|
557
|
-
high?: import("@storybook/core/csf").InputType | undefined;
|
|
558
|
-
href?: import("@storybook/core/csf").InputType | undefined;
|
|
559
|
-
hrefLang?: import("@storybook/core/csf").InputType | undefined;
|
|
560
|
-
htmlFor?: import("@storybook/core/csf").InputType | undefined;
|
|
561
|
-
httpEquiv?: import("@storybook/core/csf").InputType | undefined;
|
|
562
|
-
integrity?: import("@storybook/core/csf").InputType | undefined;
|
|
563
|
-
keyParams?: import("@storybook/core/csf").InputType | undefined;
|
|
564
|
-
keyType?: import("@storybook/core/csf").InputType | undefined;
|
|
565
|
-
kind?: import("@storybook/core/csf").InputType | undefined;
|
|
566
|
-
list?: import("@storybook/core/csf").InputType | undefined;
|
|
567
|
-
loop?: import("@storybook/core/csf").InputType | undefined;
|
|
568
|
-
low?: import("@storybook/core/csf").InputType | undefined;
|
|
569
|
-
manifest?: import("@storybook/core/csf").InputType | undefined;
|
|
570
|
-
marginHeight?: import("@storybook/core/csf").InputType | undefined;
|
|
571
|
-
marginWidth?: import("@storybook/core/csf").InputType | undefined;
|
|
572
|
-
max?: import("@storybook/core/csf").InputType | undefined;
|
|
573
|
-
maxLength?: import("@storybook/core/csf").InputType | undefined;
|
|
574
|
-
media?: import("@storybook/core/csf").InputType | undefined;
|
|
575
|
-
mediaGroup?: import("@storybook/core/csf").InputType | undefined;
|
|
576
|
-
method?: import("@storybook/core/csf").InputType | undefined;
|
|
577
|
-
minLength?: import("@storybook/core/csf").InputType | undefined;
|
|
578
|
-
noValidate?: import("@storybook/core/csf").InputType | undefined;
|
|
579
|
-
optimum?: import("@storybook/core/csf").InputType | undefined;
|
|
580
|
-
playsInline?: import("@storybook/core/csf").InputType | undefined;
|
|
581
|
-
poster?: import("@storybook/core/csf").InputType | undefined;
|
|
582
|
-
preload?: import("@storybook/core/csf").InputType | undefined;
|
|
583
|
-
readOnly?: import("@storybook/core/csf").InputType | undefined;
|
|
584
|
-
required?: import("@storybook/core/csf").InputType | undefined;
|
|
585
|
-
reversed?: import("@storybook/core/csf").InputType | undefined;
|
|
586
|
-
rows?: import("@storybook/core/csf").InputType | undefined;
|
|
587
|
-
rowSpan?: import("@storybook/core/csf").InputType | undefined;
|
|
588
|
-
sandbox?: import("@storybook/core/csf").InputType | undefined;
|
|
589
|
-
scope?: import("@storybook/core/csf").InputType | undefined;
|
|
590
|
-
scoped?: import("@storybook/core/csf").InputType | undefined;
|
|
591
|
-
scrolling?: import("@storybook/core/csf").InputType | undefined;
|
|
592
|
-
seamless?: import("@storybook/core/csf").InputType | undefined;
|
|
593
|
-
selected?: import("@storybook/core/csf").InputType | undefined;
|
|
594
|
-
shape?: import("@storybook/core/csf").InputType | undefined;
|
|
595
|
-
sizes?: import("@storybook/core/csf").InputType | undefined;
|
|
596
|
-
src?: import("@storybook/core/csf").InputType | undefined;
|
|
597
|
-
srcDoc?: import("@storybook/core/csf").InputType | undefined;
|
|
598
|
-
srcLang?: import("@storybook/core/csf").InputType | undefined;
|
|
599
|
-
srcSet?: import("@storybook/core/csf").InputType | undefined;
|
|
600
|
-
step?: import("@storybook/core/csf").InputType | undefined;
|
|
601
|
-
target?: import("@storybook/core/csf").InputType | undefined;
|
|
602
|
-
type?: import("@storybook/core/csf").InputType | undefined;
|
|
603
|
-
useMap?: import("@storybook/core/csf").InputType | undefined;
|
|
604
|
-
wmode?: import("@storybook/core/csf").InputType | undefined;
|
|
605
|
-
defaultChecked?: import("@storybook/core/csf").InputType | undefined;
|
|
606
|
-
defaultValue?: import("@storybook/core/csf").InputType | undefined;
|
|
607
|
-
suppressContentEditableWarning?: import("@storybook/core/csf").InputType | undefined;
|
|
608
|
-
suppressHydrationWarning?: import("@storybook/core/csf").InputType | undefined;
|
|
609
|
-
accessKey?: import("@storybook/core/csf").InputType | undefined;
|
|
610
|
-
autoCapitalize?: import("@storybook/core/csf").InputType | undefined;
|
|
611
|
-
autoFocus?: import("@storybook/core/csf").InputType | undefined;
|
|
612
|
-
contentEditable?: import("@storybook/core/csf").InputType | undefined;
|
|
613
|
-
contextMenu?: import("@storybook/core/csf").InputType | undefined;
|
|
614
|
-
dir?: import("@storybook/core/csf").InputType | undefined;
|
|
615
|
-
draggable?: import("@storybook/core/csf").InputType | undefined;
|
|
616
|
-
enterKeyHint?: import("@storybook/core/csf").InputType | undefined;
|
|
617
|
-
id?: import("@storybook/core/csf").InputType | undefined;
|
|
618
|
-
lang?: import("@storybook/core/csf").InputType | undefined;
|
|
619
|
-
nonce?: import("@storybook/core/csf").InputType | undefined;
|
|
620
|
-
spellCheck?: import("@storybook/core/csf").InputType | undefined;
|
|
621
|
-
tabIndex?: import("@storybook/core/csf").InputType | undefined;
|
|
622
|
-
radioGroup?: import("@storybook/core/csf").InputType | undefined;
|
|
623
|
-
role?: import("@storybook/core/csf").InputType | undefined;
|
|
624
|
-
about?: import("@storybook/core/csf").InputType | undefined;
|
|
625
|
-
datatype?: import("@storybook/core/csf").InputType | undefined;
|
|
626
|
-
inlist?: import("@storybook/core/csf").InputType | undefined;
|
|
627
|
-
prefix?: import("@storybook/core/csf").InputType | undefined;
|
|
628
|
-
property?: import("@storybook/core/csf").InputType | undefined;
|
|
629
|
-
rel?: import("@storybook/core/csf").InputType | undefined;
|
|
630
|
-
resource?: import("@storybook/core/csf").InputType | undefined;
|
|
631
|
-
rev?: import("@storybook/core/csf").InputType | undefined;
|
|
632
|
-
typeof?: import("@storybook/core/csf").InputType | undefined;
|
|
633
|
-
vocab?: import("@storybook/core/csf").InputType | undefined;
|
|
634
|
-
autoCorrect?: import("@storybook/core/csf").InputType | undefined;
|
|
635
|
-
autoSave?: import("@storybook/core/csf").InputType | undefined;
|
|
636
|
-
itemProp?: import("@storybook/core/csf").InputType | undefined;
|
|
637
|
-
itemScope?: import("@storybook/core/csf").InputType | undefined;
|
|
638
|
-
itemType?: import("@storybook/core/csf").InputType | undefined;
|
|
639
|
-
itemID?: import("@storybook/core/csf").InputType | undefined;
|
|
640
|
-
itemRef?: import("@storybook/core/csf").InputType | undefined;
|
|
641
|
-
results?: import("@storybook/core/csf").InputType | undefined;
|
|
642
|
-
security?: import("@storybook/core/csf").InputType | undefined;
|
|
643
|
-
unselectable?: import("@storybook/core/csf").InputType | undefined;
|
|
644
|
-
popover?: import("@storybook/core/csf").InputType | undefined;
|
|
645
|
-
popoverTargetAction?: import("@storybook/core/csf").InputType | undefined;
|
|
646
|
-
popoverTarget?: import("@storybook/core/csf").InputType | undefined;
|
|
647
|
-
inert?: import("@storybook/core/csf").InputType | undefined;
|
|
648
|
-
inputMode?: import("@storybook/core/csf").InputType | undefined;
|
|
649
|
-
exportparts?: import("@storybook/core/csf").InputType | undefined;
|
|
650
|
-
part?: import("@storybook/core/csf").InputType | undefined;
|
|
651
|
-
"aria-activedescendant"?: import("@storybook/core/csf").InputType | undefined;
|
|
652
|
-
"aria-atomic"?: import("@storybook/core/csf").InputType | undefined;
|
|
653
|
-
"aria-autocomplete"?: import("@storybook/core/csf").InputType | undefined;
|
|
654
|
-
"aria-braillelabel"?: import("@storybook/core/csf").InputType | undefined;
|
|
655
|
-
"aria-brailleroledescription"?: import("@storybook/core/csf").InputType | undefined;
|
|
656
|
-
"aria-busy"?: import("@storybook/core/csf").InputType | undefined;
|
|
657
|
-
"aria-checked"?: import("@storybook/core/csf").InputType | undefined;
|
|
658
|
-
"aria-colcount"?: import("@storybook/core/csf").InputType | undefined;
|
|
659
|
-
"aria-colindex"?: import("@storybook/core/csf").InputType | undefined;
|
|
660
|
-
"aria-colindextext"?: import("@storybook/core/csf").InputType | undefined;
|
|
661
|
-
"aria-colspan"?: import("@storybook/core/csf").InputType | undefined;
|
|
662
|
-
"aria-controls"?: import("@storybook/core/csf").InputType | undefined;
|
|
663
|
-
"aria-current"?: import("@storybook/core/csf").InputType | undefined;
|
|
664
|
-
"aria-describedby"?: import("@storybook/core/csf").InputType | undefined;
|
|
665
|
-
"aria-description"?: import("@storybook/core/csf").InputType | undefined;
|
|
666
|
-
"aria-details"?: import("@storybook/core/csf").InputType | undefined;
|
|
667
|
-
"aria-disabled"?: import("@storybook/core/csf").InputType | undefined;
|
|
668
|
-
"aria-dropeffect"?: import("@storybook/core/csf").InputType | undefined;
|
|
669
|
-
"aria-errormessage"?: import("@storybook/core/csf").InputType | undefined;
|
|
670
|
-
"aria-expanded"?: import("@storybook/core/csf").InputType | undefined;
|
|
671
|
-
"aria-flowto"?: import("@storybook/core/csf").InputType | undefined;
|
|
672
|
-
"aria-grabbed"?: import("@storybook/core/csf").InputType | undefined;
|
|
673
|
-
"aria-haspopup"?: import("@storybook/core/csf").InputType | undefined;
|
|
674
|
-
"aria-hidden"?: import("@storybook/core/csf").InputType | undefined;
|
|
675
|
-
"aria-invalid"?: import("@storybook/core/csf").InputType | undefined;
|
|
676
|
-
"aria-keyshortcuts"?: import("@storybook/core/csf").InputType | undefined;
|
|
677
|
-
"aria-label"?: import("@storybook/core/csf").InputType | undefined;
|
|
678
|
-
"aria-labelledby"?: import("@storybook/core/csf").InputType | undefined;
|
|
679
|
-
"aria-level"?: import("@storybook/core/csf").InputType | undefined;
|
|
680
|
-
"aria-live"?: import("@storybook/core/csf").InputType | undefined;
|
|
681
|
-
"aria-modal"?: import("@storybook/core/csf").InputType | undefined;
|
|
682
|
-
"aria-multiline"?: import("@storybook/core/csf").InputType | undefined;
|
|
683
|
-
"aria-multiselectable"?: import("@storybook/core/csf").InputType | undefined;
|
|
684
|
-
"aria-orientation"?: import("@storybook/core/csf").InputType | undefined;
|
|
685
|
-
"aria-owns"?: import("@storybook/core/csf").InputType | undefined;
|
|
686
|
-
"aria-placeholder"?: import("@storybook/core/csf").InputType | undefined;
|
|
687
|
-
"aria-posinset"?: import("@storybook/core/csf").InputType | undefined;
|
|
688
|
-
"aria-pressed"?: import("@storybook/core/csf").InputType | undefined;
|
|
689
|
-
"aria-readonly"?: import("@storybook/core/csf").InputType | undefined;
|
|
690
|
-
"aria-relevant"?: import("@storybook/core/csf").InputType | undefined;
|
|
691
|
-
"aria-required"?: import("@storybook/core/csf").InputType | undefined;
|
|
692
|
-
"aria-roledescription"?: import("@storybook/core/csf").InputType | undefined;
|
|
693
|
-
"aria-rowcount"?: import("@storybook/core/csf").InputType | undefined;
|
|
694
|
-
"aria-rowindex"?: import("@storybook/core/csf").InputType | undefined;
|
|
695
|
-
"aria-rowindextext"?: import("@storybook/core/csf").InputType | undefined;
|
|
696
|
-
"aria-rowspan"?: import("@storybook/core/csf").InputType | undefined;
|
|
697
|
-
"aria-selected"?: import("@storybook/core/csf").InputType | undefined;
|
|
698
|
-
"aria-setsize"?: import("@storybook/core/csf").InputType | undefined;
|
|
699
|
-
"aria-sort"?: import("@storybook/core/csf").InputType | undefined;
|
|
700
|
-
"aria-valuemax"?: import("@storybook/core/csf").InputType | undefined;
|
|
701
|
-
"aria-valuemin"?: import("@storybook/core/csf").InputType | undefined;
|
|
702
|
-
"aria-valuenow"?: import("@storybook/core/csf").InputType | undefined;
|
|
703
|
-
"aria-valuetext"?: import("@storybook/core/csf").InputType | undefined;
|
|
704
|
-
dangerouslySetInnerHTML?: import("@storybook/core/csf").InputType | undefined;
|
|
705
|
-
onCopy?: import("@storybook/core/csf").InputType | undefined;
|
|
706
|
-
onCopyCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
707
|
-
onCut?: import("@storybook/core/csf").InputType | undefined;
|
|
708
|
-
onCutCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
709
|
-
onPaste?: import("@storybook/core/csf").InputType | undefined;
|
|
710
|
-
onPasteCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
711
|
-
onCompositionEnd?: import("@storybook/core/csf").InputType | undefined;
|
|
712
|
-
onCompositionEndCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
713
|
-
onCompositionStart?: import("@storybook/core/csf").InputType | undefined;
|
|
714
|
-
onCompositionStartCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
715
|
-
onCompositionUpdate?: import("@storybook/core/csf").InputType | undefined;
|
|
716
|
-
onCompositionUpdateCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
717
|
-
onFocus?: import("@storybook/core/csf").InputType | undefined;
|
|
718
|
-
onFocusCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
719
|
-
onBlur?: import("@storybook/core/csf").InputType | undefined;
|
|
720
|
-
onBlurCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
721
|
-
onChange?: import("@storybook/core/csf").InputType | undefined;
|
|
722
|
-
onChangeCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
723
|
-
onBeforeInput?: import("@storybook/core/csf").InputType | undefined;
|
|
724
|
-
onBeforeInputCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
725
|
-
onInput?: import("@storybook/core/csf").InputType | undefined;
|
|
726
|
-
onInputCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
727
|
-
onReset?: import("@storybook/core/csf").InputType | undefined;
|
|
728
|
-
onResetCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
729
|
-
onSubmit?: import("@storybook/core/csf").InputType | undefined;
|
|
730
|
-
onSubmitCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
731
|
-
onInvalid?: import("@storybook/core/csf").InputType | undefined;
|
|
732
|
-
onInvalidCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
733
|
-
onLoad?: import("@storybook/core/csf").InputType | undefined;
|
|
734
|
-
onLoadCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
735
|
-
onError?: import("@storybook/core/csf").InputType | undefined;
|
|
736
|
-
onErrorCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
737
|
-
onKeyDown?: import("@storybook/core/csf").InputType | undefined;
|
|
738
|
-
onKeyDownCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
739
|
-
onKeyPress?: import("@storybook/core/csf").InputType | undefined;
|
|
740
|
-
onKeyPressCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
741
|
-
onKeyUp?: import("@storybook/core/csf").InputType | undefined;
|
|
742
|
-
onKeyUpCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
743
|
-
onAbort?: import("@storybook/core/csf").InputType | undefined;
|
|
744
|
-
onAbortCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
745
|
-
onCanPlay?: import("@storybook/core/csf").InputType | undefined;
|
|
746
|
-
onCanPlayCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
747
|
-
onCanPlayThrough?: import("@storybook/core/csf").InputType | undefined;
|
|
748
|
-
onCanPlayThroughCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
749
|
-
onDurationChange?: import("@storybook/core/csf").InputType | undefined;
|
|
750
|
-
onDurationChangeCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
751
|
-
onEmptied?: import("@storybook/core/csf").InputType | undefined;
|
|
752
|
-
onEmptiedCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
753
|
-
onEncrypted?: import("@storybook/core/csf").InputType | undefined;
|
|
754
|
-
onEncryptedCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
755
|
-
onEnded?: import("@storybook/core/csf").InputType | undefined;
|
|
756
|
-
onEndedCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
757
|
-
onLoadedData?: import("@storybook/core/csf").InputType | undefined;
|
|
758
|
-
onLoadedDataCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
759
|
-
onLoadedMetadata?: import("@storybook/core/csf").InputType | undefined;
|
|
760
|
-
onLoadedMetadataCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
761
|
-
onLoadStart?: import("@storybook/core/csf").InputType | undefined;
|
|
762
|
-
onLoadStartCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
763
|
-
onPause?: import("@storybook/core/csf").InputType | undefined;
|
|
764
|
-
onPauseCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
765
|
-
onPlay?: import("@storybook/core/csf").InputType | undefined;
|
|
766
|
-
onPlayCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
767
|
-
onPlaying?: import("@storybook/core/csf").InputType | undefined;
|
|
768
|
-
onPlayingCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
769
|
-
onProgress?: import("@storybook/core/csf").InputType | undefined;
|
|
770
|
-
onProgressCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
771
|
-
onRateChange?: import("@storybook/core/csf").InputType | undefined;
|
|
772
|
-
onRateChangeCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
773
|
-
onResize?: import("@storybook/core/csf").InputType | undefined;
|
|
774
|
-
onResizeCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
775
|
-
onSeeked?: import("@storybook/core/csf").InputType | undefined;
|
|
776
|
-
onSeekedCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
777
|
-
onSeeking?: import("@storybook/core/csf").InputType | undefined;
|
|
778
|
-
onSeekingCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
779
|
-
onStalled?: import("@storybook/core/csf").InputType | undefined;
|
|
780
|
-
onStalledCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
781
|
-
onSuspend?: import("@storybook/core/csf").InputType | undefined;
|
|
782
|
-
onSuspendCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
783
|
-
onTimeUpdate?: import("@storybook/core/csf").InputType | undefined;
|
|
784
|
-
onTimeUpdateCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
785
|
-
onVolumeChange?: import("@storybook/core/csf").InputType | undefined;
|
|
786
|
-
onVolumeChangeCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
787
|
-
onWaiting?: import("@storybook/core/csf").InputType | undefined;
|
|
788
|
-
onWaitingCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
789
|
-
onAuxClick?: import("@storybook/core/csf").InputType | undefined;
|
|
790
|
-
onAuxClickCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
791
|
-
onClick?: import("@storybook/core/csf").InputType | undefined;
|
|
792
|
-
onClickCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
793
|
-
onContextMenu?: import("@storybook/core/csf").InputType | undefined;
|
|
794
|
-
onContextMenuCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
795
|
-
onDoubleClick?: import("@storybook/core/csf").InputType | undefined;
|
|
796
|
-
onDoubleClickCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
797
|
-
onDrag?: import("@storybook/core/csf").InputType | undefined;
|
|
798
|
-
onDragCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
799
|
-
onDragEnd?: import("@storybook/core/csf").InputType | undefined;
|
|
800
|
-
onDragEndCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
801
|
-
onDragEnter?: import("@storybook/core/csf").InputType | undefined;
|
|
802
|
-
onDragEnterCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
803
|
-
onDragExit?: import("@storybook/core/csf").InputType | undefined;
|
|
804
|
-
onDragExitCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
805
|
-
onDragLeave?: import("@storybook/core/csf").InputType | undefined;
|
|
806
|
-
onDragLeaveCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
807
|
-
onDragOver?: import("@storybook/core/csf").InputType | undefined;
|
|
808
|
-
onDragOverCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
809
|
-
onDragStart?: import("@storybook/core/csf").InputType | undefined;
|
|
810
|
-
onDragStartCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
811
|
-
onDrop?: import("@storybook/core/csf").InputType | undefined;
|
|
812
|
-
onDropCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
813
|
-
onMouseDown?: import("@storybook/core/csf").InputType | undefined;
|
|
814
|
-
onMouseDownCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
815
|
-
onMouseEnter?: import("@storybook/core/csf").InputType | undefined;
|
|
816
|
-
onMouseLeave?: import("@storybook/core/csf").InputType | undefined;
|
|
817
|
-
onMouseMove?: import("@storybook/core/csf").InputType | undefined;
|
|
818
|
-
onMouseMoveCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
819
|
-
onMouseOut?: import("@storybook/core/csf").InputType | undefined;
|
|
820
|
-
onMouseOutCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
821
|
-
onMouseOver?: import("@storybook/core/csf").InputType | undefined;
|
|
822
|
-
onMouseOverCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
823
|
-
onMouseUp?: import("@storybook/core/csf").InputType | undefined;
|
|
824
|
-
onMouseUpCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
825
|
-
onSelect?: import("@storybook/core/csf").InputType | undefined;
|
|
826
|
-
onSelectCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
827
|
-
onTouchCancel?: import("@storybook/core/csf").InputType | undefined;
|
|
828
|
-
onTouchCancelCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
829
|
-
onTouchEnd?: import("@storybook/core/csf").InputType | undefined;
|
|
830
|
-
onTouchEndCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
831
|
-
onTouchMove?: import("@storybook/core/csf").InputType | undefined;
|
|
832
|
-
onTouchMoveCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
833
|
-
onTouchStart?: import("@storybook/core/csf").InputType | undefined;
|
|
834
|
-
onTouchStartCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
835
|
-
onPointerDown?: import("@storybook/core/csf").InputType | undefined;
|
|
836
|
-
onPointerDownCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
837
|
-
onPointerMove?: import("@storybook/core/csf").InputType | undefined;
|
|
838
|
-
onPointerMoveCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
839
|
-
onPointerUp?: import("@storybook/core/csf").InputType | undefined;
|
|
840
|
-
onPointerUpCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
841
|
-
onPointerCancel?: import("@storybook/core/csf").InputType | undefined;
|
|
842
|
-
onPointerCancelCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
843
|
-
onPointerEnter?: import("@storybook/core/csf").InputType | undefined;
|
|
844
|
-
onPointerLeave?: import("@storybook/core/csf").InputType | undefined;
|
|
845
|
-
onPointerOver?: import("@storybook/core/csf").InputType | undefined;
|
|
846
|
-
onPointerOverCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
847
|
-
onPointerOut?: import("@storybook/core/csf").InputType | undefined;
|
|
848
|
-
onPointerOutCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
849
|
-
onGotPointerCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
850
|
-
onGotPointerCaptureCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
851
|
-
onLostPointerCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
852
|
-
onLostPointerCaptureCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
853
|
-
onScroll?: import("@storybook/core/csf").InputType | undefined;
|
|
854
|
-
onScrollCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
855
|
-
onScrollEnd?: import("@storybook/core/csf").InputType | undefined;
|
|
856
|
-
onScrollEndCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
857
|
-
onWheel?: import("@storybook/core/csf").InputType | undefined;
|
|
858
|
-
onWheelCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
859
|
-
onAnimationStart?: import("@storybook/core/csf").InputType | undefined;
|
|
860
|
-
onAnimationStartCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
861
|
-
onAnimationEnd?: import("@storybook/core/csf").InputType | undefined;
|
|
862
|
-
onAnimationEndCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
863
|
-
onAnimationIteration?: import("@storybook/core/csf").InputType | undefined;
|
|
864
|
-
onAnimationIterationCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
865
|
-
onToggle?: import("@storybook/core/csf").InputType | undefined;
|
|
866
|
-
onBeforeToggle?: import("@storybook/core/csf").InputType | undefined;
|
|
867
|
-
onTransitionCancel?: import("@storybook/core/csf").InputType | undefined;
|
|
868
|
-
onTransitionCancelCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
869
|
-
onTransitionEnd?: import("@storybook/core/csf").InputType | undefined;
|
|
870
|
-
onTransitionEndCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
871
|
-
onTransitionRun?: import("@storybook/core/csf").InputType | undefined;
|
|
872
|
-
onTransitionRunCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
873
|
-
onTransitionStart?: import("@storybook/core/csf").InputType | undefined;
|
|
874
|
-
onTransitionStartCapture?: import("@storybook/core/csf").InputType | undefined;
|
|
875
|
-
ref?: import("@storybook/core/csf").InputType | undefined;
|
|
876
|
-
key?: import("@storybook/core/csf").InputType | undefined;
|
|
877
|
-
noWrap: {
|
|
878
|
-
control: {
|
|
879
|
-
type: "boolean";
|
|
880
|
-
};
|
|
881
|
-
};
|
|
882
|
-
space: {
|
|
883
|
-
options: string[];
|
|
884
|
-
control: {
|
|
885
|
-
type: "select";
|
|
886
|
-
};
|
|
887
|
-
};
|
|
888
|
-
spaceX: {
|
|
889
|
-
options: string[];
|
|
890
|
-
control: {
|
|
891
|
-
type: "select";
|
|
892
|
-
};
|
|
893
|
-
};
|
|
894
|
-
spaceY: {
|
|
895
|
-
options: string[];
|
|
896
|
-
control: {
|
|
897
|
-
type: "select";
|
|
898
|
-
};
|
|
899
|
-
};
|
|
900
|
-
};
|
|
901
|
-
};
|
|
902
|
-
export default _default;
|
|
903
|
-
export declare const Standard: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Omit<import("./Columns").Props, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
904
|
-
export declare const StandardColumn: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Omit<import("./Column").Props, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Columns } from '.';
|
|
3
|
+
declare const meta: Meta<typeof Columns>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Columns>;
|
|
6
|
+
export declare const Standard: Story;
|
|
7
|
+
export declare const StandardColumn: Story;
|
|
905
8
|
//# sourceMappingURL=Columns.stories.d.ts.map
|