Skip to content

Commit

Permalink
docs: Update README.md (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchen-pimq committed Sep 13, 2024
1 parent 31a45f6 commit 728a375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ render(<Picker />, mountNode);
| className | String | '' | additional css class of root dom node |
| style | React.CSSProperties | | additional style of root dom node |
| dropdownClassName | String | '' | additional className applied to dropdown |
| dropdownAlign | Object:alignConfig of [dom-align](https://github.com/yiminghe/dom-align) | | value will be merged into placement's dropdownAlign config |
| popupAlign | Object:alignConfig of [dom-align](https://github.com/yiminghe/dom-align) | | value will be merged into placement's popupAlign config |
| popupStyle | React.CSSProperties | | customize popup style |
| transitionName | String | '' | css class for animation |
| locale | Object | import from 'rc-picker/lib/locale/en_US' | rc-picker locale |
Expand Down

0 comments on commit 728a375

Please sign in to comment.