mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	fix type
This commit is contained in:
		
							parent
							
								
									b691126bff
								
							
						
					
					
						commit
						564a23c0b5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -546,7 +546,7 @@ export async function openEmojiPicker(src?: HTMLElement, opts, initialTextarea:
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function popupMenu(items: MenuItem[] | Ref<MenuItem[]>, src?: HTMLElement | null, options?: {
 | 
					export function popupMenu(items: MenuItem[] | Ref<MenuItem[]>, src?: HTMLElement | EventTarget | null, options?: {
 | 
				
			||||||
	align?: string;
 | 
						align?: string;
 | 
				
			||||||
	width?: number;
 | 
						width?: number;
 | 
				
			||||||
	viaKeyboard?: boolean;
 | 
						viaKeyboard?: boolean;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue