Skip to content

Commit d3d5b5a

Browse files
committed
Update docs
1 parent 65872e2 commit d3d5b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/element-web-module-api/element-web-module-api.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export interface Api extends LegacyModuleApiExtension, LegacyCustomisationsApiEx
5959

6060
// @alpha
6161
export interface BuiltinsApi {
62+
renderNotificationDecoration(roomId: string): React.ReactNode;
6263
renderRoomAvatar(roomId: string, size?: string): React.ReactNode;
6364
renderRoomView(roomId: string, props?: RoomViewProps): React.ReactNode;
6465
}

0 commit comments

Comments
 (0)