Skip to content

Commit

Permalink
fix: add padding into the ts type file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion committed Nov 9, 2022
1 parent 6eb04a7 commit 365c2da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react-tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export interface TooltipProps {
clickable?: boolean;
// Aria role for the tooltip
role?: string;
// Padding attribute
padding?: string;
}

// ReactTooltip component is the default export
Expand Down

0 comments on commit 365c2da

Please sign in to comment.