Skip to content

Commit 2d9985d

Browse files
authored
Merge pull request #9 from brookback/patch-1
[typings] make props argument in getArrowProps optional
2 parents 906c1bf + af053d1 commit 2d9985d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/react-popper-tooltip.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-
getArrowProps: (props: any) => {
61+
getArrowProps: (props?: any) => {
6262
style: React.CSSProperties;
6363
[key: string]: any;
6464
};

0 commit comments

Comments
 (0)