We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7add0 commit 5e2b8dbCopy full SHA for 5e2b8db
react-tooltip.d.ts
@@ -109,7 +109,7 @@ export interface TooltipProps {
109
// ReactTooltip component is the default export
110
export default class ReactTooltip extends React.Component<TooltipProps> {
111
// static methods
112
- static show: (target: string) => {};
113
- static hide: (target?: string) => {};
+ static show: (target: Element) => {};
+ static hide: (target?: Element) => {};
114
static rebuild: () => {};
115
}
0 commit comments