@volverjs/ui-vue 0.0.10-beta.32 → 0.0.10-beta.33

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 (166) hide show
  1. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +1 -131
  2. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +4 -3
  3. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  4. package/dist/components/VvAlert/VvAlert.es.js +5 -5
  5. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  6. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +6 -7
  7. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  8. package/dist/components/VvAvatar/VvAvatar.es.js +1 -6
  9. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  10. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +4 -8
  11. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  12. package/dist/components/VvBadge/VvBadge.es.js +2 -8
  13. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  14. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +3 -8
  15. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  16. package/dist/components/VvButton/VvButton.es.js +0 -22
  17. package/dist/components/VvButton/VvButton.umd.js +1 -1
  18. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +16 -7
  19. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  20. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +7 -0
  21. package/dist/components/VvButtonGroup/index.d.ts +3 -0
  22. package/dist/components/VvCard/VvCard.es.js +1 -6
  23. package/dist/components/VvCard/VvCard.umd.js +1 -1
  24. package/dist/components/VvCheckbox/VvCheckbox.es.js +2 -23
  25. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  26. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +6 -24
  27. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  28. package/dist/components/VvCombobox/VvCombobox.es.js +12 -31
  29. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  30. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +29 -23
  31. package/dist/components/VvCombobox/index.d.ts +7 -7
  32. package/dist/components/VvDialog/VvDialog.es.js +1 -6
  33. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  34. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +23 -23
  35. package/dist/components/VvDropdown/index.d.ts +7 -7
  36. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +0 -5
  37. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  38. package/dist/components/VvIcon/VvIcon.es.js +1 -6
  39. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  40. package/dist/components/VvInputFile/VvInputFile.es.js +0 -22
  41. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  42. package/dist/components/VvInputText/VvInputText.es.js +11 -3
  43. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  44. package/dist/components/VvNav/VvNav.es.js +8 -10
  45. package/dist/components/VvNav/VvNav.umd.js +1 -1
  46. package/dist/components/VvNavItem/VvNavItem.es.js +4 -1
  47. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
  48. package/dist/components/VvProgress/VvProgress.es.js +3 -3
  49. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  50. package/dist/components/VvRadio/VvRadio.es.js +0 -22
  51. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  52. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +4 -23
  53. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  54. package/dist/components/VvTab/VvTab.es.js +7 -9
  55. package/dist/components/VvTab/VvTab.umd.js +1 -1
  56. package/dist/components/index.es.js +82 -68
  57. package/dist/components/index.umd.js +1 -1
  58. package/dist/icons.es.js +3 -3
  59. package/dist/icons.umd.js +1 -1
  60. package/dist/props/index.d.ts +7 -7
  61. package/dist/stories/Accordion/Accordion.settings.d.ts +2 -57
  62. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +2 -66
  63. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +2 -181
  64. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +370 -11
  65. package/dist/stories/Alert/Alert.settings.d.ts +2 -109
  66. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +2 -85
  67. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +2 -38
  68. package/dist/stories/Badge/Badge.settings.d.ts +2 -26
  69. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +2 -18
  70. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
  71. package/dist/stories/Button/Button.settings.d.ts +2 -193
  72. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +2 -40
  73. package/dist/stories/Card/Card.settings.d.ts +2 -63
  74. package/dist/stories/Checkbox/Checkbox.settings.d.ts +2 -132
  75. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -141
  76. package/dist/stories/Combobox/Combobox.settings.d.ts +2 -617
  77. package/dist/stories/Dialog/Dialog.settings.d.ts +2 -47
  78. package/dist/stories/Dropdown/Dropdown.settings.d.ts +2 -205
  79. package/dist/stories/Icon/Icon.settings.d.ts +2 -68
  80. package/dist/stories/InputFile/InputFile.settings.d.ts +2 -52
  81. package/dist/stories/InputText/InputText.settings.d.ts +2 -438
  82. package/dist/stories/Nav/Nav.settings.d.ts +2 -10
  83. package/dist/stories/Progress/Progress.settings.d.ts +2 -27
  84. package/dist/stories/Radio/Radio.settings.d.ts +1 -110
  85. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -141
  86. package/dist/stories/Select/Select.settings.d.ts +2 -246
  87. package/dist/stories/Textarea/Textarea.settings.d.ts +2 -287
  88. package/dist/stories/argTypes.d.ts +27 -866
  89. package/package.json +45 -45
  90. package/src/assets/icons/detailed.json +1 -1
  91. package/src/assets/icons/normal.json +1 -1
  92. package/src/assets/icons/simple.json +1 -1
  93. package/src/components/VvAlert/index.ts +4 -4
  94. package/src/components/VvAlertGroup/VvAlertGroup.vue +0 -1
  95. package/src/components/VvBadge/VvBadge.vue +1 -1
  96. package/src/components/VvButtonGroup/VvButtonGroup.vue +11 -2
  97. package/src/components/VvButtonGroup/index.ts +1 -0
  98. package/src/components/VvCheckbox/VvCheckbox.vue +2 -5
  99. package/src/components/VvCombobox/VvCombobox.vue +2 -1
  100. package/src/components/VvInputText/VvInputText.vue +15 -4
  101. package/src/components/VvNav/VvNav.vue +1 -6
  102. package/src/components/VvNav/VvNavItem.vue +1 -1
  103. package/src/components/VvProgress/VvProgress.vue +0 -1
  104. package/src/composables/alert/useAlert.ts +3 -3
  105. package/src/stories/Accordion/Accordion.settings.ts +3 -2
  106. package/src/stories/AccordionGroup/AccordionGroup.settings.ts +4 -3
  107. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +4 -2
  108. package/src/stories/AccordionGroup/AccordionGroup.test.ts +2 -6
  109. package/src/stories/Alert/Alert.settings.ts +8 -7
  110. package/src/stories/Alert/Alert.test.ts +1 -3
  111. package/src/stories/AlertGroup/AlertGroup.settings.ts +3 -1
  112. package/src/stories/AlertGroup/AlertGroup.test.ts +5 -7
  113. package/src/stories/Avatar/Avatar.test.ts +1 -3
  114. package/src/stories/Avatar/AvatarModifiers.stories.ts +1 -0
  115. package/src/stories/AvatarGroup/AvatarGroup.settings.ts +2 -1
  116. package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -3
  117. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +1 -0
  118. package/src/stories/Badge/Badge.settings.ts +2 -1
  119. package/src/stories/Badge/Badge.stories.ts +2 -2
  120. package/src/stories/Badge/Badge.test.ts +1 -1
  121. package/src/stories/Breadcrumb/Breadcrumb.settings.ts +2 -1
  122. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +1 -1
  123. package/src/stories/Breadcrumb/Breadcrumb.test.ts +1 -1
  124. package/src/stories/Button/Button.settings.ts +6 -6
  125. package/src/stories/Button/Button.stories.ts +1 -1
  126. package/src/stories/Button/Button.test.ts +1 -3
  127. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +11 -1
  128. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +1 -1
  129. package/src/stories/ButtonGroup/ButtonGroup.test.ts +2 -6
  130. package/src/stories/Card/Card.settings.ts +2 -1
  131. package/src/stories/Card/Card.test.ts +1 -3
  132. package/src/stories/Checkbox/Checkbox.settings.ts +5 -3
  133. package/src/stories/Checkbox/Checkbox.test.ts +2 -6
  134. package/src/stories/Checkbox/CheckboxBinary.stories.ts +1 -1
  135. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -6
  136. package/src/stories/Combobox/Combobox.settings.ts +10 -10
  137. package/src/stories/Combobox/Combobox.test.ts +2 -6
  138. package/src/stories/Dialog/Dialog.settings.ts +2 -1
  139. package/src/stories/Dialog/Dialog.test.ts +3 -8
  140. package/src/stories/Dropdown/Dropdown.settings.ts +2 -1
  141. package/src/stories/Dropdown/Dropdown.test.ts +2 -6
  142. package/src/stories/Dropdown/DropdownSlots.stories.ts +1 -1
  143. package/src/stories/Icon/Icon.settings.ts +2 -1
  144. package/src/stories/Icon/Icon.stories.ts +0 -1
  145. package/src/stories/InputFile/InputFile.settings.ts +2 -1
  146. package/src/stories/InputText/InputText.settings.ts +8 -6
  147. package/src/stories/InputText/InputText.test.ts +2 -6
  148. package/src/stories/InputText/InputTextMinMax.stories.ts +1 -1
  149. package/src/stories/Nav/Nav.settings.ts +2 -2
  150. package/src/stories/Nav/Nav.stories.ts +1 -1
  151. package/src/stories/Nav/Nav.test.ts +2 -4
  152. package/src/stories/Progress/Progress.settings.ts +2 -1
  153. package/src/stories/Radio/Radio.test.ts +2 -6
  154. package/src/stories/RadioGroup/RadioGroup.stories.ts +1 -2
  155. package/src/stories/RadioGroup/RadioGroup.test.ts +2 -6
  156. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +1 -1
  157. package/src/stories/Select/Select.settings.ts +4 -3
  158. package/src/stories/Select/Select.test.ts +3 -9
  159. package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
  160. package/src/stories/Select/SelectOptions.stories.ts +0 -1
  161. package/src/stories/Tab/Tab.test.ts +3 -5
  162. package/src/stories/Textarea/Textarea.settings.ts +5 -3
  163. package/src/stories/Textarea/Textarea.test.ts +2 -6
  164. package/src/stories/Tooltip/Tooltip.settings.ts +1 -1
  165. package/src/stories/Tooltip/Tooltip.test.ts +3 -5
  166. package/src/stories/argTypes.ts +47 -46
@@ -1,3 +1,4 @@
1
+ import type { ArgTypes } from '@storybook/vue3';
1
2
  export declare const defaultArgs: {
2
3
  name: string;
3
4
  label: string;
@@ -7,441 +8,4 @@ export declare const defaultArgs: {
7
8
  minlength: undefined;
8
9
  maxlength: undefined;
9
10
  };
10
- export declare const argTypes: {
11
- type: {
12
- description: string;
13
- options: string[];
14
- control: {
15
- type: string;
16
- };
17
- table: {
18
- defaultValue: {
19
- summary: string;
20
- };
21
- };
22
- };
23
- min: {
24
- description: string;
25
- control: {
26
- type: string;
27
- };
28
- };
29
- max: {
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- };
35
- step: {
36
- description: string;
37
- table: {
38
- defaultValue: {
39
- summary: number;
40
- };
41
- };
42
- };
43
- pattern: {
44
- description: string;
45
- control: {
46
- type: string;
47
- };
48
- };
49
- multiple: {
50
- description: string;
51
- table: {
52
- defaultValue: {
53
- summary: boolean;
54
- };
55
- };
56
- };
57
- iconShowPassword: {
58
- description: string;
59
- options: string[];
60
- control: {
61
- type: string;
62
- };
63
- table: {
64
- defaultValue: {
65
- summary: string;
66
- };
67
- };
68
- };
69
- iconHidePassword: {
70
- description: string;
71
- options: string[];
72
- control: {
73
- type: string;
74
- };
75
- table: {
76
- defaultValue: {
77
- summary: string;
78
- };
79
- };
80
- };
81
- iconClear: {
82
- description: string;
83
- options: string[];
84
- control: {
85
- type: string;
86
- };
87
- table: {
88
- defaultValue: {
89
- summary: string;
90
- };
91
- };
92
- };
93
- labelStepUp: {
94
- description: string;
95
- control: {
96
- type: string;
97
- };
98
- table: {
99
- defaultValue: {
100
- summary: string;
101
- };
102
- };
103
- };
104
- labelStepDown: {
105
- description: string;
106
- control: {
107
- type: string;
108
- };
109
- table: {
110
- defaultValue: {
111
- summary: string;
112
- };
113
- };
114
- };
115
- labelShowPassword: {
116
- description: string;
117
- control: {
118
- type: string;
119
- };
120
- table: {
121
- defaultValue: {
122
- summary: string;
123
- };
124
- };
125
- };
126
- labelHidePassword: {
127
- description: string;
128
- control: {
129
- type: string;
130
- };
131
- table: {
132
- defaultValue: {
133
- summary: string;
134
- };
135
- };
136
- };
137
- labelClear: {
138
- description: string;
139
- control: {
140
- type: string;
141
- };
142
- table: {
143
- defaultValue: {
144
- summary: string;
145
- };
146
- };
147
- };
148
- iMask: {
149
- description: string;
150
- control: {
151
- type: string;
152
- };
153
- };
154
- masked: {
155
- description: string;
156
- control: {
157
- type: string;
158
- };
159
- };
160
- autoWidth: {
161
- description: string;
162
- control: {
163
- type: string;
164
- };
165
- table: {
166
- defaultValue: {
167
- summary: boolean;
168
- };
169
- type: {
170
- summary: string;
171
- };
172
- };
173
- };
174
- hideActions: {
175
- description: string;
176
- control: {
177
- type: string;
178
- };
179
- table: {
180
- defaultValue: {
181
- summary: boolean;
182
- };
183
- type: {
184
- summary: string;
185
- };
186
- };
187
- };
188
- unit: {
189
- description: string;
190
- control: {
191
- type: string;
192
- };
193
- };
194
- selectOnFocus: {
195
- description: string;
196
- control: {
197
- type: string;
198
- };
199
- table: {
200
- defaultValue: {
201
- summary: boolean;
202
- };
203
- type: {
204
- summary: string;
205
- };
206
- };
207
- };
208
- before: {
209
- control: {
210
- type: string;
211
- };
212
- table: {
213
- category: string;
214
- type: {
215
- summary: string;
216
- };
217
- };
218
- };
219
- after: {
220
- control: {
221
- type: string;
222
- };
223
- table: {
224
- category: string;
225
- type: {
226
- summary: string;
227
- };
228
- };
229
- };
230
- hintLabel: {
231
- description: string;
232
- control: {
233
- type: string;
234
- };
235
- table: {
236
- type: {
237
- summary: string;
238
- };
239
- };
240
- };
241
- hint: {
242
- description: string;
243
- control: {
244
- type: string;
245
- };
246
- table: {
247
- category: string;
248
- type: {
249
- summary: string;
250
- };
251
- };
252
- };
253
- minlength: {
254
- description: string;
255
- control: {
256
- type: string;
257
- };
258
- };
259
- maxlength: {
260
- description: string;
261
- control: {
262
- type: string;
263
- };
264
- };
265
- placeholder: {
266
- description: string;
267
- control: {
268
- type: string;
269
- };
270
- };
271
- required: {
272
- description: string;
273
- table: {
274
- defaultValue: {
275
- summary: boolean;
276
- };
277
- };
278
- };
279
- label: {
280
- description: string;
281
- control: {
282
- type: string;
283
- };
284
- };
285
- floating: {
286
- description: string;
287
- table: {
288
- defaultValue: {
289
- summary: boolean;
290
- };
291
- };
292
- };
293
- icon: {
294
- description: string;
295
- options: string[];
296
- control: {
297
- type: string;
298
- };
299
- };
300
- iconPosition: {
301
- description: string;
302
- options: string[];
303
- control: {
304
- type: string;
305
- };
306
- table: {
307
- defaultValue: {
308
- summary: import("../../constants").Position;
309
- };
310
- };
311
- };
312
- debounce: {
313
- description: string;
314
- control: {
315
- type: string;
316
- };
317
- };
318
- count: {
319
- description: string;
320
- options: (string | boolean)[];
321
- control: {
322
- type: string;
323
- };
324
- table: {
325
- category: null;
326
- defaultValue: {
327
- summary: boolean;
328
- };
329
- type: {
330
- summary: string[];
331
- };
332
- };
333
- };
334
- modifiers: {
335
- description: string;
336
- options: never[];
337
- control: {
338
- type: string;
339
- };
340
- };
341
- loading: {
342
- description: string;
343
- table: {
344
- defaultValue: {
345
- summary: boolean;
346
- };
347
- };
348
- };
349
- loadingLabel: {
350
- description: string;
351
- control: {
352
- type: string;
353
- };
354
- };
355
- invalid: {
356
- description: string;
357
- table: {
358
- defaultValue: {
359
- summary: boolean;
360
- };
361
- };
362
- };
363
- invalidLabel: {
364
- description: string;
365
- control: {
366
- type: string;
367
- };
368
- };
369
- valid: {
370
- description: string;
371
- table: {
372
- defaultValue: {
373
- summary: boolean;
374
- };
375
- };
376
- };
377
- validLabel: {
378
- description: string;
379
- control: {
380
- type: string;
381
- };
382
- };
383
- readonly: {
384
- description: string;
385
- table: {
386
- defaultValue: {
387
- summary: boolean;
388
- };
389
- };
390
- };
391
- disabled: {
392
- control: string;
393
- description: string;
394
- table: {
395
- defaultValue: {
396
- summary: boolean;
397
- };
398
- };
399
- };
400
- tabindex: {
401
- description: string;
402
- control: {
403
- type: string;
404
- };
405
- table: {
406
- defaultValue: {
407
- summary: number;
408
- };
409
- };
410
- };
411
- autocomplete: {
412
- description: string;
413
- control: {
414
- type: string;
415
- };
416
- table: {
417
- defaultValue: {
418
- summary: string;
419
- };
420
- };
421
- };
422
- autofocus: {
423
- description: string;
424
- table: {
425
- defaultValue: {
426
- summary: boolean;
427
- };
428
- };
429
- };
430
- id: {
431
- description: string;
432
- control: {
433
- type: string;
434
- };
435
- table: {
436
- defaultValue: {
437
- summary: string;
438
- };
439
- };
440
- };
441
- name: {
442
- description: string;
443
- control: {
444
- type: string;
445
- };
446
- };
447
- };
11
+ export declare const argTypes: ArgTypes;
@@ -1,12 +1,4 @@
1
- import type { Meta } from '@storybook/vue3';
1
+ import type { ArgTypes, Meta } from '@storybook/vue3';
2
2
  import type { VvNav } from '@/components';
3
3
  export declare const defaultArgs: Meta<typeof VvNav>['args'];
4
- export declare const argTypes: {
5
- modifiers: {
6
- options: string[];
7
- description: string;
8
- control: {
9
- type: string;
10
- };
11
- };
12
- };
4
+ export declare const argTypes: ArgTypes;
@@ -1,32 +1,7 @@
1
+ import type { ArgTypes } from '@storybook/vue3';
1
2
  export declare const defaultArgs: {
2
3
  max: undefined;
3
4
  value: undefined;
4
5
  label: string;
5
6
  };
6
- export declare const argTypes: {
7
- max: {
8
- description: string;
9
- control: {
10
- type: string;
11
- };
12
- };
13
- value: {
14
- description: string;
15
- control: {
16
- type: string;
17
- };
18
- };
19
- label: {
20
- description: string;
21
- control: {
22
- type: string;
23
- };
24
- };
25
- modifiers: {
26
- description: string;
27
- options: never[];
28
- control: {
29
- type: string;
30
- };
31
- };
32
- };
7
+ export declare const argTypes: ArgTypes;
@@ -9,113 +9,4 @@ export declare const defaultArgs: {
9
9
  valid: boolean;
10
10
  indeterminate: boolean;
11
11
  };
12
- export declare const argTypes: {
13
- label: {
14
- description: string;
15
- control: {
16
- type: string;
17
- };
18
- };
19
- value: {
20
- description: string;
21
- control: {
22
- type: string;
23
- };
24
- };
25
- readonly: {
26
- description: string;
27
- table: {
28
- defaultValue: {
29
- summary: boolean;
30
- };
31
- };
32
- };
33
- disabled: {
34
- control: string;
35
- description: string;
36
- table: {
37
- defaultValue: {
38
- summary: boolean;
39
- };
40
- };
41
- };
42
- hintLabel: {
43
- description: string;
44
- control: {
45
- type: string;
46
- };
47
- table: {
48
- type: {
49
- summary: string;
50
- };
51
- };
52
- };
53
- hint: {
54
- description: string;
55
- control: {
56
- type: string;
57
- };
58
- table: {
59
- category: string;
60
- type: {
61
- summary: string;
62
- };
63
- };
64
- };
65
- invalid: {
66
- description: string;
67
- table: {
68
- defaultValue: {
69
- summary: boolean;
70
- };
71
- };
72
- };
73
- invalidLabel: {
74
- description: string;
75
- control: {
76
- type: string;
77
- };
78
- };
79
- valid: {
80
- description: string;
81
- table: {
82
- defaultValue: {
83
- summary: boolean;
84
- };
85
- };
86
- };
87
- validLabel: {
88
- description: string;
89
- control: {
90
- type: string;
91
- };
92
- };
93
- tabindex: {
94
- description: string;
95
- control: {
96
- type: string;
97
- };
98
- table: {
99
- defaultValue: {
100
- summary: number;
101
- };
102
- };
103
- };
104
- id: {
105
- description: string;
106
- control: {
107
- type: string;
108
- };
109
- table: {
110
- defaultValue: {
111
- summary: string;
112
- };
113
- };
114
- };
115
- name: {
116
- description: string;
117
- control: {
118
- type: string;
119
- };
120
- };
121
- };
12
+ export declare const argTypes: import("@storybook/types").ArgTypes<import("@storybook/types").Args>;