Skip to content

Commit

Permalink
fix: interface PDFDownloadLinkProps attribute onClick (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
izidorio authored Jan 14, 2024
1 parent d972192 commit 93eafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ declare namespace ReactPDF {
children?:
| React.ReactNode
| ((params: BlobProviderParams) => React.ReactNode);
onClick?: Function;
onClick?: () => void;
}

/**
Expand Down

0 comments on commit 93eafb0

Please sign in to comment.