|  | @@ -355,7 +355,7 @@ To view the full example visit :point_down:
 | 
											
												
													
														|  |  | [`onPointerUpdate`](#onPointerUpdate) | Function |  | Callback triggered when mouse pointer is updated. |
 |  |  | [`onPointerUpdate`](#onPointerUpdate) | Function |  | Callback triggered when mouse pointer is updated. |
 | 
											
												
													
														|  |  | [`onExportToBackend`](#onExportToBackend) | Function |  | Callback triggered when link button is clicked on export dialog |
 |  |  | [`onExportToBackend`](#onExportToBackend) | Function |  | Callback triggered when link button is clicked on export dialog |
 | 
											
												
													
														|  |  | [`langCode`](#langCode) | string | `en` | Language code string |
 |  |  | [`langCode`](#langCode) | string | `en` | Language code string |
 | 
											
												
													
														|  | -| [`renderTopRight `](#renderTopRight) | Function |  | Function that renders custom UI in top right corner |
 |  | 
 | 
											
												
													
														|  | 
 |  | +| [`renderTopRightUI`](#renderTopRightUI) | Function |  | Function that renders custom UI in top right corner |
 | 
											
												
													
														|  |  | [`renderFooter `](#renderFooter) | Function |  | Function that renders custom UI footer |
 |  |  | [`renderFooter `](#renderFooter) | Function |  | Function that renders custom UI footer |
 | 
											
												
													
														|  |  | [`renderCustomStats`](#renderCustomStats) | Function |  | Function that can be used to render custom stats on the stats dialog. |
 |  |  | [`renderCustomStats`](#renderCustomStats) | Function |  | Function that can be used to render custom stats on the stats dialog. |
 | 
											
												
													
														|  |  | [`viewModeEnabled`](#viewModeEnabled) | boolean |  | This implies if the app is in view mode. |
 |  |  | [`viewModeEnabled`](#viewModeEnabled) | boolean |  | This implies if the app is in view mode. |
 | 
											
										
											
												
													
														|  | @@ -503,7 +503,7 @@ import { defaultLang, languages } from "@excalidraw/excalidraw";
 | 
											
												
													
														|  |  | defaultLang | string |
 |  |  | defaultLang | string |
 | 
											
												
													
														|  |  | languages | [Language[]](https://github.com/excalidraw/excalidraw/blob/master/src/i18n.ts#L8) |
 |  |  | languages | [Language[]](https://github.com/excalidraw/excalidraw/blob/master/src/i18n.ts#L8) |
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -#### `renderTopRight`
 |  | 
 | 
											
												
													
														|  | 
 |  | +#### `renderTopRightUI`
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  A function returning JSX to render custom UI in the top right corner of the app.
 |  |  A function returning JSX to render custom UI in the top right corner of the app.
 | 
											
												
													
														|  |  
 |  |  
 |