gradio / js /preview /src /svelte.ts
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
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";