manolis-ui 0.20.3 → 0.21.1

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/index.d.ts CHANGED
@@ -432,7 +432,9 @@ declare function __VLS_template_5(): {
432
432
  declare function __VLS_template_6(): {
433
433
  attrs: Partial<{}>;
434
434
  slots: {
435
- details?(_: {}): any;
435
+ details?(_: {
436
+ class: string;
437
+ }): any;
436
438
  actions?(_: {}): any;
437
439
  };
438
440
  refs: {};