Skip to content

Commit 6889d54

Browse files
committed
Merge branch 'pr/204'
2 parents 696181e + 3c6f76b commit 6889d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface RenderOptions<Q extends Queries = typeof queries> {
3030
}
3131

3232
export function render<C extends SvelteComponent>(
33-
component: C,
33+
component: Constructor<C>,
3434
componentOptions?: SvelteComponentOptions<C>,
3535
renderOptions?: Omit<RenderOptions, 'queries'>
3636
): RenderResult<C>

0 commit comments

Comments
 (0)