forked from MapComplete/MapComplete
		
	New statistcs view
This commit is contained in:
		
							parent
							
								
									b2c9c19cca
								
							
						
					
					
						commit
						b67a80e275
					
				
					 206 changed files with 275 additions and 890394 deletions
				
			
		|  | @ -3,9 +3,9 @@ import BaseUIElement from "../BaseUIElement"; | |||
| import Combine from "./Combine"; | ||||
| 
 | ||||
| export class VariableUiElement extends BaseUIElement { | ||||
|     private readonly _contents: Store<string | BaseUIElement | BaseUIElement[]>; | ||||
|     private readonly _contents?: Store<string | BaseUIElement | BaseUIElement[]>; | ||||
| 
 | ||||
|     constructor(contents: Store<string | BaseUIElement | BaseUIElement[]>) { | ||||
|     constructor(contents?: Store<string | BaseUIElement | BaseUIElement[]>) { | ||||
|         super(); | ||||
|         this._contents = contents; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue