my_gradio / js /preview /src /svelte.ts
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
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";