mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 19:09:29 +08:00
7 lines
319 B
Text
7 lines
319 B
Text
export { SvelteComponentDev as SvelteComponent, SvelteComponentTyped, createEventDispatcher, getAllContexts, getContext, hasContext, onDestroy, setContext, tick } from './internal/index.mjs';
|
|
|
|
function onMount() { }
|
|
function beforeUpdate() { }
|
|
function afterUpdate() { }
|
|
|
|
export { afterUpdate, beforeUpdate, onMount };
|