Skip to content

Commit 06f82d1

Browse files
committed
fix(type): Added role-property to types
1 parent 55f11ad commit 06f82d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-tooltip.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ export interface TooltipProps {
104104
possibleCustomEventsOff?: string;
105105
// Should the tooltip by clickable?
106106
clickable?: boolean;
107+
// Aria role for the tooltip
108+
role?: string;
107109
}
108110

109111
// ReactTooltip component is the default export

0 commit comments

Comments
 (0)