Skip to content

Commit

Permalink
fix(type): added role property to types (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonasmattila committed Mar 26, 2021
1 parent 4797662 commit 9b49395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react-tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export interface TooltipProps {
possibleCustomEventsOff?: string;
// Should the tooltip by clickable?
clickable?: boolean;
// Aria role for the tooltip
role?: string;
}

// ReactTooltip component is the default export
Expand Down

0 comments on commit 9b49395

Please sign in to comment.