Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	File size: 246 Bytes
			
			| 79278ec | 1 2 3 4 5 6 7 8 9 10 | interface RequestTextAreaProps {
  openAbbreviations: boolean;
  content: string;
  setContent: React.Dispatch<React.SetStateAction<string>>;
  abbreviationArray: string[];
  handleEditRequest: () => void;
}
export default RequestTextAreaProps;
 |