UNPKG

@lukulent/svelte-umami

Version:

[![MadeWithSvelte.com shield](https://madewithsvelte.com/storage/repo-shields/5086-shield.svg)](https://madewithsvelte.com/p/svelte-umami/shield-link)

5 lines (4 loc) 354 B
/** Svelte store to enable and disable the tracking. (https://umami.is/docs/track-events) */ export declare const isEnabled: import("svelte/store").Writable<boolean>; /** Svelte store to keep track of the status of the Umami script. */ export declare const status: import("svelte/store").Writable<"mounted" | "removed" | "loaded" | "error" | undefined>;