@pantograph/vue 0.34.32 → 0.34.34

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.
@@ -32,295 +32,296 @@ declare module 'vue' {
32
32
 
33
33
  declare module 'vue' {
34
34
  interface GlobalComponents {
35
- Card: DefineComponent<CardProps, CardSlots>;
35
+ ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
36
36
  }
37
37
  }
38
38
 
39
39
 
40
40
  declare module 'vue' {
41
41
  interface GlobalComponents {
42
- Input: DefineComponent<InputProps, InputSlots, InputEmits>;
42
+ Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
43
43
  }
44
44
  }
45
45
 
46
46
 
47
47
  declare module 'vue' {
48
48
  interface GlobalComponents {
49
- ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
49
+ Indicator: DefineComponent<IndicatorProps>;
50
50
  }
51
51
  }
52
52
 
53
53
 
54
54
  declare module 'vue' {
55
55
  interface GlobalComponents {
56
- Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
56
+ GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
57
57
  }
58
58
  }
59
59
 
60
60
 
61
61
  declare module 'vue' {
62
62
  interface GlobalComponents {
63
- Divider: DefineComponent<DividerProps>;
63
+ AlertDialog: DefineComponent<AlertDialogProps, AlertDialogSlots, AlertDialogEmits>;
64
64
  }
65
65
  }
66
66
 
67
67
 
68
68
  declare module 'vue' {
69
69
  interface GlobalComponents {
70
- Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
70
+ Empty: DefineComponent<EmptyProps, EmptySlots>;
71
71
  }
72
72
  }
73
73
 
74
74
 
75
75
  declare module 'vue' {
76
76
  interface GlobalComponents {
77
- RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
78
- RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
77
+ ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
79
78
  }
80
79
  }
81
80
 
82
81
 
83
82
  declare module 'vue' {
84
83
  interface GlobalComponents {
85
- Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
86
- MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
84
+ GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
87
85
  }
88
86
  }
89
87
 
90
88
 
91
89
  declare module 'vue' {
92
90
  interface GlobalComponents {
93
- GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
91
+ DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
94
92
  }
95
93
  }
96
94
 
97
95
 
98
96
  declare module 'vue' {
99
97
  interface GlobalComponents {
100
- Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
101
- Step: DefineComponent<StepItemProps, StepItemSlots>;
98
+ ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
102
99
  }
103
100
  }
104
101
 
105
102
 
106
103
  declare module 'vue' {
107
104
  interface GlobalComponents {
108
- Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
105
+ AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
109
106
  }
110
107
  }
111
108
 
112
109
 
113
110
  declare module 'vue' {
114
111
  interface GlobalComponents {
115
- InputGroup: DefineComponent<InputGroupProps>;
112
+ HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
116
113
  }
117
114
  }
118
115
 
119
116
 
120
117
  declare module 'vue' {
121
118
  interface GlobalComponents {
122
- Skeleton: DefineComponent<SkeletonProps>;
119
+ Badge: DefineComponent<BadgeProps, BadgeSlots>;
123
120
  }
124
121
  }
125
122
 
126
123
 
127
124
  declare module 'vue' {
128
125
  interface GlobalComponents {
129
- Blanket: DefineComponent<BlanketProps>;
126
+ Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
130
127
  }
131
128
  }
132
129
 
133
130
 
134
131
  declare module 'vue' {
135
132
  interface GlobalComponents {
136
- Indicator: DefineComponent<IndicatorProps>;
133
+ FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
137
134
  }
138
135
  }
139
136
 
140
137
 
141
138
  declare module 'vue' {
142
139
  interface GlobalComponents {
143
- Badge: DefineComponent<BadgeProps, BadgeSlots>;
140
+ ButtonGroup: DefineComponent<ButtonGroupProps>;
144
141
  }
145
142
  }
146
143
 
147
144
 
148
145
  declare module 'vue' {
149
146
  interface GlobalComponents {
150
- Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
147
+ Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
151
148
  }
152
149
  }
153
150
 
154
151
 
155
152
  declare module 'vue' {
156
153
  interface GlobalComponents {
157
- Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
154
+ Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
155
+ ComboboxInput: DefineComponent<ComboboxInputProps>;
156
+ ComboboxOption: DefineComponent;
158
157
  }
159
158
  }
160
159
 
161
160
 
162
161
  declare module 'vue' {
163
162
  interface GlobalComponents {
164
- SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
163
+ FormValidation: DefineComponent<FormValidationProps>;
165
164
  }
166
165
  }
167
166
 
168
167
 
169
168
  declare module 'vue' {
170
169
  interface GlobalComponents {
171
- Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
170
+ Image: DefineComponent<ImageProps, ImageSlots>;
172
171
  }
173
172
  }
174
173
 
175
174
 
176
175
  declare module 'vue' {
177
176
  interface GlobalComponents {
178
- Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
177
+ Label: DefineComponent<LabelProps, LabelSlots>;
179
178
  }
180
179
  }
181
180
 
182
181
 
183
182
  declare module 'vue' {
184
183
  interface GlobalComponents {
185
- Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
186
- UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
187
- UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
184
+ CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
188
185
  }
189
186
  }
190
187
 
191
188
 
192
189
  declare module 'vue' {
193
190
  interface GlobalComponents {
194
- Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
195
- ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
191
+ InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
196
192
  }
197
193
  }
198
194
 
199
195
 
200
196
  declare module 'vue' {
201
197
  interface GlobalComponents {
202
- Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
198
+ ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
203
199
  }
204
200
  }
205
201
 
206
202
 
207
203
  declare module 'vue' {
208
204
  interface GlobalComponents {
209
- ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
205
+ Card: DefineComponent<CardProps, CardSlots>;
210
206
  }
211
207
  }
212
208
 
213
209
 
214
210
  declare module 'vue' {
215
211
  interface GlobalComponents {
216
- Select: DefineComponent<SelectProps, SelectSlots, SelectEmits>;
217
- SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
218
- SelectLabel: DefineComponent;
212
+ ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
219
213
  }
220
214
  }
221
215
 
222
216
 
223
217
  declare module 'vue' {
224
218
  interface GlobalComponents {
225
- HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
219
+ Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
226
220
  }
227
221
  }
228
222
 
229
223
 
230
224
  declare module 'vue' {
231
225
  interface GlobalComponents {
232
- FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
226
+ IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
233
227
  }
234
228
  }
235
229
 
236
230
 
237
231
  declare module 'vue' {
238
232
  interface GlobalComponents {
239
- Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
233
+ Button: DefineComponent<ButtonProps, ButtonSlots>;
240
234
  }
241
235
  }
242
236
 
243
237
 
244
238
  declare module 'vue' {
245
239
  interface GlobalComponents {
246
- Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
240
+ IndentLevel: DefineComponent<IndentLevelProps>;
247
241
  }
248
242
  }
249
243
 
250
244
 
251
245
  declare module 'vue' {
252
246
  interface GlobalComponents {
253
- IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
247
+ Kbd: DefineComponent<KbdProps, KbdSlots>;
254
248
  }
255
249
  }
256
250
 
257
251
 
258
252
  declare module 'vue' {
259
253
  interface GlobalComponents {
260
- ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
254
+ Icon: DefineComponent<IconProps>;
261
255
  }
262
256
  }
263
257
 
264
258
 
265
259
  declare module 'vue' {
266
260
  interface GlobalComponents {
267
- MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
261
+ ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
268
262
  }
269
263
  }
270
264
 
271
265
 
272
266
  declare module 'vue' {
273
267
  interface GlobalComponents {
274
- CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
268
+ Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
275
269
  }
276
270
  }
277
271
 
278
272
 
279
273
  declare module 'vue' {
280
274
  interface GlobalComponents {
281
- PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
275
+ Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
276
+ DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
282
277
  }
283
278
  }
284
279
 
285
280
 
286
281
  declare module 'vue' {
287
282
  interface GlobalComponents {
288
- IndentLevel: DefineComponent<IndentLevelProps>;
283
+ Input: DefineComponent<InputProps, InputSlots, InputEmits>;
289
284
  }
290
285
  }
291
286
 
292
287
 
293
288
  declare module 'vue' {
294
289
  interface GlobalComponents {
295
- Icon: DefineComponent<IconProps>;
290
+ Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
291
+ DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
296
292
  }
297
293
  }
298
294
 
299
295
 
300
296
  declare module 'vue' {
301
297
  interface GlobalComponents {
302
- GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
298
+ Blanket: DefineComponent<BlanketProps>;
303
299
  }
304
300
  }
305
301
 
306
302
 
307
303
  declare module 'vue' {
308
304
  interface GlobalComponents {
309
- Label: DefineComponent<LabelProps, LabelSlots>;
305
+ Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
310
306
  }
311
307
  }
312
308
 
313
309
 
310
+ /**
311
+ * Global component declaration for TypeScript support
312
+ * Enables <Tooltip> usage in templates without explicit import
313
+ */
314
314
  declare module 'vue' {
315
315
  interface GlobalComponents {
316
- AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
316
+ Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
317
+ TooltipProvider: DefineComponent<TooltipProviderProps>;
317
318
  }
318
319
  }
319
320
 
320
321
 
321
322
  declare module 'vue' {
322
323
  interface GlobalComponents {
323
- ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
324
+ InputGroup: DefineComponent<InputGroupProps>;
324
325
  }
325
326
  }
326
327
 
@@ -335,200 +336,199 @@ declare module 'vue' {
335
336
 
336
337
  declare module 'vue' {
337
338
  interface GlobalComponents {
338
- AlertDialog: DefineComponent<AlertDialogProps, AlertDialogSlots, AlertDialogEmits>;
339
+ Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
340
+ MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
339
341
  }
340
342
  }
341
343
 
342
344
 
343
345
  declare module 'vue' {
344
346
  interface GlobalComponents {
345
- FormValidation: DefineComponent<FormValidationProps>;
347
+ ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
346
348
  }
347
349
  }
348
350
 
349
351
 
350
352
  declare module 'vue' {
351
353
  interface GlobalComponents {
352
- Image: DefineComponent<ImageProps, ImageSlots>;
354
+ Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
353
355
  }
354
356
  }
355
357
 
356
358
 
357
359
  declare module 'vue' {
358
360
  interface GlobalComponents {
359
- Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
360
- ComboboxInput: DefineComponent<ComboboxInputProps>;
361
- ComboboxOption: DefineComponent;
361
+ PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
362
362
  }
363
363
  }
364
364
 
365
365
 
366
366
  declare module 'vue' {
367
367
  interface GlobalComponents {
368
- Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
368
+ Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
369
369
  }
370
370
  }
371
371
 
372
372
 
373
373
  declare module 'vue' {
374
374
  interface GlobalComponents {
375
- ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
375
+ Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
376
+ TabList: DefineComponent<TabListProps, TabListSlots>;
377
+ TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
378
+ TabContent: DefineComponent;
376
379
  }
377
380
  }
378
381
 
379
382
 
380
383
  declare module 'vue' {
381
384
  interface GlobalComponents {
382
- InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
385
+ SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
383
386
  }
384
387
  }
385
388
 
386
389
 
387
- /**
388
- * Global component declaration for TypeScript support
389
- * Enables <Tooltip> usage in templates without explicit import
390
- */
391
390
  declare module 'vue' {
392
391
  interface GlobalComponents {
393
- Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
394
- TooltipProvider: DefineComponent<TooltipProviderProps>;
392
+ Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
395
393
  }
396
394
  }
397
395
 
398
396
 
399
397
  declare module 'vue' {
400
398
  interface GlobalComponents {
401
- Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
399
+ Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
402
400
  }
403
401
  }
404
402
 
405
403
 
406
404
  declare module 'vue' {
407
405
  interface GlobalComponents {
408
- ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
406
+ Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
409
407
  }
410
408
  }
411
409
 
412
410
 
413
411
  declare module 'vue' {
414
412
  interface GlobalComponents {
415
- Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
416
- Th: DefineComponent<ThProps, ThSlots>;
417
- Td: DefineComponent<TdProps, TdSlots>;
418
- Tr: DefineComponent<TrProps>;
419
- TBody: DefineComponent<TBodyProps>;
420
- THead: DefineComponent<THeadProps>;
421
- TFoot: DefineComponent<TFootProps>;
413
+ Divider: DefineComponent<DividerProps>;
422
414
  }
423
415
  }
424
416
 
425
417
 
426
418
  declare module 'vue' {
427
419
  interface GlobalComponents {
428
- Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
420
+ Skeleton: DefineComponent<SkeletonProps>;
429
421
  }
430
422
  }
431
423
 
432
424
 
433
425
  declare module 'vue' {
434
426
  interface GlobalComponents {
435
- Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
436
- DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
427
+ Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
437
428
  }
438
429
  }
439
430
 
440
431
 
441
432
  declare module 'vue' {
442
433
  interface GlobalComponents {
443
- Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
444
- TabList: DefineComponent<TabListProps, TabListSlots>;
445
- TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
446
- TabContent: DefineComponent;
434
+ Select: DefineComponent<SelectProps, SelectSlots, SelectEmits>;
435
+ SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
436
+ SelectLabel: DefineComponent;
447
437
  }
448
438
  }
449
439
 
450
440
 
451
441
  declare module 'vue' {
452
442
  interface GlobalComponents {
453
- Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
454
- DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
443
+ PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
455
444
  }
456
445
  }
457
446
 
458
447
 
459
448
  declare module 'vue' {
460
449
  interface GlobalComponents {
461
- DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
450
+ MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
462
451
  }
463
452
  }
464
453
 
465
454
 
466
455
  declare module 'vue' {
467
456
  interface GlobalComponents {
468
- ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
457
+ Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
458
+ ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
469
459
  }
470
460
  }
471
461
 
472
462
 
473
463
  declare module 'vue' {
474
464
  interface GlobalComponents {
475
- ButtonGroup: DefineComponent<ButtonGroupProps>;
465
+ ScrollContainer: DefineComponent<ScrollContainerProps>;
476
466
  }
477
467
  }
478
468
 
479
469
 
480
470
  declare module 'vue' {
481
471
  interface GlobalComponents {
482
- Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
472
+ Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
473
+ UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
474
+ UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
483
475
  }
484
476
  }
485
477
 
486
478
 
487
479
  declare module 'vue' {
488
480
  interface GlobalComponents {
489
- PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
481
+ Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
490
482
  }
491
483
  }
492
484
 
493
485
 
494
486
  declare module 'vue' {
495
487
  interface GlobalComponents {
496
- ScrollContainer: DefineComponent<ScrollContainerProps>;
488
+ Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
489
+ Step: DefineComponent<StepItemProps, StepItemSlots>;
497
490
  }
498
491
  }
499
492
 
500
493
 
501
494
  declare module 'vue' {
502
495
  interface GlobalComponents {
503
- Kbd: DefineComponent<KbdProps, KbdSlots>;
496
+ Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
504
497
  }
505
498
  }
506
499
 
507
500
 
508
501
  declare module 'vue' {
509
502
  interface GlobalComponents {
510
- Button: DefineComponent<ButtonProps, ButtonSlots>;
503
+ Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
511
504
  }
512
505
  }
513
506
 
514
507
 
515
508
  declare module 'vue' {
516
509
  interface GlobalComponents {
517
- Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
510
+ Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
511
+ Th: DefineComponent<ThProps, ThSlots>;
512
+ Td: DefineComponent<TdProps, TdSlots>;
513
+ Tr: DefineComponent<TrProps>;
514
+ TBody: DefineComponent<TBodyProps>;
515
+ THead: DefineComponent<THeadProps>;
516
+ TFoot: DefineComponent<TFootProps>;
518
517
  }
519
518
  }
520
519
 
521
520
 
522
521
  declare module 'vue' {
523
522
  interface GlobalComponents {
524
- Empty: DefineComponent<EmptyProps, EmptySlots>;
523
+ RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
524
+ RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
525
525
  }
526
526
  }
527
527
 
528
528
 
529
529
  declare module 'vue' {
530
530
  interface GlobalComponents {
531
- Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
531
+ Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
532
532
  }
533
533
  }
534
534