Skip to content

Commit dadb4cf

Browse files
committed
fix: add padding into the ts type file
fix #817 #808
1 parent edb5ae0 commit dadb4cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: react-tooltip.d.ts

+2
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)