From 6d0a715ac0d6ceb2f96f6c146cf912183c386946 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 17 Oct 2025 11:56:48 +0100 Subject: [PATCH] Tweak doc --- packages/element-web-module-api/src/api/builtins.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/element-web-module-api/src/api/builtins.ts b/packages/element-web-module-api/src/api/builtins.ts index 701ed1f684..ee75fad50e 100644 --- a/packages/element-web-module-api/src/api/builtins.ts +++ b/packages/element-web-module-api/src/api/builtins.ts @@ -14,9 +14,10 @@ export interface RoomViewProps { } /** - * Exposes components that are part of Element Web to allow modules to render them - * as part of their custom components (because they can't import the components from - * Element Web since it would cause a dependency cycle) + * Exposes components and classes that are part of Element Web to allow modules to + * render the components as part of their custom components or use the classes + * (because they can't import the components from Element Web since it would cause + * a dependency cycle) * @alpha */ export interface BuiltinsApi {