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 () => (
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 | |
You can’t perform that action at this time.
0 commit comments