We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arrowStyle
1 parent 77580a9 commit 9c9ccd6Copy full SHA for 9c9ccd6
index.d.ts
@@ -58,7 +58,7 @@ declare module 'react-popper-tooltip' {
58
[key: string]: any;
59
};
60
tooltipRef: React.RefObject<any>;
61
- arrowStyle: React.CSSProperties;
+ arrowStyle: () => React.CSSProperties;
62
arrowRef: React.RefObject<any>;
63
arrowPlacement: Popper.Placement;
64
}
0 commit comments