| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -7,7 +7,7 @@ import type { ComponentProps, FC, HTMLAttributes } from 'react' | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			import type { Tag } from '@/types' | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			type CommonProps = { tag:         Pick<Tag, 'name' | 'category' | 'postCount'> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			type CommonProps = { tag:         Tag | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
					     withWiki?:   boolean | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
					     withCount?:  boolean } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |