Skip to content

Commit

Permalink
chore: Fix TS define
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Mar 11, 2020
1 parent 35baaed commit 1839acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'built
align?: AlignType;
arrowContent?: React.ReactNode;
id?: string;
children?: React.ReactNode;
children?: React.ReactElement;
popupVisible?: boolean;
}

Expand Down

0 comments on commit 1839acf

Please sign in to comment.