diff --git a/src/components/tooltip/Tooltip.d.ts b/src/components/tooltip/Tooltip.d.ts index 4086445dd8..9a5eb7a182 100644 --- a/src/components/tooltip/Tooltip.d.ts +++ b/src/components/tooltip/Tooltip.d.ts @@ -8,7 +8,7 @@ interface TooltipProps { className?: string; style?: object; appendTo?: object; - position?: string; + position?: "top" | "right" | "bottom" | "left"; my?: string; at?: string; event?: string;