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 {