Skip to content

Commit ce41c47

Browse files
committed
feat: add disable internal style prop into react-tooltip.d.ts as feat to trigger semantic-release
feat #811
1 parent ac662db commit ce41c47

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
@@ -110,6 +110,8 @@ export interface TooltipProps {
110110
role?: string;
111111
// Padding attribute
112112
padding?: string;
113+
// Set internal style as optional
114+
disableInternalStyle?: boolean;
113115
}
114116

115117
// ReactTooltip component is the default export

0 commit comments

Comments
 (0)