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