Update docs

This commit is contained in:
R Midhun Suresh 2025-12-02 13:59:21 +05:30
parent 8f40ea5c0a
commit 64a63bdbb0

View File

@ -59,6 +59,7 @@ export interface Api extends LegacyModuleApiExtension, LegacyCustomisationsApiEx
// @alpha
export interface BuiltinsApi {
renderNotificationDecoration(roomId: string): React.ReactNode;
renderRoomAvatar(roomId: string, size?: string): React.ReactNode;
renderRoomView(roomId: string, props?: RoomViewProps): React.ReactNode;
}