Skip to content

Commit

Permalink
chore: remove mistaken type manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaskia committed Aug 21, 2022
1 parent 72406b8 commit f7fd022
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: ComponentProps<C>,
component: Constructor<C>,
componentOptions?: SvelteComponentOptions<C>,
renderOptions?: Omit<RenderOptions, 'queries'>
): RenderResult<C>
Expand Down

0 comments on commit f7fd022

Please sign in to comment.