Skip to content

Commit 7940e17

Browse files
authored
Update README.md
1 parent 03d43d6 commit 7940e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export default () => (
7878
| choiceTransitionName | css animation name for selected items at multiple mode | String | '' |
7979
| dropdownMatchSelectWidth | whether dropdown's width is same with select | bool | true |
8080
| dropdownClassName | additional className applied to dropdown | String | - |
81-
| dropdownStyle | additional style applied to dropdown | Object | {} |
82-
| dropdownAlign | additional align applied to dropdown | Object | {} |
83-
| dropdownMenuStyle | additional style applied to dropdown menu | Object | {} |
81+
| dropdownStyle | additional style applied to dropdown | React.CSSProperties | {} |
82+
| dropdownAlign | additional align applied to dropdown | [AlignType](https://github.com/react-component/trigger/blob/728d7e92394aa4b3214650f743fc47e1382dfa68/src/interface.ts#L25-L80) | {} |
83+
| dropdownMenuStyle | additional style applied to dropdown menu | Object | React.CSSProperties |
8484
| notFoundContent | specify content to show when no result matches. | ReactNode | 'Not Found' |
8585
| tokenSeparators | separator used to tokenize on tag/multiple mode | string[]? | |
8686
| open | control select open | bool | |

0 commit comments

Comments
 (0)