mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 15:59:13 +08:00
4 lines
289 B
Text
4 lines
289 B
Text
export { onDestroy, setContext, getContext, getAllContexts, hasContext, tick, createEventDispatcher, SvelteComponent, SvelteComponentTyped } from './index';
|
|
export declare function onMount(): void;
|
|
export declare function beforeUpdate(): void;
|
|
export declare function afterUpdate(): void;
|