diff --git a/components/tooltip/index.tsx b/components/tooltip/index.tsx index 0223863b0d..6afcbf37b3 100644 --- a/components/tooltip/index.tsx +++ b/components/tooltip/index.tsx @@ -82,7 +82,7 @@ const splitObject = (obj: any, keys: string[]) => { }; class Tooltip extends React.Component, any> { - static defaultProps = { + static defaultProps = { placement: 'top' as TooltipPlacement, transitionName: 'zoom-big-fast', mouseEnterDelay: 0.1,