We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72406b8 commit f7fd022Copy full SHA for f7fd022
types/index.d.ts
@@ -30,7 +30,7 @@ export interface RenderOptions<Q extends Queries = typeof queries> {
30
}
31
32
export function render<C extends SvelteComponent>(
33
- component: ComponentProps<C>,
+ component: Constructor<C>,
34
componentOptions?: SvelteComponentOptions<C>,
35
renderOptions?: Omit<RenderOptions, 'queries'>
36
): RenderResult<C>
0 commit comments