separate type export

pull/6770/head
Simon Holthausen 5 years ago
parent 359b3ecf8c
commit 5fb01cce3c

@ -12,6 +12,6 @@ export {
tick, tick,
createEventDispatcher, createEventDispatcher,
SvelteComponentDev as SvelteComponent, SvelteComponentDev as SvelteComponent,
SvelteComponentTyped, SvelteComponentTyped
SvelteComponentConstructor
} from 'svelte/internal'; } from 'svelte/internal';
export type { SvelteComponentConstructor } from 'svelte/internal';

Loading…
Cancel
Save