Skip to content

Commit 7d5cf7e

Browse files
authored
Merge pull request #818 from ReactTooltip/fix/padding-ts-type
fix: add padding into the ts type file
2 parents 6eb04a7 + 365c2da commit 7d5cf7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-tooltip.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ export interface TooltipProps {
108108
clickable?: boolean;
109109
// Aria role for the tooltip
110110
role?: string;
111+
// Padding attribute
112+
padding?: string;
111113
}
112114

113115
// ReactTooltip component is the default export

0 commit comments

Comments
 (0)