Discard changes to src/shared/utils/SettingsStore.ts
This commit is contained in:
		
							parent
							
								
									e75f4bf52a
								
							
						
					
					
						commit
						40e7f992dd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -12,8 +12,8 @@ type ResolvePropDeep<T, P> = P extends `${infer Pre}.${infer Suf}` | |||
|         ? ResolvePropDeep<T[Pre], Suf> | ||||
|         : any | ||||
|     : P extends keyof T | ||||
|       ? T[P] | ||||
|       : any; | ||||
|     ? T[P] | ||||
|     : any; | ||||
| 
 | ||||
| /** | ||||
|  * The SettingsStore allows you to easily create a mutable store that | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 V
						V