qaema-ui 0.0.26 → 0.0.28
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/_virtual/index.js +5 -5
- package/dist/_virtual/index2.js +4 -4
- package/dist/_virtual/index3.js +5 -5
- package/dist/_virtual/index4.js +4 -4
- package/dist/assets/icons/RiyalIcon.d.ts +1 -1
- package/dist/components/AccordionCard.d.ts +1 -1
- package/dist/components/ActionInput.d.ts +2 -2
- package/dist/components/AddOnCardInput.d.ts +2 -2
- package/dist/components/Alert.d.ts +1 -1
- package/dist/components/AmountItem.d.ts +2 -2
- package/dist/components/Badge.d.ts +3 -3
- package/dist/components/Button.d.ts +3 -2
- package/dist/components/Card.d.ts +1 -1
- package/dist/components/CardsList.d.ts +2 -2
- package/dist/components/Chart.d.ts +1 -1
- package/dist/components/ChartLegend/ChartLegend.d.ts +2 -2
- package/dist/components/ChartLegend/ChartLegend.js +8 -7
- package/dist/components/ChartLegend/PieChartLegend.d.ts +1 -1
- package/dist/components/ChartLegend/styles.d.ts +5 -5
- package/dist/components/CollapsableCard.d.ts +1 -1
- package/dist/components/ConfigList.d.ts +1 -1
- package/dist/components/ConfirmationPopup.d.ts +1 -1
- package/dist/components/DatePicker.d.ts +1 -1
- package/dist/components/DatePicker.js +1 -1
- package/dist/components/Divider.d.ts +2 -2
- package/dist/components/Draggable.d.ts +1 -1
- package/dist/components/DropDown.d.ts +1 -1
- package/dist/components/DropDownWithTable/DropDownWithTable.d.ts +1 -1
- package/dist/components/DropDownWithTable/DropDownWithTable.js +69 -64
- package/dist/components/DropDownWithTable/DropDownWithTable.types.d.ts +2 -1
- package/dist/components/DropDownWithTable/Table/Table.d.ts +1 -1
- package/dist/components/DropDownWithTable/Table/Table.js +66 -66
- package/dist/components/DropDownWithTable/Table/Table.styles.d.ts +27 -27
- package/dist/components/DropDownWithTable/Table/components/CellComponents.d.ts +6 -6
- package/dist/components/DropDownWithTable/Table/components/CellComponents.js +82 -82
- package/dist/components/DropDownWithTable/Table/components/TableHead.d.ts +1 -1
- package/dist/components/FileDownloadCard.d.ts +1 -1
- package/dist/components/Filter.d.ts +14 -14
- package/dist/components/FilterActiveBar.d.ts +1 -1
- package/dist/components/Header.d.ts +3 -2
- package/dist/components/HelpCard.d.ts +2 -2
- package/dist/components/Hint.d.ts +2 -2
- package/dist/components/HorizontalChart.d.ts +2 -2
- package/dist/components/Image.d.ts +2 -2
- package/dist/components/InfoCard.d.ts +1 -1
- package/dist/components/InfoItem.d.ts +1 -1
- package/dist/components/InputField.d.ts +2 -2
- package/dist/components/Layout.d.ts +4 -3
- package/dist/components/Legend.d.ts +1 -1
- package/dist/components/Link.d.ts +1 -1
- package/dist/components/ListToolbar.d.ts +5 -5
- package/dist/components/MethodCard.d.ts +1 -1
- package/dist/components/Modal.d.ts +2 -2
- package/dist/components/ModalWithRequestCard.d.ts +2 -2
- package/dist/components/NavItem.d.ts +2 -2
- package/dist/components/NavigationPanel.d.ts +2 -2
- package/dist/components/NextActionBox.d.ts +1 -1
- package/dist/components/NextActionBox.js +104 -0
- package/dist/components/NumberInput.d.ts +1 -1
- package/dist/components/OTP.d.ts +1 -1
- package/dist/components/OptionCardGroup.d.ts +2 -2
- package/dist/components/OptionCardGroup.js +16 -15
- package/dist/components/Pagination.d.ts +1 -1
- package/dist/components/PasswordInputField.d.ts +2 -2
- package/dist/components/PaymentLinkDetails.d.ts +1 -1
- package/dist/components/PaymentTooltip.d.ts +2 -2
- package/dist/components/PhoneInputField.d.ts +2 -2
- package/dist/components/QuickActionItem.d.ts +2 -2
- package/dist/components/QuickStartCard.d.ts +4 -4
- package/dist/components/RadioInput.d.ts +1 -1
- package/dist/components/ReconciliationGroups.d.ts +1 -1
- package/dist/components/RequestCard.d.ts +7 -7
- package/dist/components/RequestSummaryCard.d.ts +6 -6
- package/dist/components/SectionHeader.d.ts +1 -1
- package/dist/components/SideMenuLinks.d.ts +1 -1
- package/dist/components/Sidemenu.d.ts +2 -2
- package/dist/components/Spinner.d.ts +1 -1
- package/dist/components/StatCard.d.ts +1 -1
- package/dist/components/StatIndicator.d.ts +1 -1
- package/dist/components/StatusFeedback.d.ts +2 -2
- package/dist/components/StepperProcess.d.ts +391 -571
- package/dist/components/SummaryCard.d.ts +1 -1
- package/dist/components/Table/Table.d.ts +1 -1
- package/dist/components/Table/Table.styles.d.ts +27 -27
- package/dist/components/Table/components/CellComponents.d.ts +6 -6
- package/dist/components/Table/components/TableHead.d.ts +1 -1
- package/dist/components/Tabs.d.ts +1 -1
- package/dist/components/TextArea.d.ts +1 -1
- package/dist/components/ThemeProvider.d.ts +2 -2
- package/dist/components/ToastNotification.d.ts +2 -2
- package/dist/components/Toggle.d.ts +2 -2
- package/dist/components/ToggleForm.d.ts +2 -2
- package/dist/components/Typography.d.ts +3 -3
- package/dist/components/index.d.ts +1 -1
- package/dist/hooks/useFormikInput.d.ts +11 -11
- package/dist/hooks/useTypographyVariant.d.ts +1 -1
- package/dist/i18n/i18n.d.ts +3 -3
- package/dist/index.js +173 -171
- package/dist/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -1
- package/dist/node_modules/@restart/ui/esm/ImperativeTransition.js +1 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js +4 -3
- package/dist/node_modules/d3-format/src/formatDecimal.js +4 -4
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js +5 -5
- package/dist/node_modules/d3-format/src/locale.js +37 -37
- package/dist/node_modules/d3-shape/src/symbol/circle.js +3 -3
- package/dist/node_modules/d3-time-format/src/defaultLocale.js +6 -5
- package/dist/node_modules/d3-time-format/src/locale.js +14 -14
- package/dist/node_modules/date-fns/addDays.js +3 -2
- package/dist/node_modules/date-fns/addMonths.js +9 -8
- package/dist/node_modules/date-fns/constructFrom.js +2 -1
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +3 -2
- package/dist/node_modules/date-fns/endOfMonth.js +4 -3
- package/dist/node_modules/date-fns/endOfWeek.js +5 -4
- package/dist/node_modules/date-fns/format.js +1 -0
- package/dist/node_modules/date-fns/getDayOfYear.js +4 -3
- package/dist/node_modules/date-fns/getDaysInMonth.js +6 -5
- package/dist/node_modules/date-fns/getDefaultOptions.js +3 -2
- package/dist/node_modules/date-fns/getISODay.js +6 -5
- package/dist/node_modules/date-fns/getISOWeek.js +5 -4
- package/dist/node_modules/date-fns/getISOWeekYear.js +1 -0
- package/dist/node_modules/date-fns/getWeek.js +6 -5
- package/dist/node_modules/date-fns/getWeekYear.js +1 -0
- package/dist/node_modules/date-fns/getYear.js +3 -2
- package/dist/node_modules/date-fns/isAfter.js +3 -2
- package/dist/node_modules/date-fns/isBefore.js +4 -3
- package/dist/node_modules/date-fns/isDate.js +1 -0
- package/dist/node_modules/date-fns/isSameDay.js +9 -8
- package/dist/node_modules/date-fns/isSameMonth.js +6 -5
- package/dist/node_modules/date-fns/isValid.js +5 -4
- package/dist/node_modules/date-fns/locale/ar-SA.js +7 -6
- package/dist/node_modules/date-fns/locale/en-US.js +9 -8
- package/dist/node_modules/date-fns/parse.js +11 -10
- package/dist/node_modules/date-fns/setDay.js +7 -6
- package/dist/node_modules/date-fns/setISODay.js +4 -3
- package/dist/node_modules/date-fns/setISOWeek.js +5 -4
- package/dist/node_modules/date-fns/setMonth.js +6 -5
- package/dist/node_modules/date-fns/setWeek.js +4 -3
- package/dist/node_modules/date-fns/setYear.js +5 -4
- package/dist/node_modules/date-fns/startOfDay.js +5 -4
- package/dist/node_modules/date-fns/startOfISOWeek.js +3 -2
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +6 -5
- package/dist/node_modules/date-fns/startOfMonth.js +1 -0
- package/dist/node_modules/date-fns/startOfWeek.js +8 -7
- package/dist/node_modules/date-fns/startOfWeekYear.js +5 -4
- package/dist/node_modules/date-fns/startOfYear.js +1 -0
- package/dist/node_modules/date-fns/subMonths.js +4 -3
- package/dist/node_modules/date-fns/toDate.js +4 -3
- package/dist/node_modules/date-fns/transpose.js +3 -2
- package/dist/node_modules/fast-equals/dist/esm/index.js +298 -0
- package/dist/node_modules/react-bootstrap/esm/Alert.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/AlertHeading.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/AlertLink.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Button.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/CloseButton.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/Col.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Collapse.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Dropdown.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownDivider.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownHeader.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownItem.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownItemText.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownMenu.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownToggle.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Fade.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Feedback.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/FloatingLabel.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Form.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/FormCheck.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormCheckInput.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormCheckLabel.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormControl.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormFloating.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormLabel.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormRange.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormSelect.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormText.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Image.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/Nav.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavItem.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavLink.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Navbar.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavbarBrand.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavbarText.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavbarToggle.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Offcanvas.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasBody.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasHeader.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasTitle.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasToggling.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Toast.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/ToastBody.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/ToastHeader.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/divWithClassName.js +1 -1
- package/dist/node_modules/react-helmet-async/lib/index.esm.js +2 -2
- package/dist/node_modules/react-smooth/es6/Animate.js +2 -2
- package/dist/node_modules/react-transition-group/esm/Transition.js +1 -1
- package/dist/node_modules/react-transition-group/esm/utils/PropTypes.js +1 -1
- package/dist/node_modules/recharts/es6/component/Cursor.js +2 -2
- package/dist/node_modules/recharts/es6/util/ChartUtils.js +2 -2
- package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js +7 -7
- package/dist/node_modules/victory-vendor/es/d3-scale.js +40 -40
- package/dist/styles/Currency.styles.d.ts +1 -1
- package/dist/styles/Dropdown.styles.d.ts +30 -29
- package/dist/styles/Dropdown.styles.js +18 -11
- package/dist/styles/Input.styles.d.ts +1 -1
- package/dist/styles/Scrollbar.styles.d.ts +1 -1
- package/dist/styles/StatusFeedback.styles.d.ts +7 -7
- package/dist/theme/theme.d.ts +1 -1
- package/package.json +2 -3
- package/dist/i18n/locales/ar.json.d.ts +0 -55
- package/dist/i18n/locales/en.json.d.ts +0 -55
- package/dist/node_modules/fast-equals/dist/es/index.js +0 -324
- package/dist/node_modules/react-bootstrap/esm/Spinner.js +0 -26
- package/dist/theme/styled-components.d.ts +0 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export type StepperProcessProps = {
|
|
3
3
|
initialStep?: number;
|
|
4
4
|
headerTitle?: string;
|
|
@@ -37,18 +37,14 @@ type StepperLayoutProps = {
|
|
|
37
37
|
onHeaderBack: () => void;
|
|
38
38
|
children: React.ReactNode;
|
|
39
39
|
};
|
|
40
|
-
export declare const Container: import(
|
|
41
|
-
export declare const AnimatedMainContent: import(
|
|
42
|
-
slot?: string | undefined | undefined;
|
|
40
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
41
|
+
export declare const AnimatedMainContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("@react-spring/web").AnimatedProps<{
|
|
43
42
|
style?: {
|
|
44
43
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
45
44
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
46
45
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
47
46
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
48
47
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
49
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
50
|
-
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
51
|
-
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
52
48
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
53
49
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
54
50
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -75,14 +71,17 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
75
71
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
76
72
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
77
73
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
78
|
-
|
|
74
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
79
75
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
76
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
80
77
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
81
78
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
82
79
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
83
80
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
84
81
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
85
82
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
83
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
84
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
86
85
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
87
86
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
88
87
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -96,12 +95,15 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
96
95
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
97
96
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
98
97
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
98
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
99
99
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
100
100
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
101
101
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
102
102
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
103
103
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
104
104
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
105
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
106
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
105
107
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
106
108
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
107
109
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -128,10 +130,8 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
128
130
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
129
131
|
clear?: import("csstype").Property.Clear | undefined;
|
|
130
132
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
131
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
132
133
|
color?: import("csstype").Property.Color | undefined;
|
|
133
134
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
134
|
-
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
135
135
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
136
136
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
137
137
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -154,17 +154,9 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
154
154
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
155
155
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
156
156
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
157
|
-
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
158
|
-
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
159
|
-
d?: import("csstype").Property.D | undefined;
|
|
160
157
|
direction?: import("csstype").Property.Direction | undefined;
|
|
161
158
|
display?: import("csstype").Property.Display | undefined;
|
|
162
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
163
159
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
164
|
-
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
165
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
166
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
167
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
168
160
|
filter?: import("csstype").Property.Filter | undefined;
|
|
169
161
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
170
162
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -172,8 +164,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
172
164
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
173
165
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
174
166
|
float?: import("csstype").Property.Float | undefined;
|
|
175
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
176
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
177
167
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
178
168
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
179
169
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -183,6 +173,7 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
183
173
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
184
174
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
185
175
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
176
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
186
177
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
187
178
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
188
179
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -199,7 +190,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
199
190
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
200
191
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
201
192
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
202
|
-
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
203
193
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
204
194
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
205
195
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -220,13 +210,12 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
220
210
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
221
211
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
222
212
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
223
|
-
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
224
213
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
214
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
225
215
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
226
216
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
227
217
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
228
218
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
229
|
-
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
230
219
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
231
220
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
232
221
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -234,7 +223,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
234
223
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
235
224
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
236
225
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
237
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
238
226
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
239
227
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
240
228
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -250,10 +238,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
250
238
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
251
239
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
252
240
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
253
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
254
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
255
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
256
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
257
241
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
258
242
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
259
243
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -288,7 +272,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
288
272
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
289
273
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
290
274
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
291
|
-
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
292
275
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
293
276
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
294
277
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -324,32 +307,25 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
324
307
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
325
308
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
326
309
|
page?: import("csstype").Property.Page | undefined;
|
|
310
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
311
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
312
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
327
313
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
328
314
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
329
315
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
330
316
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
331
317
|
position?: import("csstype").Property.Position | undefined;
|
|
332
|
-
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
333
|
-
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
334
|
-
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
335
|
-
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
336
|
-
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
337
318
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
338
319
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
339
|
-
r?: import("csstype").Property.R<string | number> | undefined;
|
|
340
320
|
resize?: import("csstype").Property.Resize | undefined;
|
|
341
321
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
342
322
|
rotate?: (string | number) | undefined;
|
|
343
323
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
344
324
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
345
325
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
346
|
-
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
347
326
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
348
|
-
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
349
|
-
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
350
327
|
scale?: string | number | readonly [number, number] | undefined;
|
|
351
328
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
352
|
-
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
353
329
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
354
330
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
355
331
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -381,28 +357,10 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
381
357
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
382
358
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
383
359
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
384
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
385
|
-
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
386
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
387
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
388
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
389
|
-
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
390
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
391
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
392
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
393
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
394
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
395
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
396
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
397
360
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
398
361
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
399
362
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
400
363
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
401
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
402
|
-
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
403
|
-
textBox?: import("csstype").Property.TextBox | undefined;
|
|
404
|
-
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
405
|
-
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
406
364
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
407
365
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
408
366
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -420,12 +378,10 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
420
378
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
421
379
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
422
380
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
423
|
-
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
424
381
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
425
382
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
426
383
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
427
|
-
|
|
428
|
-
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
384
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
429
385
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
430
386
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
431
387
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -441,16 +397,15 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
441
397
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
442
398
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
443
399
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
444
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
445
400
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
446
401
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
447
402
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
448
403
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
449
|
-
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
450
404
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
451
405
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
452
406
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
453
407
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
408
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
454
409
|
widows?: import("csstype").Property.Widows | undefined;
|
|
455
410
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
456
411
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -458,31 +413,23 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
458
413
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
459
414
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
460
415
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
461
|
-
x?: (string | number) | undefined;
|
|
462
|
-
y?: (string | number) | undefined;
|
|
463
416
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
464
417
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
465
|
-
all?: import(
|
|
418
|
+
all?: import("csstype").Globals | undefined;
|
|
466
419
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
467
420
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
468
421
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
469
422
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
470
423
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
471
424
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
472
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
473
425
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
474
426
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
475
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
476
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
477
427
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
478
428
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
479
429
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
480
430
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
481
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
482
431
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
483
432
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
484
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
485
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
486
433
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
487
434
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
488
435
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -524,7 +471,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
524
471
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
525
472
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
526
473
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
527
|
-
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
528
474
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
529
475
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
530
476
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -535,7 +481,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
535
481
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
536
482
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
537
483
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
538
|
-
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
539
484
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
540
485
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
541
486
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -547,7 +492,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
547
492
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
548
493
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
549
494
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
550
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
551
495
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
552
496
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
553
497
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -559,6 +503,8 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
559
503
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
560
504
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
561
505
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
506
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
507
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
562
508
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
563
509
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
564
510
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -567,6 +513,7 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
567
513
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
568
514
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
569
515
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
516
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
570
517
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
571
518
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
572
519
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -577,15 +524,11 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
577
524
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
578
525
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
579
526
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
580
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
581
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
582
527
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
583
528
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
584
529
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
585
530
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
586
|
-
|
|
587
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
588
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
531
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
589
532
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
590
533
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
591
534
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -704,8 +647,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
704
647
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
705
648
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
706
649
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
707
|
-
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
708
|
-
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
709
650
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
710
651
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
711
652
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -760,14 +701,13 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
760
701
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
761
702
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
762
703
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
763
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
704
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
764
705
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
765
706
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
766
707
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
767
708
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
768
709
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
769
710
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
770
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
771
711
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
772
712
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
773
713
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -788,6 +728,7 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
788
728
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
789
729
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
790
730
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
731
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
791
732
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
792
733
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
793
734
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -797,22 +738,16 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
797
738
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
798
739
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
799
740
|
clip?: import("csstype").Property.Clip | undefined;
|
|
800
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
801
741
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
802
742
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
803
743
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
804
744
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
805
|
-
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
806
745
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
807
746
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
808
747
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
809
748
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
810
749
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
811
750
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
812
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
813
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
814
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
815
|
-
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
816
751
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
817
752
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
818
753
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -830,7 +765,9 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
830
765
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
831
766
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
832
767
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
768
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
833
769
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
770
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
834
771
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
835
772
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
836
773
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -845,8 +782,6 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
845
782
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
846
783
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
847
784
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
848
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
849
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
850
785
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
851
786
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
852
787
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -854,15 +789,20 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
854
789
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
855
790
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
856
791
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
792
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
793
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
857
794
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
858
795
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
859
796
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
860
797
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
798
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
799
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
800
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
801
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
861
802
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
862
803
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
863
804
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
864
805
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
865
|
-
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
866
806
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
867
807
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
868
808
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -895,9 +835,38 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
895
835
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
896
836
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
897
837
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
838
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
839
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
840
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
898
841
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
899
842
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
843
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
844
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
845
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
846
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
847
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
848
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
900
849
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
850
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
851
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
852
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
853
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
854
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
855
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
856
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
857
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
858
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
859
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
860
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
861
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
862
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
863
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
864
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
865
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
866
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
867
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
868
|
+
x?: (string | number) | undefined;
|
|
869
|
+
y?: (string | number) | undefined;
|
|
901
870
|
z?: (string | number) | undefined;
|
|
902
871
|
translateX?: (string | number) | undefined;
|
|
903
872
|
translateY?: (string | number) | undefined;
|
|
@@ -917,6 +886,7 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
917
886
|
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
918
887
|
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
919
888
|
} | undefined;
|
|
889
|
+
slot?: string | undefined | undefined;
|
|
920
890
|
title?: string | undefined | undefined;
|
|
921
891
|
key?: React.Key | null | undefined;
|
|
922
892
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -1184,28 +1154,24 @@ export declare const AnimatedMainContent: import('styled-components/dist/types')
|
|
|
1184
1154
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1185
1155
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1186
1156
|
}> & {
|
|
1187
|
-
scrollTop?: number | import(
|
|
1188
|
-
scrollLeft?: number | import(
|
|
1189
|
-
viewBox?: string | import(
|
|
1157
|
+
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
1158
|
+
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
1159
|
+
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
1190
1160
|
}, {
|
|
1191
1161
|
$variant: StepVariant;
|
|
1192
|
-
}>> & string & Omit<import(
|
|
1193
|
-
export declare const ScrollableContent: import(
|
|
1162
|
+
}>> & string & Omit<import("@react-spring/web").AnimatedComponent<"div">, keyof React.Component<any, {}, any>>;
|
|
1163
|
+
export declare const ScrollableContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
|
|
1194
1164
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1195
1165
|
}, {
|
|
1196
1166
|
$variant: StepVariant;
|
|
1197
1167
|
}>> & string;
|
|
1198
|
-
export declare const AnimatedOverlay: import(
|
|
1199
|
-
slot?: string | undefined | undefined;
|
|
1168
|
+
export declare const AnimatedOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("@react-spring/web").AnimatedProps<{
|
|
1200
1169
|
style?: {
|
|
1201
1170
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
1202
1171
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
1203
1172
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
1204
1173
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
1205
1174
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
1206
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1207
|
-
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
1208
|
-
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
1209
1175
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
1210
1176
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1211
1177
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -1232,14 +1198,17 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1232
1198
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
1233
1199
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
1234
1200
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
1235
|
-
|
|
1201
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
1236
1202
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
1203
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
1237
1204
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
1238
1205
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
1239
1206
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
1240
1207
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
1241
1208
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
1242
1209
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
1210
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
1211
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
1243
1212
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
1244
1213
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1245
1214
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -1253,12 +1222,15 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1253
1222
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
1254
1223
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
1255
1224
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
1225
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
1256
1226
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
1257
1227
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
1258
1228
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1259
1229
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
1260
1230
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
1261
1231
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
1232
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
1233
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
1262
1234
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
1263
1235
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
1264
1236
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -1285,10 +1257,8 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1285
1257
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
1286
1258
|
clear?: import("csstype").Property.Clear | undefined;
|
|
1287
1259
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
1288
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
1289
1260
|
color?: import("csstype").Property.Color | undefined;
|
|
1290
1261
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1291
|
-
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
1292
1262
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
1293
1263
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1294
1264
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -1311,17 +1281,9 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1311
1281
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
1312
1282
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
1313
1283
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
1314
|
-
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
1315
|
-
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
1316
|
-
d?: import("csstype").Property.D | undefined;
|
|
1317
1284
|
direction?: import("csstype").Property.Direction | undefined;
|
|
1318
1285
|
display?: import("csstype").Property.Display | undefined;
|
|
1319
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
1320
1286
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
1321
|
-
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
1322
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
1323
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
1324
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
1325
1287
|
filter?: import("csstype").Property.Filter | undefined;
|
|
1326
1288
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
1327
1289
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -1329,8 +1291,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1329
1291
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
1330
1292
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
1331
1293
|
float?: import("csstype").Property.Float | undefined;
|
|
1332
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
1333
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
1334
1294
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
1335
1295
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1336
1296
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -1340,6 +1300,7 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1340
1300
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
1341
1301
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
1342
1302
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1303
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
1343
1304
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
1344
1305
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
1345
1306
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -1356,7 +1317,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1356
1317
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
1357
1318
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
1358
1319
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
1359
|
-
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
1360
1320
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
1361
1321
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
1362
1322
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -1377,13 +1337,12 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1377
1337
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
1378
1338
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
1379
1339
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1380
|
-
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
1381
1340
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
1341
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
1382
1342
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
1383
1343
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
1384
1344
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
1385
1345
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
1386
|
-
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
1387
1346
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
1388
1347
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1389
1348
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -1391,7 +1350,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1391
1350
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
1392
1351
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
1393
1352
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
1394
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
1395
1353
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1396
1354
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
1397
1355
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -1407,10 +1365,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1407
1365
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
1408
1366
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
1409
1367
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
1410
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
1411
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
1412
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
1413
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
1414
1368
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
1415
1369
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
1416
1370
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -1445,7 +1399,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1445
1399
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1446
1400
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
1447
1401
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
1448
|
-
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
1449
1402
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
1450
1403
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
1451
1404
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -1481,32 +1434,25 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1481
1434
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
1482
1435
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
1483
1436
|
page?: import("csstype").Property.Page | undefined;
|
|
1437
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1438
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1439
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1484
1440
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
1485
1441
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1486
1442
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1487
1443
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
1488
1444
|
position?: import("csstype").Property.Position | undefined;
|
|
1489
|
-
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
1490
|
-
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
1491
|
-
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
1492
|
-
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
1493
|
-
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
1494
1445
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1495
1446
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
1496
|
-
r?: import("csstype").Property.R<string | number> | undefined;
|
|
1497
1447
|
resize?: import("csstype").Property.Resize | undefined;
|
|
1498
1448
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
1499
1449
|
rotate?: (string | number) | undefined;
|
|
1500
1450
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
1501
1451
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
1502
1452
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
1503
|
-
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
1504
1453
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
1505
|
-
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
1506
|
-
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
1507
1454
|
scale?: string | number | readonly [number, number] | undefined;
|
|
1508
1455
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
1509
|
-
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
1510
1456
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
1511
1457
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
1512
1458
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -1538,28 +1484,10 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1538
1484
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
1539
1485
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
1540
1486
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
1541
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
1542
|
-
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
1543
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
1544
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
1545
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
1546
|
-
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
1547
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
1548
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
1549
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
1550
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
1551
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
1552
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
1553
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
1554
1487
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1555
1488
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
1556
1489
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
1557
1490
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1558
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
1559
|
-
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
1560
|
-
textBox?: import("csstype").Property.TextBox | undefined;
|
|
1561
|
-
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
1562
|
-
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
1563
1491
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1564
1492
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1565
1493
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -1577,12 +1505,10 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1577
1505
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
1578
1506
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
1579
1507
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1580
|
-
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
1581
1508
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
1582
1509
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1583
1510
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1584
|
-
|
|
1585
|
-
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
1511
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
1586
1512
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
1587
1513
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
1588
1514
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -1598,16 +1524,15 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1598
1524
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
1599
1525
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1600
1526
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1601
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
1602
1527
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1603
1528
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1604
1529
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1605
1530
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1606
|
-
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
1607
1531
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1608
1532
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
1609
1533
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
1610
1534
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1535
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1611
1536
|
widows?: import("csstype").Property.Widows | undefined;
|
|
1612
1537
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
1613
1538
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -1615,31 +1540,23 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1615
1540
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1616
1541
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
1617
1542
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1618
|
-
x?: (string | number) | undefined;
|
|
1619
|
-
y?: (string | number) | undefined;
|
|
1620
1543
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
1621
1544
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
1622
|
-
all?: import(
|
|
1545
|
+
all?: import("csstype").Globals | undefined;
|
|
1623
1546
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1624
1547
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1625
1548
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
1626
1549
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1627
1550
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
1628
1551
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
1629
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
1630
1552
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
1631
1553
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
1632
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
1633
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
1634
1554
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
1635
1555
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
1636
1556
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1637
1557
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
1638
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
1639
1558
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
1640
1559
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
1641
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
1642
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
1643
1560
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
1644
1561
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1645
1562
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -1681,7 +1598,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1681
1598
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
1682
1599
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
1683
1600
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
1684
|
-
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
1685
1601
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1686
1602
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
1687
1603
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -1692,7 +1608,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1692
1608
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1693
1609
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1694
1610
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1695
|
-
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
1696
1611
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1697
1612
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
1698
1613
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -1704,7 +1619,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1704
1619
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1705
1620
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1706
1621
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
1707
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1708
1622
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1709
1623
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1710
1624
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1716,6 +1630,8 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1716
1630
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
1717
1631
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
1718
1632
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1633
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1634
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1719
1635
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1720
1636
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1721
1637
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -1724,6 +1640,7 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1724
1640
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1725
1641
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
1726
1642
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1643
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
1727
1644
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1728
1645
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1729
1646
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -1734,15 +1651,11 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1734
1651
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1735
1652
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1736
1653
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1737
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1738
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1739
1654
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
1740
1655
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1741
1656
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
1742
1657
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1743
|
-
|
|
1744
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1745
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1658
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
1746
1659
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
1747
1660
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1748
1661
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -1861,8 +1774,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1861
1774
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1862
1775
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1863
1776
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
1864
|
-
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
1865
|
-
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
1866
1777
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1867
1778
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1868
1779
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -1917,14 +1828,13 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1917
1828
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1918
1829
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1919
1830
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
1920
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
1831
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1921
1832
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1922
1833
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1923
1834
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1924
1835
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1925
1836
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1926
1837
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1927
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1928
1838
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1929
1839
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1930
1840
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1945,6 +1855,7 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1945
1855
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1946
1856
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
1947
1857
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1858
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
1948
1859
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1949
1860
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1950
1861
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -1954,22 +1865,16 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1954
1865
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1955
1866
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1956
1867
|
clip?: import("csstype").Property.Clip | undefined;
|
|
1957
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
1958
1868
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
1959
1869
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
1960
1870
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
1961
1871
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1962
|
-
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
1963
1872
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
1964
1873
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
1965
1874
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
1966
1875
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
1967
1876
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
1968
1877
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
1969
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1970
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1971
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1972
|
-
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
1973
1878
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1974
1879
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
1975
1880
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -1987,7 +1892,9 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
1987
1892
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1988
1893
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1989
1894
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1895
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1990
1896
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1897
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1991
1898
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1992
1899
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
1993
1900
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -2002,8 +1909,6 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
2002
1909
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2003
1910
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2004
1911
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
2005
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2006
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2007
1912
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
2008
1913
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
2009
1914
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -2011,15 +1916,20 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
2011
1916
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
2012
1917
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
2013
1918
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1919
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1920
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2014
1921
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2015
1922
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2016
1923
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2017
1924
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1925
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1926
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1927
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1928
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2018
1929
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2019
1930
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2020
1931
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2021
1932
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2022
|
-
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
2023
1933
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
2024
1934
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2025
1935
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -2052,9 +1962,38 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
2052
1962
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2053
1963
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2054
1964
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1965
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1966
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1967
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
2055
1968
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
2056
1969
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
1970
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
1971
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
1972
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
1973
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
1974
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
1975
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
2057
1976
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
1977
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
1978
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
1979
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
1980
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
1981
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
1982
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
1983
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
1984
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
1985
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
1986
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
1987
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
1988
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
1989
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
1990
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
1991
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
1992
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
1993
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
1994
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
1995
|
+
x?: (string | number) | undefined;
|
|
1996
|
+
y?: (string | number) | undefined;
|
|
2058
1997
|
z?: (string | number) | undefined;
|
|
2059
1998
|
translateX?: (string | number) | undefined;
|
|
2060
1999
|
translateY?: (string | number) | undefined;
|
|
@@ -2074,6 +2013,7 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
2074
2013
|
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
2075
2014
|
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
2076
2015
|
} | undefined;
|
|
2016
|
+
slot?: string | undefined | undefined;
|
|
2077
2017
|
title?: string | undefined | undefined;
|
|
2078
2018
|
key?: React.Key | null | undefined;
|
|
2079
2019
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -2341,24 +2281,20 @@ export declare const AnimatedOverlay: import('styled-components/dist/types').ISt
|
|
|
2341
2281
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2342
2282
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
2343
2283
|
}> & {
|
|
2344
|
-
scrollTop?: number | import(
|
|
2345
|
-
scrollLeft?: number | import(
|
|
2346
|
-
viewBox?: string | import(
|
|
2284
|
+
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
2285
|
+
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
2286
|
+
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
2347
2287
|
}, {
|
|
2348
2288
|
$zIndex: number;
|
|
2349
|
-
}>> & string & Omit<import(
|
|
2350
|
-
export declare const Margin: import(
|
|
2351
|
-
export declare const AnimatedModal: import(
|
|
2352
|
-
slot?: string | undefined | undefined;
|
|
2289
|
+
}>> & string & Omit<import("@react-spring/web").AnimatedComponent<"div">, keyof React.Component<any, {}, any>>;
|
|
2290
|
+
export declare const Margin: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2291
|
+
export declare const AnimatedModal: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@react-spring/web").AnimatedProps<{
|
|
2353
2292
|
style?: {
|
|
2354
2293
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
2355
2294
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
2356
2295
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
2357
2296
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
2358
2297
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
2359
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
2360
|
-
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
2361
|
-
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
2362
2298
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
2363
2299
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2364
2300
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -2385,14 +2321,17 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2385
2321
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
2386
2322
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
2387
2323
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
2388
|
-
|
|
2324
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
2389
2325
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
2326
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
2390
2327
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
2391
2328
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
2392
2329
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
2393
2330
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
2394
2331
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
2395
2332
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
2333
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
2334
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
2396
2335
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
2397
2336
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2398
2337
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -2406,12 +2345,15 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2406
2345
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
2407
2346
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
2408
2347
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
2348
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
2409
2349
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
2410
2350
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
2411
2351
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
2412
2352
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
2413
2353
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
2414
2354
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
2355
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
2356
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
2415
2357
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
2416
2358
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
2417
2359
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -2438,10 +2380,8 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2438
2380
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
2439
2381
|
clear?: import("csstype").Property.Clear | undefined;
|
|
2440
2382
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
2441
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
2442
2383
|
color?: import("csstype").Property.Color | undefined;
|
|
2443
2384
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2444
|
-
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
2445
2385
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
2446
2386
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2447
2387
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -2464,17 +2404,9 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2464
2404
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
2465
2405
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
2466
2406
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
2467
|
-
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
2468
|
-
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
2469
|
-
d?: import("csstype").Property.D | undefined;
|
|
2470
2407
|
direction?: import("csstype").Property.Direction | undefined;
|
|
2471
2408
|
display?: import("csstype").Property.Display | undefined;
|
|
2472
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
2473
2409
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
2474
|
-
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
2475
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
2476
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
2477
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
2478
2410
|
filter?: import("csstype").Property.Filter | undefined;
|
|
2479
2411
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
2480
2412
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -2482,8 +2414,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2482
2414
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
2483
2415
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
2484
2416
|
float?: import("csstype").Property.Float | undefined;
|
|
2485
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
2486
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
2487
2417
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
2488
2418
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2489
2419
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -2493,6 +2423,7 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2493
2423
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
2494
2424
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
2495
2425
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2426
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
2496
2427
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
2497
2428
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
2498
2429
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -2509,7 +2440,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2509
2440
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
2510
2441
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
2511
2442
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
2512
|
-
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
2513
2443
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
2514
2444
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
2515
2445
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -2530,13 +2460,12 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2530
2460
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
2531
2461
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
2532
2462
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
2533
|
-
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
2534
2463
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
2464
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
2535
2465
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
2536
2466
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
2537
2467
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
2538
2468
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
2539
|
-
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
2540
2469
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
2541
2470
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
2542
2471
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -2544,7 +2473,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2544
2473
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
2545
2474
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
2546
2475
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
2547
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
2548
2476
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2549
2477
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
2550
2478
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -2560,10 +2488,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2560
2488
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
2561
2489
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
2562
2490
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
2563
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
2564
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
2565
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
2566
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
2567
2491
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
2568
2492
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
2569
2493
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -2598,7 +2522,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2598
2522
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
2599
2523
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
2600
2524
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
2601
|
-
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
2602
2525
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
2603
2526
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
2604
2527
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -2634,32 +2557,25 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2634
2557
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
2635
2558
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
2636
2559
|
page?: import("csstype").Property.Page | undefined;
|
|
2560
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
2561
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
2562
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
2637
2563
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
2638
2564
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2639
2565
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2640
2566
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
2641
2567
|
position?: import("csstype").Property.Position | undefined;
|
|
2642
|
-
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
2643
|
-
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
2644
|
-
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
2645
|
-
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
2646
|
-
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
2647
2568
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2648
2569
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
2649
|
-
r?: import("csstype").Property.R<string | number> | undefined;
|
|
2650
2570
|
resize?: import("csstype").Property.Resize | undefined;
|
|
2651
2571
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
2652
2572
|
rotate?: (string | number) | undefined;
|
|
2653
2573
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
2654
2574
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
2655
2575
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
2656
|
-
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
2657
2576
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
2658
|
-
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
2659
|
-
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
2660
2577
|
scale?: string | number | readonly [number, number] | undefined;
|
|
2661
2578
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
2662
|
-
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
2663
2579
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
2664
2580
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
2665
2581
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -2691,28 +2607,10 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2691
2607
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
2692
2608
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
2693
2609
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
2694
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
2695
|
-
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
2696
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
2697
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
2698
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
2699
|
-
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
2700
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
2701
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
2702
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
2703
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
2704
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
2705
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
2706
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
2707
2610
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2708
2611
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
2709
2612
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
2710
2613
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2711
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
2712
|
-
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
2713
|
-
textBox?: import("csstype").Property.TextBox | undefined;
|
|
2714
|
-
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
2715
|
-
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
2716
2614
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2717
2615
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2718
2616
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -2730,12 +2628,10 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2730
2628
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
2731
2629
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
2732
2630
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2733
|
-
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
2734
2631
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
2735
2632
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
2736
2633
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2737
|
-
|
|
2738
|
-
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
2634
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
2739
2635
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
2740
2636
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
2741
2637
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -2751,16 +2647,15 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2751
2647
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
2752
2648
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
2753
2649
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2754
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
2755
2650
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
2756
2651
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
2757
2652
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
2758
2653
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
2759
|
-
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
2760
2654
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
2761
2655
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
2762
2656
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
2763
2657
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
2658
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
2764
2659
|
widows?: import("csstype").Property.Widows | undefined;
|
|
2765
2660
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
2766
2661
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -2768,31 +2663,23 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2768
2663
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
2769
2664
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
2770
2665
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
2771
|
-
x?: (string | number) | undefined;
|
|
2772
|
-
y?: (string | number) | undefined;
|
|
2773
2666
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
2774
2667
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
2775
|
-
all?: import(
|
|
2668
|
+
all?: import("csstype").Globals | undefined;
|
|
2776
2669
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2777
2670
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
2778
2671
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
2779
2672
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
2780
2673
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
2781
2674
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
2782
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
2783
2675
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
2784
2676
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
2785
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
2786
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
2787
2677
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
2788
2678
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
2789
2679
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2790
2680
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
2791
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
2792
2681
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
2793
2682
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
2794
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
2795
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
2796
2683
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
2797
2684
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
2798
2685
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -2834,7 +2721,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2834
2721
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
2835
2722
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
2836
2723
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
2837
|
-
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
2838
2724
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
2839
2725
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
2840
2726
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -2845,7 +2731,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2845
2731
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
2846
2732
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
2847
2733
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2848
|
-
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
2849
2734
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2850
2735
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
2851
2736
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -2857,7 +2742,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2857
2742
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2858
2743
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2859
2744
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
2860
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2861
2745
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2862
2746
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
2863
2747
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -2869,6 +2753,8 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2869
2753
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
2870
2754
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
2871
2755
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
2756
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2757
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2872
2758
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2873
2759
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2874
2760
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -2877,6 +2763,7 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2877
2763
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2878
2764
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
2879
2765
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2766
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
2880
2767
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
2881
2768
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2882
2769
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -2887,15 +2774,11 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
2887
2774
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2888
2775
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2889
2776
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2890
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2891
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2892
2777
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
2893
2778
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2894
2779
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
2895
2780
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2896
|
-
|
|
2897
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2898
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2781
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
2899
2782
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
2900
2783
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2901
2784
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -3014,8 +2897,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3014
2897
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
3015
2898
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
3016
2899
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
3017
|
-
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
3018
|
-
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
3019
2900
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
3020
2901
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
3021
2902
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -3070,14 +2951,13 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3070
2951
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
3071
2952
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
3072
2953
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
3073
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
2954
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3074
2955
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
3075
2956
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
3076
2957
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
3077
2958
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
3078
2959
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
3079
2960
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
3080
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3081
2961
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
3082
2962
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
3083
2963
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -3098,6 +2978,7 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3098
2978
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
3099
2979
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
3100
2980
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2981
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
3101
2982
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
3102
2983
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
3103
2984
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -3107,22 +2988,16 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3107
2988
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3108
2989
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3109
2990
|
clip?: import("csstype").Property.Clip | undefined;
|
|
3110
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
3111
2991
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
3112
2992
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
3113
2993
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
3114
2994
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
3115
|
-
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
3116
2995
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
3117
2996
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
3118
2997
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
3119
2998
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
3120
2999
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
3121
3000
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
3122
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
3123
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
3124
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
3125
|
-
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
3126
3001
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
3127
3002
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
3128
3003
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -3140,7 +3015,9 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3140
3015
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
3141
3016
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
3142
3017
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3018
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
3143
3019
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
3020
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
3144
3021
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
3145
3022
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
3146
3023
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -3155,8 +3032,6 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3155
3032
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3156
3033
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3157
3034
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
3158
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
3159
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
3160
3035
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
3161
3036
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
3162
3037
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -3164,15 +3039,20 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3164
3039
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
3165
3040
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
3166
3041
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
3042
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
3043
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
3167
3044
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
3168
3045
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
3169
3046
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
3170
3047
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
3048
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
3049
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
3050
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
3051
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3171
3052
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
3172
3053
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
3173
3054
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
3174
3055
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
3175
|
-
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
3176
3056
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
3177
3057
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
3178
3058
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -3205,9 +3085,38 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3205
3085
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
3206
3086
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3207
3087
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3088
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
3089
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
3090
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
3208
3091
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
3209
3092
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
3093
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
3094
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
3095
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
3096
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
3097
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
3098
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
3210
3099
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
3100
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
3101
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
3102
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
3103
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
3104
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
3105
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
3106
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
3107
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
3108
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
3109
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
3110
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
3111
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
3112
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
3113
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
3114
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
3115
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
3116
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
3117
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
3118
|
+
x?: (string | number) | undefined;
|
|
3119
|
+
y?: (string | number) | undefined;
|
|
3211
3120
|
z?: (string | number) | undefined;
|
|
3212
3121
|
translateX?: (string | number) | undefined;
|
|
3213
3122
|
translateY?: (string | number) | undefined;
|
|
@@ -3227,6 +3136,7 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3227
3136
|
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
3228
3137
|
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
3229
3138
|
} | undefined;
|
|
3139
|
+
slot?: string | undefined | undefined;
|
|
3230
3140
|
title?: string | undefined | undefined;
|
|
3231
3141
|
key?: React.Key | null | undefined;
|
|
3232
3142
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -3494,22 +3404,18 @@ export declare const AnimatedModal: import('styled-components/dist/types').IStyl
|
|
|
3494
3404
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
3495
3405
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
3496
3406
|
}> & {
|
|
3497
|
-
scrollTop?: number | import(
|
|
3498
|
-
scrollLeft?: number | import(
|
|
3499
|
-
viewBox?: string | import(
|
|
3500
|
-
}, never>> & string & Omit<import(
|
|
3501
|
-
export declare const MainContent: import(
|
|
3502
|
-
export declare const StepHeader: import(
|
|
3503
|
-
slot?: string | undefined | undefined;
|
|
3407
|
+
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
3408
|
+
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
3409
|
+
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
3410
|
+
}, never>> & string & Omit<import("@react-spring/web").AnimatedComponent<"div">, keyof React.Component<any, {}, any>>;
|
|
3411
|
+
export declare const MainContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3412
|
+
export declare const StepHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@react-spring/web").AnimatedProps<{
|
|
3504
3413
|
style?: {
|
|
3505
3414
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
3506
3415
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
3507
3416
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
3508
3417
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
3509
3418
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
3510
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
3511
|
-
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
3512
|
-
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
3513
3419
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
3514
3420
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
3515
3421
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -3536,14 +3442,17 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3536
3442
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
3537
3443
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
3538
3444
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
3539
|
-
|
|
3445
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
3540
3446
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
3447
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
3541
3448
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
3542
3449
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
3543
3450
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
3544
3451
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
3545
3452
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
3546
3453
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
3454
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
3455
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
3547
3456
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
3548
3457
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
3549
3458
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -3557,12 +3466,15 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3557
3466
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
3558
3467
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
3559
3468
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
3469
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
3560
3470
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
3561
3471
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
3562
3472
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
3563
3473
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
3564
3474
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
3565
3475
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
3476
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
3477
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
3566
3478
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
3567
3479
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
3568
3480
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -3589,10 +3501,8 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3589
3501
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
3590
3502
|
clear?: import("csstype").Property.Clear | undefined;
|
|
3591
3503
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
3592
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
3593
3504
|
color?: import("csstype").Property.Color | undefined;
|
|
3594
3505
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
3595
|
-
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
3596
3506
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
3597
3507
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
3598
3508
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -3615,17 +3525,9 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3615
3525
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
3616
3526
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
3617
3527
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
3618
|
-
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
3619
|
-
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
3620
|
-
d?: import("csstype").Property.D | undefined;
|
|
3621
3528
|
direction?: import("csstype").Property.Direction | undefined;
|
|
3622
3529
|
display?: import("csstype").Property.Display | undefined;
|
|
3623
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
3624
3530
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
3625
|
-
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
3626
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
3627
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
3628
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
3629
3531
|
filter?: import("csstype").Property.Filter | undefined;
|
|
3630
3532
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
3631
3533
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -3633,8 +3535,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3633
3535
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
3634
3536
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
3635
3537
|
float?: import("csstype").Property.Float | undefined;
|
|
3636
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
3637
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
3638
3538
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
3639
3539
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
3640
3540
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -3644,6 +3544,7 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3644
3544
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
3645
3545
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
3646
3546
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
3547
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
3647
3548
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
3648
3549
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
3649
3550
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -3660,7 +3561,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3660
3561
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
3661
3562
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
3662
3563
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
3663
|
-
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
3664
3564
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
3665
3565
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
3666
3566
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -3681,13 +3581,12 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3681
3581
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
3682
3582
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
3683
3583
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
3684
|
-
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
3685
3584
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
3585
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
3686
3586
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
3687
3587
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
3688
3588
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
3689
3589
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
3690
|
-
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
3691
3590
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
3692
3591
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
3693
3592
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -3695,7 +3594,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3695
3594
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
3696
3595
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
3697
3596
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
3698
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
3699
3597
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
3700
3598
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
3701
3599
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -3711,10 +3609,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3711
3609
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
3712
3610
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
3713
3611
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
3714
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
3715
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
3716
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
3717
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
3718
3612
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
3719
3613
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
3720
3614
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -3749,7 +3643,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3749
3643
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
3750
3644
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
3751
3645
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
3752
|
-
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
3753
3646
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
3754
3647
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
3755
3648
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -3785,32 +3678,25 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3785
3678
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
3786
3679
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
3787
3680
|
page?: import("csstype").Property.Page | undefined;
|
|
3681
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
3682
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
3683
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
3788
3684
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
3789
3685
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
3790
3686
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
3791
3687
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
3792
3688
|
position?: import("csstype").Property.Position | undefined;
|
|
3793
|
-
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
3794
|
-
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
3795
|
-
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
3796
|
-
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
3797
|
-
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
3798
3689
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
3799
3690
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
3800
|
-
r?: import("csstype").Property.R<string | number> | undefined;
|
|
3801
3691
|
resize?: import("csstype").Property.Resize | undefined;
|
|
3802
3692
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
3803
3693
|
rotate?: (string | number) | undefined;
|
|
3804
3694
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
3805
3695
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
3806
3696
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
3807
|
-
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
3808
3697
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
3809
|
-
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
3810
|
-
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
3811
3698
|
scale?: string | number | readonly [number, number] | undefined;
|
|
3812
3699
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
3813
|
-
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
3814
3700
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
3815
3701
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
3816
3702
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -3842,28 +3728,10 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3842
3728
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
3843
3729
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
3844
3730
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
3845
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
3846
|
-
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
3847
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
3848
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
3849
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
3850
|
-
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
3851
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
3852
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
3853
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
3854
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
3855
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
3856
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
3857
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
3858
3731
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
3859
3732
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
3860
3733
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
3861
3734
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
3862
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
3863
|
-
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
3864
|
-
textBox?: import("csstype").Property.TextBox | undefined;
|
|
3865
|
-
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
3866
|
-
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
3867
3735
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
3868
3736
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
3869
3737
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -3881,12 +3749,10 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3881
3749
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
3882
3750
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
3883
3751
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
3884
|
-
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
3885
3752
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
3886
3753
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
3887
3754
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
3888
|
-
|
|
3889
|
-
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
3755
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
3890
3756
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
3891
3757
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
3892
3758
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -3902,16 +3768,15 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3902
3768
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
3903
3769
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
3904
3770
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3905
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
3906
3771
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
3907
3772
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
3908
3773
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
3909
3774
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
3910
|
-
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
3911
3775
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
3912
3776
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
3913
3777
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
3914
3778
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
3779
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
3915
3780
|
widows?: import("csstype").Property.Widows | undefined;
|
|
3916
3781
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
3917
3782
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -3919,31 +3784,23 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3919
3784
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
3920
3785
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
3921
3786
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
3922
|
-
x?: (string | number) | undefined;
|
|
3923
|
-
y?: (string | number) | undefined;
|
|
3924
3787
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
3925
3788
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
3926
|
-
all?: import(
|
|
3789
|
+
all?: import("csstype").Globals | undefined;
|
|
3927
3790
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
3928
3791
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
3929
3792
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
3930
3793
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
3931
3794
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
3932
3795
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
3933
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
3934
3796
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
3935
3797
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
3936
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
3937
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
3938
3798
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
3939
3799
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
3940
3800
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
3941
3801
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
3942
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
3943
3802
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
3944
3803
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
3945
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
3946
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
3947
3804
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
3948
3805
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
3949
3806
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -3985,7 +3842,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3985
3842
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
3986
3843
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
3987
3844
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
3988
|
-
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
3989
3845
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
3990
3846
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
3991
3847
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -3996,7 +3852,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
3996
3852
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
3997
3853
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
3998
3854
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
3999
|
-
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
4000
3855
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
4001
3856
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
4002
3857
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -4008,7 +3863,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4008
3863
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
4009
3864
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
4010
3865
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
4011
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
4012
3866
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
4013
3867
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
4014
3868
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -4020,6 +3874,8 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4020
3874
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
4021
3875
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
4022
3876
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
3877
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
3878
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
4023
3879
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
4024
3880
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
4025
3881
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -4028,6 +3884,7 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4028
3884
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
4029
3885
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
4030
3886
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
3887
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
4031
3888
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
4032
3889
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
4033
3890
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -4038,15 +3895,11 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4038
3895
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
4039
3896
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
4040
3897
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
4041
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
4042
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
4043
3898
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
4044
3899
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
4045
3900
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
4046
3901
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
4047
|
-
|
|
4048
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
4049
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
3902
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
4050
3903
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
4051
3904
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
4052
3905
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -4165,8 +4018,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4165
4018
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
4166
4019
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
4167
4020
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
4168
|
-
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
4169
|
-
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
4170
4021
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
4171
4022
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
4172
4023
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -4221,14 +4072,13 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4221
4072
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
4222
4073
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
4223
4074
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
4224
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
4075
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
4225
4076
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
4226
4077
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
4227
4078
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
4228
4079
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
4229
4080
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
4230
4081
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
4231
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
4232
4082
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
4233
4083
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
4234
4084
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -4249,6 +4099,7 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4249
4099
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
4250
4100
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
4251
4101
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
4102
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
4252
4103
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
4253
4104
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
4254
4105
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -4258,22 +4109,16 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4258
4109
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
4259
4110
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
4260
4111
|
clip?: import("csstype").Property.Clip | undefined;
|
|
4261
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
4262
4112
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
4263
4113
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
4264
4114
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
4265
4115
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
4266
|
-
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
4267
4116
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
4268
4117
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
4269
4118
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
4270
4119
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
4271
4120
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
4272
4121
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
4273
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
4274
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
4275
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
4276
|
-
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
4277
4122
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
4278
4123
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
4279
4124
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -4291,7 +4136,9 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4291
4136
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
4292
4137
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
4293
4138
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
4139
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
4294
4140
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
4141
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
4295
4142
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
4296
4143
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
4297
4144
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -4306,8 +4153,6 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4306
4153
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
4307
4154
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
4308
4155
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
4309
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
4310
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
4311
4156
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
4312
4157
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
4313
4158
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -4315,15 +4160,20 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4315
4160
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
4316
4161
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
4317
4162
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
4163
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
4164
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
4318
4165
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
4319
4166
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
4320
4167
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
4321
4168
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
4169
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
4170
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
4171
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
4172
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
4322
4173
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
4323
4174
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
4324
4175
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
4325
4176
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
4326
|
-
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
4327
4177
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
4328
4178
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
4329
4179
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -4356,9 +4206,38 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4356
4206
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
4357
4207
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
4358
4208
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
4209
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
4210
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
4211
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
4359
4212
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
4360
4213
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
4214
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
4215
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
4216
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
4217
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
4218
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
4219
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
4361
4220
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
4221
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
4222
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
4223
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
4224
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
4225
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
4226
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
4227
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
4228
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
4229
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
4230
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
4231
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
4232
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
4233
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
4234
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
4235
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
4236
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
4237
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
4238
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
4239
|
+
x?: (string | number) | undefined;
|
|
4240
|
+
y?: (string | number) | undefined;
|
|
4362
4241
|
z?: (string | number) | undefined;
|
|
4363
4242
|
translateX?: (string | number) | undefined;
|
|
4364
4243
|
translateY?: (string | number) | undefined;
|
|
@@ -4378,6 +4257,7 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4378
4257
|
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
4379
4258
|
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
4380
4259
|
} | undefined;
|
|
4260
|
+
slot?: string | undefined | undefined;
|
|
4381
4261
|
title?: string | undefined | undefined;
|
|
4382
4262
|
key?: React.Key | null | undefined;
|
|
4383
4263
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -4645,22 +4525,18 @@ export declare const StepHeader: import('styled-components/dist/types').IStyledC
|
|
|
4645
4525
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
4646
4526
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4647
4527
|
}> & {
|
|
4648
|
-
scrollTop?: number | import(
|
|
4649
|
-
scrollLeft?: number | import(
|
|
4650
|
-
viewBox?: string | import(
|
|
4651
|
-
}, never>> & string & Omit<import(
|
|
4652
|
-
export declare const FormContentContainer: import(
|
|
4653
|
-
export declare const AnimatedStepContent: import(
|
|
4654
|
-
slot?: string | undefined | undefined;
|
|
4528
|
+
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
4529
|
+
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
4530
|
+
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
4531
|
+
}, never>> & string & Omit<import("@react-spring/web").AnimatedComponent<"div">, keyof React.Component<any, {}, any>>;
|
|
4532
|
+
export declare const FormContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4533
|
+
export declare const AnimatedStepContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@react-spring/web").AnimatedProps<{
|
|
4655
4534
|
style?: {
|
|
4656
4535
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
4657
4536
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
4658
4537
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
4659
4538
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
4660
4539
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
4661
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
4662
|
-
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
4663
|
-
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
4664
4540
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
4665
4541
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
4666
4542
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -4687,14 +4563,17 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4687
4563
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
4688
4564
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
4689
4565
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
4690
|
-
|
|
4566
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
4691
4567
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
4568
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
4692
4569
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
4693
4570
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
4694
4571
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
4695
4572
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
4696
4573
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
4697
4574
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
4575
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
4576
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
4698
4577
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
4699
4578
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
4700
4579
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -4708,12 +4587,15 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4708
4587
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
4709
4588
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
4710
4589
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
4590
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
4711
4591
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
4712
4592
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
4713
4593
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
4714
4594
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
4715
4595
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
4716
4596
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
4597
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
4598
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
4717
4599
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
4718
4600
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
4719
4601
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -4740,10 +4622,8 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4740
4622
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
4741
4623
|
clear?: import("csstype").Property.Clear | undefined;
|
|
4742
4624
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
4743
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
4744
4625
|
color?: import("csstype").Property.Color | undefined;
|
|
4745
4626
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
4746
|
-
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
4747
4627
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
4748
4628
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
4749
4629
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -4766,17 +4646,9 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4766
4646
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
4767
4647
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
4768
4648
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
4769
|
-
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
4770
|
-
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
4771
|
-
d?: import("csstype").Property.D | undefined;
|
|
4772
4649
|
direction?: import("csstype").Property.Direction | undefined;
|
|
4773
4650
|
display?: import("csstype").Property.Display | undefined;
|
|
4774
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
4775
4651
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
4776
|
-
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
4777
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
4778
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
4779
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
4780
4652
|
filter?: import("csstype").Property.Filter | undefined;
|
|
4781
4653
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
4782
4654
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -4784,8 +4656,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4784
4656
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
4785
4657
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
4786
4658
|
float?: import("csstype").Property.Float | undefined;
|
|
4787
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
4788
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
4789
4659
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
4790
4660
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
4791
4661
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -4795,6 +4665,7 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4795
4665
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
4796
4666
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
4797
4667
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
4668
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
4798
4669
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
4799
4670
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
4800
4671
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -4811,7 +4682,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4811
4682
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
4812
4683
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
4813
4684
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
4814
|
-
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
4815
4685
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
4816
4686
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
4817
4687
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -4832,13 +4702,12 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4832
4702
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
4833
4703
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
4834
4704
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
4835
|
-
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
4836
4705
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
4706
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
4837
4707
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
4838
4708
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
4839
4709
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
4840
4710
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
4841
|
-
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
4842
4711
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
4843
4712
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
4844
4713
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -4846,7 +4715,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4846
4715
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
4847
4716
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
4848
4717
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
4849
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
4850
4718
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
4851
4719
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
4852
4720
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -4862,10 +4730,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4862
4730
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
4863
4731
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
4864
4732
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
4865
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
4866
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
4867
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
4868
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
4869
4733
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
4870
4734
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
4871
4735
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -4900,7 +4764,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4900
4764
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
4901
4765
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
4902
4766
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
4903
|
-
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
4904
4767
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
4905
4768
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
4906
4769
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -4936,32 +4799,25 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4936
4799
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
4937
4800
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
4938
4801
|
page?: import("csstype").Property.Page | undefined;
|
|
4802
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
4803
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
4804
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
4939
4805
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
4940
4806
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
4941
4807
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
4942
4808
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
4943
4809
|
position?: import("csstype").Property.Position | undefined;
|
|
4944
|
-
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
4945
|
-
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
4946
|
-
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
4947
|
-
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
4948
|
-
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
4949
4810
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
4950
4811
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
4951
|
-
r?: import("csstype").Property.R<string | number> | undefined;
|
|
4952
4812
|
resize?: import("csstype").Property.Resize | undefined;
|
|
4953
4813
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
4954
4814
|
rotate?: (string | number) | undefined;
|
|
4955
4815
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
4956
4816
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
4957
4817
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
4958
|
-
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
4959
4818
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
4960
|
-
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
4961
|
-
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
4962
4819
|
scale?: string | number | readonly [number, number] | undefined;
|
|
4963
4820
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
4964
|
-
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
4965
4821
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
4966
4822
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
4967
4823
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -4993,28 +4849,10 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
4993
4849
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
4994
4850
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
4995
4851
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
4996
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
4997
|
-
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
4998
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
4999
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
5000
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
5001
|
-
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
5002
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
5003
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
5004
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
5005
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
5006
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
5007
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
5008
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
5009
4852
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
5010
4853
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
5011
4854
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
5012
4855
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
5013
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
5014
|
-
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
5015
|
-
textBox?: import("csstype").Property.TextBox | undefined;
|
|
5016
|
-
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
5017
|
-
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
5018
4856
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
5019
4857
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
5020
4858
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -5032,12 +4870,10 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5032
4870
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
5033
4871
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
5034
4872
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
5035
|
-
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
5036
4873
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
5037
4874
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
5038
4875
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
5039
|
-
|
|
5040
|
-
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
4876
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
5041
4877
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
5042
4878
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
5043
4879
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -5053,16 +4889,15 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5053
4889
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
5054
4890
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
5055
4891
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
5056
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
5057
4892
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
5058
4893
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
5059
4894
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
5060
4895
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
5061
|
-
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
5062
4896
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
5063
4897
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
5064
4898
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
5065
4899
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
4900
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
5066
4901
|
widows?: import("csstype").Property.Widows | undefined;
|
|
5067
4902
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
5068
4903
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -5070,31 +4905,23 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5070
4905
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
5071
4906
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
5072
4907
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
5073
|
-
x?: (string | number) | undefined;
|
|
5074
|
-
y?: (string | number) | undefined;
|
|
5075
4908
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
5076
4909
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
5077
|
-
all?: import(
|
|
4910
|
+
all?: import("csstype").Globals | undefined;
|
|
5078
4911
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
5079
4912
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
5080
4913
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
5081
4914
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
5082
4915
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
5083
4916
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
5084
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
5085
4917
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
5086
4918
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
5087
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
5088
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
5089
4919
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
5090
4920
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
5091
4921
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
5092
4922
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
5093
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
5094
4923
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
5095
4924
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
5096
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
5097
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
5098
4925
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
5099
4926
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
5100
4927
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -5136,7 +4963,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5136
4963
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
5137
4964
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
5138
4965
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
5139
|
-
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
5140
4966
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
5141
4967
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
5142
4968
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -5147,7 +4973,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5147
4973
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
5148
4974
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
5149
4975
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
5150
|
-
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
5151
4976
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
5152
4977
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
5153
4978
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -5159,7 +4984,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5159
4984
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
5160
4985
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
5161
4986
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
5162
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
5163
4987
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
5164
4988
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
5165
4989
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -5171,6 +4995,8 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5171
4995
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
5172
4996
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
5173
4997
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
4998
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
4999
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
5174
5000
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
5175
5001
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
5176
5002
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -5179,6 +5005,7 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5179
5005
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
5180
5006
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
5181
5007
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
5008
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
5182
5009
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
5183
5010
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
5184
5011
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -5189,15 +5016,11 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5189
5016
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
5190
5017
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
5191
5018
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
5192
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
5193
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
5194
5019
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
5195
5020
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
5196
5021
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
5197
5022
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
5198
|
-
|
|
5199
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
5200
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
5023
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
5201
5024
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
5202
5025
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
5203
5026
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -5316,8 +5139,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5316
5139
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
5317
5140
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
5318
5141
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
5319
|
-
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
5320
|
-
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
5321
5142
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
5322
5143
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
5323
5144
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -5372,14 +5193,13 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5372
5193
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
5373
5194
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
5374
5195
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
5375
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
5196
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
5376
5197
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
5377
5198
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
5378
5199
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
5379
5200
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
5380
5201
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
5381
5202
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
5382
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
5383
5203
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
5384
5204
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
5385
5205
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -5400,6 +5220,7 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5400
5220
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
5401
5221
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
5402
5222
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
5223
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
5403
5224
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
5404
5225
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
5405
5226
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -5409,22 +5230,16 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5409
5230
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
5410
5231
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
5411
5232
|
clip?: import("csstype").Property.Clip | undefined;
|
|
5412
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
5413
5233
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
5414
5234
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
5415
5235
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
5416
5236
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
5417
|
-
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
5418
5237
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
5419
5238
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
5420
5239
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
5421
5240
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
5422
5241
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
5423
5242
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
5424
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
5425
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
5426
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
5427
|
-
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
5428
5243
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
5429
5244
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
5430
5245
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -5442,7 +5257,9 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5442
5257
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
5443
5258
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
5444
5259
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
5260
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
5445
5261
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
5262
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
5446
5263
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
5447
5264
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
5448
5265
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -5457,8 +5274,6 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5457
5274
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
5458
5275
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
5459
5276
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
5460
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
5461
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
5462
5277
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
5463
5278
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
5464
5279
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -5466,15 +5281,20 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5466
5281
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
5467
5282
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
5468
5283
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
5284
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
5285
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
5469
5286
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
5470
5287
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
5471
5288
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
5472
5289
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
5290
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
5291
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
5292
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
5293
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
5473
5294
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
5474
5295
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
5475
5296
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
5476
5297
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
5477
|
-
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
5478
5298
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
5479
5299
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
5480
5300
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -5507,9 +5327,38 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5507
5327
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
5508
5328
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
5509
5329
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
5330
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
5331
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
5332
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
5510
5333
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
5511
5334
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
5335
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
5336
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
5337
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
5338
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
5339
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
5340
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
5512
5341
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
5342
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
5343
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
5344
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
5345
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
5346
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
5347
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
5348
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
5349
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
5350
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
5351
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
5352
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
5353
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
5354
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
5355
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
5356
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
5357
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
5358
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
5359
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
5360
|
+
x?: (string | number) | undefined;
|
|
5361
|
+
y?: (string | number) | undefined;
|
|
5513
5362
|
z?: (string | number) | undefined;
|
|
5514
5363
|
translateX?: (string | number) | undefined;
|
|
5515
5364
|
translateY?: (string | number) | undefined;
|
|
@@ -5529,6 +5378,7 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5529
5378
|
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
5530
5379
|
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
5531
5380
|
} | undefined;
|
|
5381
|
+
slot?: string | undefined | undefined;
|
|
5532
5382
|
title?: string | undefined | undefined;
|
|
5533
5383
|
key?: React.Key | null | undefined;
|
|
5534
5384
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -5796,22 +5646,18 @@ export declare const AnimatedStepContent: import('styled-components/dist/types')
|
|
|
5796
5646
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
5797
5647
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5798
5648
|
}> & {
|
|
5799
|
-
scrollTop?: number | import(
|
|
5800
|
-
scrollLeft?: number | import(
|
|
5801
|
-
viewBox?: string | import(
|
|
5802
|
-
}, never>> & string & Omit<import(
|
|
5803
|
-
export declare const StepIndicator: import(
|
|
5804
|
-
export declare const AnimatedSideMenu: import(
|
|
5805
|
-
slot?: string | undefined | undefined;
|
|
5649
|
+
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
5650
|
+
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
5651
|
+
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
5652
|
+
}, never>> & string & Omit<import("@react-spring/web").AnimatedComponent<"div">, keyof React.Component<any, {}, any>>;
|
|
5653
|
+
export declare const StepIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5654
|
+
export declare const AnimatedSideMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("@react-spring/web").AnimatedProps<{
|
|
5806
5655
|
style?: {
|
|
5807
5656
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
5808
5657
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
5809
5658
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
5810
5659
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
5811
5660
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
5812
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
5813
|
-
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
5814
|
-
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
5815
5661
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
5816
5662
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
5817
5663
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -5838,14 +5684,17 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5838
5684
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
5839
5685
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
5840
5686
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
5841
|
-
|
|
5687
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
5842
5688
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
5689
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
5843
5690
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
5844
5691
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
5845
5692
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
5846
5693
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
5847
5694
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
5848
5695
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
5696
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
5697
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
5849
5698
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
5850
5699
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
5851
5700
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -5859,12 +5708,15 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5859
5708
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
5860
5709
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
5861
5710
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
5711
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
5862
5712
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
5863
5713
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
5864
5714
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
5865
5715
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
5866
5716
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
5867
5717
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
5718
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
5719
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
5868
5720
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
5869
5721
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
5870
5722
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -5891,10 +5743,8 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5891
5743
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
5892
5744
|
clear?: import("csstype").Property.Clear | undefined;
|
|
5893
5745
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
5894
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
5895
5746
|
color?: import("csstype").Property.Color | undefined;
|
|
5896
5747
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
5897
|
-
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
5898
5748
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
5899
5749
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
5900
5750
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -5917,17 +5767,9 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5917
5767
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
5918
5768
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
5919
5769
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
5920
|
-
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
5921
|
-
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
5922
|
-
d?: import("csstype").Property.D | undefined;
|
|
5923
5770
|
direction?: import("csstype").Property.Direction | undefined;
|
|
5924
5771
|
display?: import("csstype").Property.Display | undefined;
|
|
5925
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
5926
5772
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
5927
|
-
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
5928
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
5929
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
5930
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
5931
5773
|
filter?: import("csstype").Property.Filter | undefined;
|
|
5932
5774
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
5933
5775
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -5935,8 +5777,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5935
5777
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
5936
5778
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
5937
5779
|
float?: import("csstype").Property.Float | undefined;
|
|
5938
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
5939
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
5940
5780
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
5941
5781
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
5942
5782
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -5946,6 +5786,7 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5946
5786
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
5947
5787
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
5948
5788
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
5789
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
5949
5790
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
5950
5791
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
5951
5792
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -5962,7 +5803,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5962
5803
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
5963
5804
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
5964
5805
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
5965
|
-
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
5966
5806
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
5967
5807
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
5968
5808
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -5983,13 +5823,12 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5983
5823
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
5984
5824
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
5985
5825
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
5986
|
-
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
5987
5826
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
5827
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
5988
5828
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
5989
5829
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
5990
5830
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
5991
5831
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
5992
|
-
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
5993
5832
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
5994
5833
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
5995
5834
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -5997,7 +5836,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
5997
5836
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
5998
5837
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
5999
5838
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
6000
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
6001
5839
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
6002
5840
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
6003
5841
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -6013,10 +5851,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6013
5851
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
6014
5852
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
6015
5853
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
6016
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
6017
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
6018
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
6019
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
6020
5854
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
6021
5855
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
6022
5856
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -6051,7 +5885,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6051
5885
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
6052
5886
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
6053
5887
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
6054
|
-
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
6055
5888
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
6056
5889
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
6057
5890
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -6087,32 +5920,25 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6087
5920
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
6088
5921
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
6089
5922
|
page?: import("csstype").Property.Page | undefined;
|
|
5923
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
5924
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
5925
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
6090
5926
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
6091
5927
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
6092
5928
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
6093
5929
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
6094
5930
|
position?: import("csstype").Property.Position | undefined;
|
|
6095
|
-
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
6096
|
-
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
6097
|
-
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
6098
|
-
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
6099
|
-
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
6100
5931
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
6101
5932
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
6102
|
-
r?: import("csstype").Property.R<string | number> | undefined;
|
|
6103
5933
|
resize?: import("csstype").Property.Resize | undefined;
|
|
6104
5934
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
6105
5935
|
rotate?: (string | number) | undefined;
|
|
6106
5936
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
6107
5937
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
6108
5938
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
6109
|
-
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
6110
5939
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
6111
|
-
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
6112
|
-
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
6113
5940
|
scale?: string | number | readonly [number, number] | undefined;
|
|
6114
5941
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
6115
|
-
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
6116
5942
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
6117
5943
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
6118
5944
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -6144,28 +5970,10 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6144
5970
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
6145
5971
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
6146
5972
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
6147
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
6148
|
-
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
6149
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
6150
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
6151
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
6152
|
-
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
6153
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
6154
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
6155
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
6156
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
6157
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
6158
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
6159
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
6160
5973
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
6161
5974
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
6162
5975
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
6163
5976
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
6164
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
6165
|
-
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
6166
|
-
textBox?: import("csstype").Property.TextBox | undefined;
|
|
6167
|
-
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
6168
|
-
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
6169
5977
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
6170
5978
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
6171
5979
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -6183,12 +5991,10 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6183
5991
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
6184
5992
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
6185
5993
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
6186
|
-
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
6187
5994
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
6188
5995
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
6189
5996
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
6190
|
-
|
|
6191
|
-
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
5997
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
6192
5998
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
6193
5999
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
6194
6000
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -6204,16 +6010,15 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6204
6010
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
6205
6011
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
6206
6012
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
6207
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
6208
6013
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
6209
6014
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
6210
6015
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
6211
6016
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
6212
|
-
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
6213
6017
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
6214
6018
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
6215
6019
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
6216
6020
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
6021
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
6217
6022
|
widows?: import("csstype").Property.Widows | undefined;
|
|
6218
6023
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
6219
6024
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -6221,31 +6026,23 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6221
6026
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
6222
6027
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
6223
6028
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
6224
|
-
x?: (string | number) | undefined;
|
|
6225
|
-
y?: (string | number) | undefined;
|
|
6226
6029
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
6227
6030
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
6228
|
-
all?: import(
|
|
6031
|
+
all?: import("csstype").Globals | undefined;
|
|
6229
6032
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
6230
6033
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
6231
6034
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
6232
6035
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
6233
6036
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
6234
6037
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
6235
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
6236
6038
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
6237
6039
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
6238
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
6239
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
6240
6040
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
6241
6041
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
6242
6042
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
6243
6043
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
6244
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
6245
6044
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
6246
6045
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
6247
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
6248
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
6249
6046
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
6250
6047
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
6251
6048
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -6287,7 +6084,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6287
6084
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
6288
6085
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
6289
6086
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
6290
|
-
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
6291
6087
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
6292
6088
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
6293
6089
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -6298,7 +6094,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6298
6094
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
6299
6095
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
6300
6096
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
6301
|
-
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
6302
6097
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
6303
6098
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
6304
6099
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -6310,7 +6105,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6310
6105
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
6311
6106
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
6312
6107
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
6313
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
6314
6108
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
6315
6109
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
6316
6110
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -6322,6 +6116,8 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6322
6116
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
6323
6117
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
6324
6118
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
6119
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
6120
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
6325
6121
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
6326
6122
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
6327
6123
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -6330,6 +6126,7 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6330
6126
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
6331
6127
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
6332
6128
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
6129
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
6333
6130
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
6334
6131
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
6335
6132
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -6340,15 +6137,11 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6340
6137
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
6341
6138
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
6342
6139
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
6343
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
6344
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
6345
6140
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
6346
6141
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
6347
6142
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
6348
6143
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
6349
|
-
|
|
6350
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
6351
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
6144
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
6352
6145
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
6353
6146
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
6354
6147
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -6467,8 +6260,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6467
6260
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
6468
6261
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
6469
6262
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
6470
|
-
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
6471
|
-
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
6472
6263
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
6473
6264
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
6474
6265
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -6523,14 +6314,13 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6523
6314
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
6524
6315
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
6525
6316
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
6526
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
6317
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
6527
6318
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
6528
6319
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
6529
6320
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
6530
6321
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
6531
6322
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
6532
6323
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
6533
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
6534
6324
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
6535
6325
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
6536
6326
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -6551,6 +6341,7 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6551
6341
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
6552
6342
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
6553
6343
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
6344
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
6554
6345
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
6555
6346
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
6556
6347
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -6560,22 +6351,16 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6560
6351
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
6561
6352
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
6562
6353
|
clip?: import("csstype").Property.Clip | undefined;
|
|
6563
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
6564
6354
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
6565
6355
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
6566
6356
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
6567
6357
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
6568
|
-
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
6569
6358
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
6570
6359
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
6571
6360
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
6572
6361
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
6573
6362
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
6574
6363
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
6575
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
6576
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
6577
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
6578
|
-
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
6579
6364
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
6580
6365
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
6581
6366
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -6593,7 +6378,9 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6593
6378
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
6594
6379
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
6595
6380
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
6381
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
6596
6382
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
6383
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
6597
6384
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
6598
6385
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
6599
6386
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -6608,8 +6395,6 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6608
6395
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
6609
6396
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
6610
6397
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
6611
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
6612
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
6613
6398
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
6614
6399
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
6615
6400
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -6617,15 +6402,20 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6617
6402
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
6618
6403
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
6619
6404
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
6405
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
6406
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
6620
6407
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
6621
6408
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
6622
6409
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
6623
6410
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
6411
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
6412
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
6413
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
6414
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
6624
6415
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
6625
6416
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
6626
6417
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
6627
6418
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
6628
|
-
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
6629
6419
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
6630
6420
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
6631
6421
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -6658,9 +6448,38 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6658
6448
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
6659
6449
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
6660
6450
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
6451
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
6452
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
6453
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
6661
6454
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
6662
6455
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
6456
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
6457
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
6458
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
6459
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
6460
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
6461
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
6663
6462
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
6463
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
6464
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
6465
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
6466
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
6467
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
6468
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
6469
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
6470
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
6471
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
6472
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
6473
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
6474
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
6475
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
6476
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
6477
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
6478
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
6479
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
6480
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
6481
|
+
x?: (string | number) | undefined;
|
|
6482
|
+
y?: (string | number) | undefined;
|
|
6664
6483
|
z?: (string | number) | undefined;
|
|
6665
6484
|
translateX?: (string | number) | undefined;
|
|
6666
6485
|
translateY?: (string | number) | undefined;
|
|
@@ -6680,6 +6499,7 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6680
6499
|
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
6681
6500
|
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
6682
6501
|
} | undefined;
|
|
6502
|
+
slot?: string | undefined | undefined;
|
|
6683
6503
|
title?: string | undefined | undefined;
|
|
6684
6504
|
key?: React.Key | null | undefined;
|
|
6685
6505
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -6947,10 +6767,10 @@ export declare const AnimatedSideMenu: import('styled-components/dist/types').IS
|
|
|
6947
6767
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
6948
6768
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
6949
6769
|
}> & {
|
|
6950
|
-
scrollTop?: number | import(
|
|
6951
|
-
scrollLeft?: number | import(
|
|
6952
|
-
viewBox?: string | import(
|
|
6953
|
-
}, AnimatedSideMenuProps>> & string & Omit<import(
|
|
6770
|
+
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
6771
|
+
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
6772
|
+
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
6773
|
+
}, AnimatedSideMenuProps>> & string & Omit<import("@react-spring/web").AnimatedComponent<"div">, keyof React.Component<any, {}, any>>;
|
|
6954
6774
|
declare const Step: StepComponent;
|
|
6955
6775
|
declare const StepperLayout: React.FC<StepperLayoutProps>;
|
|
6956
6776
|
type StepperProcessComponent = React.FC<StepperProcessProps> & {
|