separate type export

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

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

Loading…
Cancel
Save