Skip to content

Commit f7fd022

Browse files
author
ysaskia
committed
chore: remove mistaken type manipulation
1 parent 72406b8 commit f7fd022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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: ComponentProps<C>,
33+
component: Constructor<C>,
3434
componentOptions?: SvelteComponentOptions<C>,
3535
renderOptions?: Omit<RenderOptions, 'queries'>
3636
): RenderResult<C>

0 commit comments

Comments
 (0)