@rocketui/vue 0.0.90 → 0.0.92

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.
@@ -1218,6 +1218,9 @@ export declare const RSidebar: __VLS_WithTemplateSlots_9<DefineComponent<{
1218
1218
  triggerClass: {
1219
1219
  type: PropType<string>;
1220
1220
  };
1221
+ wrapperClass: {
1222
+ type: PropType<string>;
1223
+ };
1221
1224
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1222
1225
  class: {
1223
1226
  type: PropType<string>;
@@ -1234,6 +1237,9 @@ export declare const RSidebar: __VLS_WithTemplateSlots_9<DefineComponent<{
1234
1237
  triggerClass: {
1235
1238
  type: PropType<string>;
1236
1239
  };
1240
+ wrapperClass: {
1241
+ type: PropType<string>;
1242
+ };
1237
1243
  }>> & {
1238
1244
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1239
1245
  }, {
@@ -1241,7 +1247,6 @@ export declare const RSidebar: __VLS_WithTemplateSlots_9<DefineComponent<{
1241
1247
  showTrigger: boolean;
1242
1248
  }>, {
1243
1249
  default?(_: {}): any;
1244
- actions?(_: {}): any;
1245
1250
  trigger?(_: {}): any;
1246
1251
  }>;
1247
1252