diff --git a/src/runtime/index.ts b/src/runtime/index.ts index 39bf7a9496..08b25ba2ca 100644 --- a/src/runtime/index.ts +++ b/src/runtime/index.ts @@ -12,6 +12,6 @@ export { tick, createEventDispatcher, SvelteComponentDev as SvelteComponent, - SvelteComponentTyped, + SvelteComponentTyped // additional exports added through post-typegen.js } from 'svelte/internal';