mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	Merge pull request #221 from inetsoft-anton/patch-1
Unrestrict cursor option typing
This commit is contained in:
		
						commit
						7c654903f6
					
				
							
								
								
									
										2
									
								
								packages/splitjs/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/splitjs/index.d.ts
									
									
									
									
										vendored
									
									
								
							| @ -42,7 +42,7 @@ declare namespace Split { | |||||||
|     direction?: 'horizontal' | 'vertical'; |     direction?: 'horizontal' | 'vertical'; | ||||||
| 
 | 
 | ||||||
|     // Cursor to display while dragging.
 |     // Cursor to display while dragging.
 | ||||||
|     cursor?: 'col-resize' | 'row-resize'; |     cursor?: string; | ||||||
| 
 | 
 | ||||||
|     // Callback on drag.
 |     // Callback on drag.
 | ||||||
|     onDrag?(): void; |     onDrag?(): void; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nathan Cahill
						Nathan Cahill