@rocketui/vue 0.2.14 → 0.2.16

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.
@@ -2352,10 +2352,10 @@ export declare const RItemGroup: __VLS_WithTemplateSlots_17<DefineComponent<__VL
2352
2352
  }, {
2353
2353
  disabled: boolean;
2354
2354
  modelValue: string[] | number[];
2355
+ as: string;
2355
2356
  selectedClass: string | string[];
2356
2357
  mandatory: boolean;
2357
2358
  max: number;
2358
- as: string;
2359
2359
  }, {}>, {
2360
2360
  default?(_: {
2361
2361
  isSelected: typeof isSelected;