Skip to content

Commit 72406b8

Browse files
author
ysaskia
committed
chore: remove mistaken addition
1 parent 9c0ccf5 commit 72406b8

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
@@ -18,7 +18,7 @@ type Constructor<T> = new (...args: any[]) => T;
1818
*/
1919
export type RenderResult<C extends SvelteComponent, Q extends Queries = typeof queries> = {
2020
container: HTMLElement
21-
component: Constructor<C>
21+
component: C
2222
debug: (el?: HTMLElement | DocumentFragment) => void
2323
rerender: (options: SvelteComponentOptions<C>) => void
2424
unmount: () => void

0 commit comments

Comments
 (0)