Skip to content

Commit bedfc60

Browse files
committed
Fix typing
1 parent 8771e31 commit bedfc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DialogWrap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DialogWrap extends React.Component<IDialogPropTypes, any> {
1414

1515
_component: React.ReactElement<any>;
1616

17-
renderComponent: (props) => void;
17+
renderComponent: (props: any) => void;
1818

1919
removeContainer: () => void;
2020

0 commit comments

Comments
 (0)