| placement | to set the position, which can be one of `top``left``right``bottom``topLeft``topRight``bottomLeft``bottomRight``leftTop``leftBottom``rightTop``rightBottom` | string | top |
| title | prompt text | string/React.Element | - |
| getTooltipContainer | to set the container of the tip, while the default is to create a `div` element in `body` | Function(triggerNode) | () => document.body |