Skip to content

Commit

Permalink
Merge branch 'pr/204'
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Aug 21, 2022
2 parents 696181e + 3c6f76b commit 6889d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface RenderOptions<Q extends Queries = typeof queries> {
}

export function render<C extends SvelteComponent>(
component: C,
component: Constructor<C>,
componentOptions?: SvelteComponentOptions<C>,
renderOptions?: Omit<RenderOptions, 'queries'>
): RenderResult<C>
Expand Down

0 comments on commit 6889d54

Please sign in to comment.