svelte/index.mjs

9 lines
115 B

export {
onMount,
onDestroy,
beforeUpdate,
afterUpdate,
nextTick,
createEventDispatcher
} from './internal';