Skip to content

Commit

Permalink
fix: missing proptype (onHTMLLoaded)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Dec 10, 2020
1 parent 7956371 commit 74a56ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/render-html/src/RenderHTML.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const propTypes: RenderHTMLPropTypes = {
renderersProps: PropTypes.object,
allowFontScaling: PropTypes.bool,
onTTreeChange: PropTypes.func,
onHTMLLoaded: PropTypes.func,
systemFonts: PropTypes.arrayOf(PropTypes.string),
fallbackFonts: PropTypes.shape({
serif: PropTypes.string,
Expand Down

0 comments on commit 74a56ae

Please sign in to comment.