Skip to content

Commit

Permalink
Merge pull request #3701 from preactjs/fix/render-type-signature
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Aug 30, 2022
2 parents 56ae639 + 09f77ef commit ff317ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ export namespace h {
export function render(
vnode: ComponentChild,
parent: Element | Document | ShadowRoot | DocumentFragment,
replaceNode?: Element | Text
): void;
export function hydrate(
vnode: ComponentChild,
Expand Down

0 comments on commit ff317ba

Please sign in to comment.