File size: 428 Bytes
0bd62e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export {
	// this proxy is very important, to ensure that we always refer to the same base Component class which is critical for our components to work
	SvelteComponent as SvelteComponentDev,
	SvelteComponent,
	onMount,
	onDestroy,
	beforeUpdate,
	afterUpdate,
	setContext,
	getContext,
	getAllContexts,
	hasContext,
	tick,
	createEventDispatcher,
	SvelteComponentTyped
	// @ts-ignore
} from "svelte/internal";