mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|  | import { ComponentChildren } from "preact"; | ||
|  | 
 | ||
|  | export default function FormText({ children }: { children: ComponentChildren }) { | ||
|  |     return <p className="form-text">{children}</p> | ||
|  | } |