Skip to content

Commit

Permalink
fix(type): added role-property to types
Browse files Browse the repository at this point in the history
  • Loading branch information
joonasmattila committed Mar 10, 2021
1 parent 55f11ad commit 3fb8d4d
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 3fb8d4d

Please sign in to comment.