7 lines
		
	
	
		
			214 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			214 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| type TextAreaHeight = {
 | |
|     height: string;
 | |
|     minHeight?: string;
 | |
| };
 | |
| export declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: number): TextAreaHeight;
 | |
| export {};
 |