Skip to content

Commit

Permalink
chore(ts): export the TooltipProps interface (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
amen-souissi authored May 6, 2020
1 parent d696fe5 commit e7bea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type VoidFunc = (...args: any[]) => void;
type GetContentFunc = (toolTipStr: string) => React.ReactNode;
type GetContent = GetContentFunc | [GetContentFunc, number];

interface TooltipProps {
export interface TooltipProps {
children?: React.ReactNode;
uuid?: string;
// Placement of tooltip
Expand Down

0 comments on commit e7bea2d

Please sign in to comment.