Skip to content

Commit 9c9ccd6

Browse files
committed
Fix return type for arrowStyle prop
1 parent 77580a9 commit 9c9ccd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ declare module 'react-popper-tooltip' {
5858
[key: string]: any;
5959
};
6060
tooltipRef: React.RefObject<any>;
61-
arrowStyle: React.CSSProperties;
61+
arrowStyle: () => React.CSSProperties;
6262
arrowRef: React.RefObject<any>;
6363
arrowPlacement: Popper.Placement;
6464
}

0 commit comments

Comments
 (0)