mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			134 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			134 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
declare module '@ckeditor/ckeditor5-inspector' {
 | 
						|
	const inspector: {
 | 
						|
		attach( editor: any ): void;
 | 
						|
	};
 | 
						|
 | 
						|
	export default inspector;
 | 
						|
}
 |