@dxos/plugin-presenter 0.8.4-main.937b3ca → 0.8.4-main.9735255

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.
@@ -23,7 +23,7 @@ export declare const CollectionPresenterContainer: import("react").LazyExoticCom
23
23
  role?: string;
24
24
  subject: import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
25
25
  readonly name?: string | undefined;
26
- readonly objects: import("@dxos/echo/internal").Ref<any>[];
26
+ readonly objects: readonly import("@dxos/echo/internal").Ref<any>[];
27
27
  };
28
28
  }) => import("react").JSX.Element>;
29
29
  //# sourceMappingURL=index.d.ts.map
@@ -19,7 +19,7 @@ export declare namespace PresenterOperation {
19
19
  }>;
20
20
  }, Schema.Struct.Fields>, import("@dxos/echo/Type").Obj<{
21
21
  readonly name?: string | undefined;
22
- readonly objects: import("@dxos/echo/internal").Ref<any>[];
22
+ readonly objects: readonly import("@dxos/echo/internal").Ref<any>[];
23
23
  }, Schema.Struct.Fields>]>;
24
24
  state: Schema.optional<typeof Schema.Boolean>;
25
25
  }>;