Make prop names more descriptive

pull/4041/head
Alex P 2018-07-27 14:41:25 -07:00
parent 770c575ed6
commit 2f044342bc
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ interface Props {
onChange: (value: any) => void
selectedItemKey: string
buttonColor?: ComponentColor
buttonSize?: ComponentSize
menuColor?: DropdownMenuColors
size?: ComponentSize
disabled?: boolean
width?: number
widthPixels?: number
icon?: IconFont
wrapText?: boolean
customClass?: string