File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ export default () => (
78
78
| choiceTransitionName | css animation name for selected items at multiple mode | String | '' |
79
79
| dropdownMatchSelectWidth | whether dropdown's width is same with select | bool | true |
80
80
| 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 |
84
84
| notFoundContent | specify content to show when no result matches. | ReactNode | 'Not Found' |
85
85
| tokenSeparators | separator used to tokenize on tag/multiple mode | string[ ] ? | |
86
86
| open | control select open | bool | |
You can’t perform that action at this time.
0 commit comments