Interface DropdownOptionProps
		 
	 
	
		
			
			
			
				Properties
				
					
					className
					className: string
					
				
				
					
					Optional component
					component: any
					
				
				
				
					
					Optional style
					style: CSSProperties
					
				
				
					
					Optional value
					value: string
					
				
			
			
				Methods
				
					
					onClick
					
						- onClick(optionIndex: number, optionValue: string): any
						- 
							
							Parameters
								- 
									optionIndex: number
- 
									optionValue: string
 Returns any
onFocus
					
						- onFocus(optionIndex: number): any
onHover
					
						- onHover(optionIndex: number, optionValue: string): any
						- 
							
							Parameters
								- 
									optionIndex: number
- 
									optionValue: string
 Returns any