| type | type of the button, the same as [Button](/components/button) | string | 'default' |
| size | size of the button, the same as [Button](/components/button) | string | 'default' |
| onClick | a callback function, the same as [Button](/components/button), which will be executed when you click the button on the left | Function | - |
| trigger | the trigger mode which can execute the drop-down action | Array<'click'\|'hover'> | ['hover'] |
| overlay | the dropdown menu | [Menu](/components/menu) | - |