Skip to content

Commit

Permalink
Add children Props to SvgProps. this fix #diegomura#1873
Browse files Browse the repository at this point in the history
  • Loading branch information
papack authored Nov 11, 2022
1 parent b385dcb commit b5da1e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/renderer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ declare namespace ReactPDF {
height?: string | number;
viewBox?: string;
preserveAspectRatio?: string;
children?: React.ReactNode;
}

/**
Expand Down

0 comments on commit b5da1e9

Please sign in to comment.