Skip to content

Commit 79d1cfa

Browse files
committed
Tweak doc
1 parent 6732407 commit 79d1cfa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/element-web-module-api/src/api/builtins.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ export interface RoomViewProps {
1414
}
1515

1616
/**
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)
17+
* Exposes components and classes that are part of Element Web to allow modules to
18+
* render the components as part of their custom components or use the classes
19+
* (because they can't import the components from Element Web since it would cause
20+
* a dependency cycle)
2021
* @alpha
2122
*/
2223
export interface BuiltinsApi {

0 commit comments

Comments
 (0)