Update docs
This commit is contained in:
@@ -59,6 +59,7 @@ export interface Api extends LegacyModuleApiExtension, LegacyCustomisationsApiEx
|
|||||||
|
|
||||||
// @alpha
|
// @alpha
|
||||||
export interface BuiltinsApi {
|
export interface BuiltinsApi {
|
||||||
|
renderNotificationDecoration(roomId: string): React.ReactNode;
|
||||||
renderRoomAvatar(roomId: string, size?: string): React.ReactNode;
|
renderRoomAvatar(roomId: string, size?: string): React.ReactNode;
|
||||||
renderRoomView(roomId: string, props?: RoomViewProps): React.ReactNode;
|
renderRoomView(roomId: string, props?: RoomViewProps): React.ReactNode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user