Skip to content

Commit

Permalink
Remove incorrect second default export from jsx.d.ts (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya authored Jan 11, 2024
1 parent cb32a6a commit 0a0d0ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-rules-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'preact-render-to-string': patch
---

Remove incorrect second default export from jsx.d.ts
2 changes: 0 additions & 2 deletions jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ export default function renderToStringPretty(
): string;

export function shallowRender(vnode: VNode, context?: any): string;

export default render;

0 comments on commit 0a0d0ce

Please sign in to comment.