Skip to content

Commit 0a0d0ce

Browse files
authored
Remove incorrect second default export from jsx.d.ts (#329)
1 parent cb32a6a commit 0a0d0ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/early-rules-nail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-render-to-string': patch
3+
---
4+
5+
Remove incorrect second default export from jsx.d.ts

jsx.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ export default function renderToStringPretty(
1717
): string;
1818

1919
export function shallowRender(vnode: VNode, context?: any): string;
20-
21-
export default render;

0 commit comments

Comments
 (0)