Skip to content

Commit 5fb01cc

Browse files
author
Simon Holthausen
committed
separate type export
1 parent 359b3ec commit 5fb01cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export {
1212
tick,
1313
createEventDispatcher,
1414
SvelteComponentDev as SvelteComponent,
15-
SvelteComponentTyped,
16-
SvelteComponentConstructor
15+
SvelteComponentTyped
1716
} from 'svelte/internal';
17+
export type { SvelteComponentConstructor } from 'svelte/internal';

0 commit comments

Comments
 (0)