We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6732407 commit 79d1cfaCopy full SHA for 79d1cfa
packages/element-web-module-api/src/api/builtins.ts
@@ -14,9 +14,10 @@ export interface RoomViewProps {
14
}
15
16
/**
17
- * Exposes components that are part of Element Web to allow modules to render them
18
- * as part of their custom components (because they can't import the components from
19
- * 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
20
+ * a dependency cycle)
21
* @alpha
22
*/
23
export interface BuiltinsApi {
0 commit comments