Skip to content

Commit af053d1

Browse files
authored
Typings: Make props argument in getArrowProps optional
1 parent 906c1bf commit af053d1

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)