hd0013's picture
Upload folder using huggingface_hub
8fdc036 verified
raw
history blame contribute delete
No virus
411 Bytes
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";