Skip to content

Commit 9b49395

Browse files
fix(type): added role property to types (#679)
1 parent 4797662 commit 9b49395

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)