Skip to content

Commit

Permalink
Fixed #1916 - Improving typing of ToolTip position
Browse files Browse the repository at this point in the history
  • Loading branch information
master117 authored Mar 29, 2021
1 parent 44c0a5e commit 258a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltip/Tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 258a8aa

Please sign in to comment.