@lunit/design-system 1.0.0-a.1

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.
Files changed (109) hide show
  1. package/README.md +34 -0
  2. package/dist/components/Alert/Alert.d.ts +2 -0
  3. package/dist/components/Alert/index.d.ts +1 -0
  4. package/dist/components/Alert/index.js +2 -0
  5. package/dist/components/Alert/index.js.map +1 -0
  6. package/dist/components/Button/Button.d.ts +3 -0
  7. package/dist/components/Button/Button.styled.d.ts +890 -0
  8. package/dist/components/Button/Button.types.d.ts +19 -0
  9. package/dist/components/Button/const.d.ts +2 -0
  10. package/dist/components/Button/index.d.ts +1 -0
  11. package/dist/components/Button/index.js +2 -0
  12. package/dist/components/Button/index.js.map +1 -0
  13. package/dist/components/Button/utils/getButtonPaddingBySizeAndKind.d.ts +10 -0
  14. package/dist/components/Button/utils/getIconButtonPaddingBySizeAndKind.d.ts +10 -0
  15. package/dist/components/Checkbox/Checkbox.d.ts +3 -0
  16. package/dist/components/Checkbox/index.d.ts +1 -0
  17. package/dist/components/Checkbox/index.js +2 -0
  18. package/dist/components/Checkbox/index.js.map +1 -0
  19. package/dist/components/Chip/Chip.d.ts +3 -0
  20. package/dist/components/Chip/Chip.styled.d.ts +41 -0
  21. package/dist/components/Chip/Chip.types.d.ts +37 -0
  22. package/dist/components/Chip/consts.d.ts +7 -0
  23. package/dist/components/Chip/index.d.ts +1 -0
  24. package/dist/components/Chip/index.js +2 -0
  25. package/dist/components/Chip/index.js.map +1 -0
  26. package/dist/components/DataTable/DataTable.d.ts +2 -0
  27. package/dist/components/DataTable/index.d.ts +1 -0
  28. package/dist/components/DataTable/index.js +2 -0
  29. package/dist/components/DataTable/index.js.map +1 -0
  30. package/dist/components/DatePicker/DatePicker.d.ts +2 -0
  31. package/dist/components/DatePicker/index.d.ts +1 -0
  32. package/dist/components/DatePicker/index.js +2 -0
  33. package/dist/components/DatePicker/index.js.map +1 -0
  34. package/dist/components/Dropdown/Dropdown.d.ts +2 -0
  35. package/dist/components/Dropdown/index.d.ts +1 -0
  36. package/dist/components/Dropdown/index.js +2 -0
  37. package/dist/components/Dropdown/index.js.map +1 -0
  38. package/dist/components/FormLabel/FormLabel.d.ts +3 -0
  39. package/dist/components/FormLabel/FormLabel.styled.d.ts +1 -0
  40. package/dist/components/FormLabel/index.d.ts +1 -0
  41. package/dist/components/FormLabel/index.js +2 -0
  42. package/dist/components/FormLabel/index.js.map +1 -0
  43. package/dist/components/HelloWorld/HelloWorld.d.ts +28 -0
  44. package/dist/components/Modal/Modal.d.ts +2 -0
  45. package/dist/components/Modal/index.d.ts +1 -0
  46. package/dist/components/Modal/index.js +2 -0
  47. package/dist/components/Modal/index.js.map +1 -0
  48. package/dist/components/Radio/Radio.d.ts +3 -0
  49. package/dist/components/Radio/index.d.ts +1 -0
  50. package/dist/components/Radio/index.js +2 -0
  51. package/dist/components/Radio/index.js.map +1 -0
  52. package/dist/components/RadioGroup/index.d.ts +2 -0
  53. package/dist/components/RadioGroup/index.js +2 -0
  54. package/dist/components/RadioGroup/index.js.map +1 -0
  55. package/dist/components/TextField/TextField.d.ts +2 -0
  56. package/dist/components/TextField/index.d.ts +1 -0
  57. package/dist/components/TextField/index.js +2 -0
  58. package/dist/components/TextField/index.js.map +1 -0
  59. package/dist/components/Toggle/Toggle.d.ts +3 -0
  60. package/dist/components/Toggle/Toggle.styled.d.ts +7 -0
  61. package/dist/components/Toggle/Toggle.types.d.ts +13 -0
  62. package/dist/components/Toggle/index.d.ts +1 -0
  63. package/dist/components/Toggle/index.js +2 -0
  64. package/dist/components/Toggle/index.js.map +1 -0
  65. package/dist/components/ToggleButton/ToggleButton.d.ts +3 -0
  66. package/dist/components/ToggleButton/ToggleButton.styled.d.ts +39 -0
  67. package/dist/components/ToggleButton/ToggleButton.types.d.ts +20 -0
  68. package/dist/components/ToggleButton/index.d.ts +1 -0
  69. package/dist/components/ToggleButton/index.js +2 -0
  70. package/dist/components/ToggleButton/index.js.map +1 -0
  71. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -0
  72. package/dist/components/ToggleButtonGroup/index.d.ts +1 -0
  73. package/dist/components/Tooltip/Tooltip.d.ts +2 -0
  74. package/dist/components/Tooltip/index.d.ts +1 -0
  75. package/dist/components/Tooltip/index.js +2 -0
  76. package/dist/components/Tooltip/index.js.map +1 -0
  77. package/dist/components/index.d.ts +2 -0
  78. package/dist/foundation/Elevation/index.d.ts +65 -0
  79. package/dist/foundation/Elevation/utils.d.ts +2 -0
  80. package/dist/foundation/Typography/index.d.ts +93 -0
  81. package/dist/foundation/Typography/tokens.d.ts +57 -0
  82. package/dist/foundation/colors/base/blue.d.ts +24 -0
  83. package/dist/foundation/colors/base/green.d.ts +24 -0
  84. package/dist/foundation/colors/base/grey.d.ts +35 -0
  85. package/dist/foundation/colors/base/index.d.ts +11 -0
  86. package/dist/foundation/colors/base/lunitGreen.d.ts +24 -0
  87. package/dist/foundation/colors/base/lunitTeal.d.ts +24 -0
  88. package/dist/foundation/colors/base/magenta.d.ts +24 -0
  89. package/dist/foundation/colors/base/opacity.d.ts +6 -0
  90. package/dist/foundation/colors/base/orange.d.ts +24 -0
  91. package/dist/foundation/colors/base/purple.d.ts +24 -0
  92. package/dist/foundation/colors/base/red.d.ts +24 -0
  93. package/dist/foundation/colors/base/yellow.d.ts +24 -0
  94. package/dist/foundation/colors/index.d.ts +155 -0
  95. package/dist/foundation/colors/token/component.d.ts +7 -0
  96. package/dist/foundation/colors/token/core.d.ts +5 -0
  97. package/dist/foundation/colors/token/index.d.ts +2 -0
  98. package/dist/foundation/colors/token/types.d.ts +8 -0
  99. package/dist/foundation/colors/types.d.ts +86 -0
  100. package/dist/foundation/index.d.ts +111 -0
  101. package/dist/foundation/spacing.d.ts +2 -0
  102. package/dist/index.d.ts +16 -0
  103. package/dist/index.js +2 -0
  104. package/dist/index.js.map +1 -0
  105. package/dist/theme.d.ts +2 -0
  106. package/package.json +86 -0
  107. package/tsconfig.build.json +18 -0
  108. package/tsconfig.json +17 -0
  109. package/webpack.config.js +51 -0
@@ -0,0 +1,890 @@
1
+ /// <reference types="react" />
2
+ import { ColorToken } from "@/foundation/colors/types";
3
+ import type { ButtonProps } from "./Button.types";
4
+ import type { ToggleButtonProps } from "../ToggleButton/ToggleButton.types";
5
+ import type { Typography } from "@mui/material/styles/createTypography";
6
+ type KindStyleParams = Pick<ButtonProps, "kind" | "color"> & {
7
+ token: ColorToken;
8
+ };
9
+ type CustomButtonProps = ButtonProps & {
10
+ hasIconOnly: boolean;
11
+ };
12
+ type sizeStyleParams = Pick<CustomButtonProps, "size" | "hasIconOnly" | "kind"> & Pick<ToggleButtonProps, "selected"> & {
13
+ typography: Typography;
14
+ };
15
+ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected, }: sizeStyleParams) => {
16
+ padding?: string | undefined;
17
+ minWidth?: string | undefined;
18
+ minHeight?: string | undefined;
19
+ accentColor?: import("csstype").Property.AccentColor | undefined;
20
+ alignContent?: import("csstype").Property.AlignContent | undefined;
21
+ alignItems?: import("csstype").Property.AlignItems | undefined;
22
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
23
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
24
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
25
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
26
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
27
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
28
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
29
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
30
+ animationName?: import("csstype").Property.AnimationName | undefined;
31
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
32
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
33
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
34
+ appearance?: import("csstype").Property.Appearance | undefined;
35
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
36
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
37
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
38
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
39
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
40
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
41
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
42
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
43
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
44
+ backgroundPositionX?: string | number | undefined;
45
+ backgroundPositionY?: string | number | undefined;
46
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
47
+ backgroundSize?: string | number | undefined;
48
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
49
+ blockSize?: string | number | undefined;
50
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
51
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
52
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
53
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
54
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
55
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
56
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
57
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
58
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
59
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
60
+ borderBottomLeftRadius?: string | number | undefined;
61
+ borderBottomRightRadius?: string | number | undefined;
62
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
63
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
64
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
65
+ borderEndEndRadius?: string | number | undefined;
66
+ borderEndStartRadius?: string | number | undefined;
67
+ borderImageOutset?: string | number | undefined;
68
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
69
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
70
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
71
+ borderImageWidth?: string | number | undefined;
72
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
73
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
74
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
75
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
76
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
77
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
78
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
79
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
80
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
81
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
82
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
83
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
84
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
85
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
86
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
87
+ borderSpacing?: string | number | undefined;
88
+ borderStartEndRadius?: string | number | undefined;
89
+ borderStartStartRadius?: string | number | undefined;
90
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
91
+ borderTopLeftRadius?: string | number | undefined;
92
+ borderTopRightRadius?: string | number | undefined;
93
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
94
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
95
+ bottom?: string | number | undefined;
96
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
97
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
98
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
99
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
100
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
101
+ breakInside?: import("csstype").Property.BreakInside | undefined;
102
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
103
+ caretColor?: import("csstype").Property.CaretColor | undefined;
104
+ clear?: import("csstype").Property.Clear | undefined;
105
+ clipPath?: import("csstype").Property.ClipPath | undefined;
106
+ color?: import("csstype").Property.Color | undefined;
107
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
108
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
109
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
110
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
111
+ columnGap?: string | number | undefined;
112
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
113
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
114
+ columnRuleWidth?: string | number | undefined;
115
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
116
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
117
+ contain?: import("csstype").Property.Contain | undefined;
118
+ content?: import("csstype").Property.Content | undefined;
119
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
120
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
121
+ counterReset?: import("csstype").Property.CounterReset | undefined;
122
+ counterSet?: import("csstype").Property.CounterSet | undefined;
123
+ cursor?: import("csstype").Property.Cursor | undefined;
124
+ direction?: import("csstype").Property.Direction | undefined;
125
+ display?: import("csstype").Property.Display | undefined;
126
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
127
+ filter?: import("csstype").Property.Filter | undefined;
128
+ flexBasis?: string | number | undefined;
129
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
130
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
131
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
132
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
133
+ float?: import("csstype").Property.Float | undefined;
134
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
135
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
136
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
137
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
138
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
139
+ fontSize?: string | number | undefined;
140
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
141
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
142
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
143
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
144
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
145
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
146
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
147
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
148
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
149
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
150
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
151
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
152
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
153
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
154
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
155
+ gridAutoColumns?: string | number | undefined;
156
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
157
+ gridAutoRows?: string | number | undefined;
158
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
159
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
160
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
161
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
162
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
163
+ gridTemplateColumns?: string | number | undefined;
164
+ gridTemplateRows?: string | number | undefined;
165
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
166
+ height?: string | number | undefined;
167
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
168
+ hyphens?: import("csstype").Property.Hyphens | undefined;
169
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
170
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
171
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
172
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
173
+ inlineSize?: string | number | undefined;
174
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
175
+ inset?: string | number | undefined;
176
+ insetBlock?: string | number | undefined;
177
+ insetBlockEnd?: string | number | undefined;
178
+ insetBlockStart?: string | number | undefined;
179
+ insetInline?: string | number | undefined;
180
+ insetInlineEnd?: string | number | undefined;
181
+ insetInlineStart?: string | number | undefined;
182
+ isolation?: import("csstype").Property.Isolation | undefined;
183
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
184
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
185
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
186
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
187
+ left?: string | number | undefined;
188
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
189
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
190
+ lineHeight?: string | number | undefined;
191
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
192
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
193
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
194
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
195
+ marginBlock?: string | number | undefined;
196
+ marginBlockEnd?: string | number | undefined;
197
+ marginBlockStart?: string | number | undefined;
198
+ marginBottom?: string | number | undefined;
199
+ marginInline?: string | number | undefined;
200
+ marginInlineEnd?: string | number | undefined;
201
+ marginInlineStart?: string | number | undefined;
202
+ marginLeft?: string | number | undefined;
203
+ marginRight?: string | number | undefined;
204
+ marginTop?: string | number | undefined;
205
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
206
+ maskBorderOutset?: string | number | undefined;
207
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
208
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
209
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
210
+ maskBorderWidth?: string | number | undefined;
211
+ maskClip?: import("csstype").Property.MaskClip | undefined;
212
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
213
+ maskImage?: import("csstype").Property.MaskImage | undefined;
214
+ maskMode?: import("csstype").Property.MaskMode | undefined;
215
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
216
+ maskPosition?: string | number | undefined;
217
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
218
+ maskSize?: string | number | undefined;
219
+ maskType?: import("csstype").Property.MaskType | undefined;
220
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
221
+ mathShift?: import("csstype").Property.MathShift | undefined;
222
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
223
+ maxBlockSize?: string | number | undefined;
224
+ maxHeight?: string | number | undefined;
225
+ maxInlineSize?: string | number | undefined;
226
+ maxLines?: import("csstype").Property.MaxLines | undefined;
227
+ maxWidth?: string | number | undefined;
228
+ minBlockSize?: string | number | undefined;
229
+ minInlineSize?: string | number | undefined;
230
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
231
+ motionDistance?: string | number | undefined;
232
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
233
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
234
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
235
+ objectPosition?: string | number | undefined;
236
+ offsetAnchor?: string | number | undefined;
237
+ offsetDistance?: string | number | undefined;
238
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
239
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
240
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
241
+ opacity?: import("csstype").Property.Opacity | undefined;
242
+ order?: import("csstype").Property.Order | undefined;
243
+ orphans?: import("csstype").Property.Orphans | undefined;
244
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
245
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
246
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
247
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
248
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
249
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
250
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
251
+ overflowClipMargin?: string | number | undefined;
252
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
253
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
254
+ overflowX?: import("csstype").Property.OverflowX | undefined;
255
+ overflowY?: import("csstype").Property.OverflowY | undefined;
256
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
257
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
258
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
259
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
260
+ paddingBlock?: string | number | undefined;
261
+ paddingBlockEnd?: string | number | undefined;
262
+ paddingBlockStart?: string | number | undefined;
263
+ paddingBottom?: string | number | undefined;
264
+ paddingInline?: string | number | undefined;
265
+ paddingInlineEnd?: string | number | undefined;
266
+ paddingInlineStart?: string | number | undefined;
267
+ paddingLeft?: string | number | undefined;
268
+ paddingRight?: string | number | undefined;
269
+ paddingTop?: string | number | undefined;
270
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
271
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
272
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
273
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
274
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
275
+ perspectiveOrigin?: string | number | undefined;
276
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
277
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
278
+ position?: import("csstype").Property.Position | undefined;
279
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
280
+ quotes?: import("csstype").Property.Quotes | undefined;
281
+ resize?: import("csstype").Property.Resize | undefined;
282
+ right?: string | number | undefined;
283
+ rotate?: import("csstype").Property.Rotate | undefined;
284
+ rowGap?: string | number | undefined;
285
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
286
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
287
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
288
+ scale?: import("csstype").Property.Scale | undefined;
289
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
290
+ scrollMargin?: string | number | undefined;
291
+ scrollMarginBlock?: string | number | undefined;
292
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
293
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
294
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
295
+ scrollMarginInline?: string | number | undefined;
296
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
297
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
298
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
299
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
300
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
301
+ scrollPadding?: string | number | undefined;
302
+ scrollPaddingBlock?: string | number | undefined;
303
+ scrollPaddingBlockEnd?: string | number | undefined;
304
+ scrollPaddingBlockStart?: string | number | undefined;
305
+ scrollPaddingBottom?: string | number | undefined;
306
+ scrollPaddingInline?: string | number | undefined;
307
+ scrollPaddingInlineEnd?: string | number | undefined;
308
+ scrollPaddingInlineStart?: string | number | undefined;
309
+ scrollPaddingLeft?: string | number | undefined;
310
+ scrollPaddingRight?: string | number | undefined;
311
+ scrollPaddingTop?: string | number | undefined;
312
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
313
+ scrollSnapMargin?: string | number | undefined;
314
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
315
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
316
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
317
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
318
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
319
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
320
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
321
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
322
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
323
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
324
+ shapeMargin?: string | number | undefined;
325
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
326
+ tabSize?: string | number | undefined;
327
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
328
+ textAlign?: import("csstype").Property.TextAlign | undefined;
329
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
330
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
331
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
332
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
333
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
334
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
335
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
336
+ textDecorationThickness?: string | number | undefined;
337
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
338
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
339
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
340
+ textIndent?: string | number | undefined;
341
+ textJustify?: import("csstype").Property.TextJustify | undefined;
342
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
343
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
344
+ textRendering?: import("csstype").Property.TextRendering | undefined;
345
+ textShadow?: import("csstype").Property.TextShadow | undefined;
346
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
347
+ textTransform?: import("csstype").Property.TextTransform | undefined;
348
+ textUnderlineOffset?: string | number | undefined;
349
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
350
+ top?: string | number | undefined;
351
+ touchAction?: import("csstype").Property.TouchAction | undefined;
352
+ transform?: import("csstype").Property.Transform | undefined;
353
+ transformBox?: import("csstype").Property.TransformBox | undefined;
354
+ transformOrigin?: string | number | undefined;
355
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
356
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
357
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
358
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
359
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
360
+ translate?: string | number | undefined;
361
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
362
+ userSelect?: import("csstype").Property.UserSelect | undefined;
363
+ verticalAlign?: string | number | undefined;
364
+ visibility?: import("csstype").Property.Visibility | undefined;
365
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
366
+ widows?: import("csstype").Property.Widows | undefined;
367
+ width?: string | number | undefined;
368
+ willChange?: import("csstype").Property.WillChange | undefined;
369
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
370
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
371
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
372
+ writingMode?: import("csstype").Property.WritingMode | undefined;
373
+ zIndex?: import("csstype").Property.ZIndex | undefined;
374
+ zoom?: import("csstype").Property.Zoom | undefined;
375
+ all?: import("csstype").Globals | undefined;
376
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
377
+ background?: string | number | undefined;
378
+ backgroundPosition?: string | number | undefined;
379
+ border?: string | number | undefined;
380
+ borderBlock?: string | number | undefined;
381
+ borderBlockEnd?: string | number | undefined;
382
+ borderBlockStart?: string | number | undefined;
383
+ borderBottom?: string | number | undefined;
384
+ borderColor?: import("csstype").Property.BorderColor | undefined;
385
+ borderImage?: import("csstype").Property.BorderImage | undefined;
386
+ borderInline?: string | number | undefined;
387
+ borderInlineEnd?: string | number | undefined;
388
+ borderInlineStart?: string | number | undefined;
389
+ borderLeft?: string | number | undefined;
390
+ borderRadius?: string | number | undefined;
391
+ borderRight?: string | number | undefined;
392
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
393
+ borderTop?: string | number | undefined;
394
+ borderWidth?: string | number | undefined;
395
+ columnRule?: string | number | undefined;
396
+ columns?: string | number | undefined;
397
+ flex?: string | number | undefined;
398
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
399
+ font?: import("csstype").Property.Font | undefined;
400
+ gap?: string | number | undefined;
401
+ grid?: import("csstype").Property.Grid | undefined;
402
+ gridArea?: import("csstype").Property.GridArea | undefined;
403
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
404
+ gridRow?: import("csstype").Property.GridRow | undefined;
405
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
406
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
407
+ listStyle?: import("csstype").Property.ListStyle | undefined;
408
+ margin?: string | number | undefined;
409
+ mask?: string | number | undefined;
410
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
411
+ motion?: string | number | undefined;
412
+ offset?: string | number | undefined;
413
+ outline?: string | number | undefined;
414
+ overflow?: import("csstype").Property.Overflow | undefined;
415
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
416
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
417
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
418
+ textDecoration?: string | number | undefined;
419
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
420
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
421
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
422
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
423
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
424
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
425
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
426
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
427
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
428
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
429
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
430
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
431
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
432
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
433
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
434
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
435
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
436
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
437
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
438
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
439
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
440
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
441
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
442
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
443
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
444
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
445
+ MozColumnRuleWidth?: string | number | undefined;
446
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
447
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
448
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
449
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
450
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
451
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
452
+ MozMarginEnd?: string | number | undefined;
453
+ MozMarginStart?: string | number | undefined;
454
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
455
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
456
+ MozPaddingEnd?: string | number | undefined;
457
+ MozPaddingStart?: string | number | undefined;
458
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
459
+ MozPerspectiveOrigin?: string | number | undefined;
460
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
461
+ MozTabSize?: string | number | undefined;
462
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
463
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
464
+ MozTransformOrigin?: string | number | undefined;
465
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
466
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
467
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
468
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
469
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
470
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
471
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
472
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
473
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
474
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
475
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
476
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
477
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
478
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
479
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
480
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
481
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
482
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
483
+ msFilter?: import("csstype").Property.MsFilter | undefined;
484
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
485
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
486
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
487
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
488
+ msGridColumns?: string | number | undefined;
489
+ msGridRows?: string | number | undefined;
490
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
491
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
492
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
493
+ msHyphenateLimitZone?: string | number | undefined;
494
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
495
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
496
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
497
+ msOrder?: import("csstype").Property.Order | undefined;
498
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
499
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
500
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
501
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
502
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
503
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
504
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
505
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
506
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
507
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
508
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
509
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
510
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
511
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
512
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
513
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
514
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
515
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
516
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
517
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
518
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
519
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
520
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
521
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
522
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
523
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
524
+ msTransform?: import("csstype").Property.Transform | undefined;
525
+ msTransformOrigin?: string | number | undefined;
526
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
527
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
528
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
529
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
530
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
531
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
532
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
533
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
534
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
535
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
536
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
537
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
538
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
539
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
540
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
541
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
542
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
543
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
544
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
545
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
546
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
547
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
548
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
549
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
550
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
551
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
552
+ WebkitBackgroundSize?: string | number | undefined;
553
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
554
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
555
+ WebkitBorderBeforeWidth?: string | number | undefined;
556
+ WebkitBorderBottomLeftRadius?: string | number | undefined;
557
+ WebkitBorderBottomRightRadius?: string | number | undefined;
558
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
559
+ WebkitBorderTopLeftRadius?: string | number | undefined;
560
+ WebkitBorderTopRightRadius?: string | number | undefined;
561
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
562
+ WebkitBoxReflect?: string | number | undefined;
563
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
564
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
565
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
566
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
567
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
568
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
569
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
570
+ WebkitColumnRuleWidth?: string | number | undefined;
571
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
572
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
573
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
574
+ WebkitFlexBasis?: string | number | undefined;
575
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
576
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
577
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
578
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
579
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
580
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
581
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
582
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
583
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
584
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
585
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
586
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
587
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
588
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
589
+ WebkitMarginEnd?: string | number | undefined;
590
+ WebkitMarginStart?: string | number | undefined;
591
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
592
+ WebkitMaskBoxImageOutset?: string | number | undefined;
593
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
594
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
595
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
596
+ WebkitMaskBoxImageWidth?: string | number | undefined;
597
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
598
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
599
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
600
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
601
+ WebkitMaskPosition?: string | number | undefined;
602
+ WebkitMaskPositionX?: string | number | undefined;
603
+ WebkitMaskPositionY?: string | number | undefined;
604
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
605
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
606
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
607
+ WebkitMaskSize?: string | number | undefined;
608
+ WebkitMaxInlineSize?: string | number | undefined;
609
+ WebkitOrder?: import("csstype").Property.Order | undefined;
610
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
611
+ WebkitPaddingEnd?: string | number | undefined;
612
+ WebkitPaddingStart?: string | number | undefined;
613
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
614
+ WebkitPerspectiveOrigin?: string | number | undefined;
615
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
616
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
617
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
618
+ WebkitShapeMargin?: string | number | undefined;
619
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
620
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
621
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
622
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
623
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
624
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
625
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
626
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
627
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
628
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
629
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
630
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
631
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
632
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
633
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
634
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
635
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
636
+ WebkitTransformOrigin?: string | number | undefined;
637
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
638
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
639
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
640
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
641
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
642
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
643
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
644
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
645
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
646
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
647
+ MozColumnRule?: string | number | undefined;
648
+ MozColumns?: string | number | undefined;
649
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
650
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
651
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
652
+ msFlex?: string | number | undefined;
653
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
654
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
655
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
656
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
657
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
658
+ WebkitBorderBefore?: string | number | undefined;
659
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
660
+ WebkitBorderRadius?: string | number | undefined;
661
+ WebkitColumnRule?: string | number | undefined;
662
+ WebkitColumns?: string | number | undefined;
663
+ WebkitFlex?: string | number | undefined;
664
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
665
+ WebkitMask?: string | number | undefined;
666
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
667
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
668
+ WebkitTextStroke?: string | number | undefined;
669
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
670
+ azimuth?: import("csstype").Property.Azimuth | undefined;
671
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
672
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
673
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
674
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
675
+ boxLines?: import("csstype").Property.BoxLines | undefined;
676
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
677
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
678
+ boxPack?: import("csstype").Property.BoxPack | undefined;
679
+ clip?: import("csstype").Property.Clip | undefined;
680
+ gridColumnGap?: string | number | undefined;
681
+ gridGap?: string | number | undefined;
682
+ gridRowGap?: string | number | undefined;
683
+ imeMode?: import("csstype").Property.ImeMode | undefined;
684
+ offsetBlock?: string | number | undefined;
685
+ offsetBlockEnd?: string | number | undefined;
686
+ offsetBlockStart?: string | number | undefined;
687
+ offsetInline?: string | number | undefined;
688
+ offsetInlineEnd?: string | number | undefined;
689
+ offsetInlineStart?: string | number | undefined;
690
+ scrollSnapCoordinate?: string | number | undefined;
691
+ scrollSnapDestination?: string | number | undefined;
692
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
693
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
694
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
695
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
696
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
697
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
698
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
699
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
700
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
701
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
702
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
703
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
704
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
705
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
706
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
707
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
708
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
709
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
710
+ MozBackgroundSize?: string | number | undefined;
711
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
712
+ MozBorderRadius?: string | number | undefined;
713
+ MozBorderRadiusBottomleft?: string | number | undefined;
714
+ MozBorderRadiusBottomright?: string | number | undefined;
715
+ MozBorderRadiusTopleft?: string | number | undefined;
716
+ MozBorderRadiusTopright?: string | number | undefined;
717
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
718
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
719
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
720
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
721
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
722
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
723
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
724
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
725
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
726
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
727
+ MozOutline?: string | number | undefined;
728
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
729
+ MozOutlineRadius?: string | number | undefined;
730
+ MozOutlineRadiusBottomleft?: string | number | undefined;
731
+ MozOutlineRadiusBottomright?: string | number | undefined;
732
+ MozOutlineRadiusTopleft?: string | number | undefined;
733
+ MozOutlineRadiusTopright?: string | number | undefined;
734
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
735
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
736
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
737
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
738
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
739
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
740
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
741
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
742
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
743
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
744
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
745
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
746
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
747
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
748
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
749
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
750
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
751
+ OBackgroundSize?: string | number | undefined;
752
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
753
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
754
+ OObjectPosition?: string | number | undefined;
755
+ OTabSize?: string | number | undefined;
756
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
757
+ OTransform?: import("csstype").Property.Transform | undefined;
758
+ OTransformOrigin?: string | number | undefined;
759
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
760
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
761
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
762
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
763
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
764
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
765
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
766
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
767
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
768
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
769
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
770
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
771
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
772
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
773
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
774
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
775
+ baselineShift?: string | number | undefined;
776
+ clipRule?: import("csstype").Property.ClipRule | undefined;
777
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
778
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
779
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
780
+ fill?: import("csstype").Property.Fill | undefined;
781
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
782
+ fillRule?: import("csstype").Property.FillRule | undefined;
783
+ floodColor?: import("csstype").Property.FloodColor | undefined;
784
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
785
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
786
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
787
+ marker?: import("csstype").Property.Marker | undefined;
788
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
789
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
790
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
791
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
792
+ stopColor?: import("csstype").Property.StopColor | undefined;
793
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
794
+ stroke?: import("csstype").Property.Stroke | undefined;
795
+ strokeDasharray?: string | number | undefined;
796
+ strokeDashoffset?: string | number | undefined;
797
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
798
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
799
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
800
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
801
+ strokeWidth?: string | number | undefined;
802
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
803
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
804
+ };
805
+ export declare const kindStyle: ({ kind, color, token }: KindStyleParams) => {
806
+ color?: import("csstype").Property.Color | undefined;
807
+ border?: string | undefined;
808
+ "&:hover"?: {
809
+ backgroundColor: import("csstype").Property.Color | undefined;
810
+ } | undefined;
811
+ "&.Mui-disabled"?: {
812
+ opacity: number;
813
+ border: string;
814
+ color: import("csstype").Property.Color | undefined;
815
+ } | {
816
+ opacity: number;
817
+ color: import("csstype").Property.Color | undefined;
818
+ border?: undefined;
819
+ } | undefined;
820
+ backgroundColor?: import("csstype").Property.Color | undefined;
821
+ };
822
+ export declare const commonStyle: ({ token }: {
823
+ token: ColorToken;
824
+ }) => {
825
+ readonly fontWeight: "500";
826
+ readonly borderRadius: "8px";
827
+ readonly textTransform: "initial";
828
+ readonly "&.Mui-focusVisible": {
829
+ readonly "&::after": {
830
+ readonly position: "absolute";
831
+ readonly width: "calc(100% + 6px)";
832
+ readonly height: "calc(100% + 6px)";
833
+ readonly content: "\"\"";
834
+ readonly borderRadius: "11px";
835
+ readonly border: `1px solid ${string}`;
836
+ readonly boxSizing: "border-box";
837
+ };
838
+ };
839
+ };
840
+ export declare const iconStyle: ({ size, hasIconOnly, }: Pick<CustomButtonProps, "size" | "hasIconOnly">) => {
841
+ "& .MuiButton-startIcon": {
842
+ width: string;
843
+ height: string;
844
+ margin: number;
845
+ marginRight: string;
846
+ "*:nth-of-type(1)": {
847
+ fontSize: string;
848
+ };
849
+ };
850
+ svg: {
851
+ width: string;
852
+ height: string;
853
+ margin: number;
854
+ marginRight: string;
855
+ };
856
+ };
857
+ export declare const CustomButton: import("@emotion/styled").StyledComponent<{
858
+ children?: import("react").ReactNode;
859
+ classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
860
+ color?: "inherit" | "primary" | "secondary" | "error" | "warning" | "success" | "info" | undefined;
861
+ disabled?: boolean | undefined;
862
+ disableElevation?: boolean | undefined;
863
+ disableFocusRipple?: boolean | undefined;
864
+ endIcon?: import("react").ReactNode;
865
+ fullWidth?: boolean | undefined;
866
+ href?: string | undefined;
867
+ size?: "small" | "medium" | "large" | undefined;
868
+ startIcon?: import("react").ReactNode;
869
+ sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
870
+ variant?: "text" | "outlined" | "contained" | undefined;
871
+ } & Omit<{
872
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
873
+ centerRipple?: boolean | undefined;
874
+ children?: import("react").ReactNode;
875
+ classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
876
+ disabled?: boolean | undefined;
877
+ disableRipple?: boolean | undefined;
878
+ disableTouchRipple?: boolean | undefined;
879
+ focusRipple?: boolean | undefined;
880
+ focusVisibleClassName?: string | undefined;
881
+ LinkComponent?: import("react").ElementType<any> | undefined;
882
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
883
+ sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
884
+ tabIndex?: number | undefined;
885
+ TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
886
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
887
+ }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
888
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
889
+ }, "color" | "children" | "sx" | "tabIndex" | "href" | "disabled" | "action" | "size" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & CustomButtonProps, {}, {}>;
890
+ export {};