@rocketui/vue 0.2.23 → 0.2.24

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.
@@ -2367,10 +2367,10 @@ export declare const RItemGroup: __VLS_WithTemplateSlots_17<DefineComponent<__VL
2367
2367
  }, {
2368
2368
  disabled: boolean;
2369
2369
  modelValue: string[] | number[];
2370
+ max: number;
2370
2371
  as: string;
2371
2372
  selectedClass: string | string[];
2372
2373
  mandatory: boolean;
2373
- max: number;
2374
2374
  }, {}>, {
2375
2375
  default?(_: {
2376
2376
  isSelected: typeof isSelected;